forked from WeLoveSpeed/welovespeed.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhumans.txt
More file actions
25 lines (19 loc) · 656 Bytes
/
humans.txt
File metadata and controls
25 lines (19 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: null
---
/* ABOUT */
Location: Bordeaux
Design: original design of https://sudweb.fr/2018/ by Matthieu Bué (@twikito)
/* SITE */
Last Updated: {{ site.time | date:"%Y/%m/%d" }}
Languages: French, English
Standards: HTML5, CSS3
Built with: Jekyll <http://jekyllrb.com>
Atom <https://atom.io/>
Sublime Text <https://www.sublimetext.com/>
Visual Studio Code <https://code.visualstudio.com/>
/* CONTRIBUTORS */
{% for contributor in site.github.contributors %}
Name: {{ contributor.login }}
Site: <{{ contributor.html_url }}>
{% endfor %}