1
+ ---
2
+ ---
3
+
1
4
<!DOCTYPE html>
2
5
< html lang ="en ">
3
6
< head >
58
61
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
59
62
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
60
63
61
- Hi there! Great job on pulling back the curtain.
64
+ Hi there! Great job on pulling back the curtain.
62
65
We're always looking for curious people with diverse skill-sets. Let's talk at [email protected]
63
66
64
67
-->
65
68
66
69
< link href ="styles/bootstrap-3.1.1.min.css " rel ="stylesheet ">
67
70
< link href ='//fonts.googleapis.com/css?family=Raleway:400,700|Open+Sans:300,600 ' rel ='stylesheet ' type ='text/css '>
68
71
< link href ="styles/18f.min.css " rel ="stylesheet ">
72
+ < link href ="https://afeld.github.io/emoji-css/emoji.css " rel ="stylesheet ">
69
73
<!-- <link href="styles/fonts.css" rel="stylesheet"> -->
70
74
<!-- <link href="styles/18f.css" rel="stylesheet"> -->
71
75
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -87,6 +91,26 @@ <h1>This is your very own site, YOUR_CONFIGURED_MICROSITE_NAME_HERE</h1>
87
91
< p > This is a second paragraph, which should also be replaced.</ p >
88
92
< p > This is a third paragraph, which should also be
89
93
replaced.</ p >
94
+ < ul >
95
+ {% for user_hash in site.data.users %}
96
+ {% assign username = user_hash[0] %}
97
+ {% assign user = user_hash[1] %}
98
+
99
+ < li >
100
+ < div > {{ user.name }}</ div >
101
+ < div >
102
+ {{ user.office }}, {{ user.agency }}
103
+ </ div >
104
+ < div >
105
+ < a href ="https://github.com/{{ username }} "> @{{ username }}</ a >
106
+ </ div >
107
+ < div >
108
+ {% assign emoji = user.emoji | replace:'+','--' %}
109
+ < i class ="em em-{{ emoji }} "> </ i >
110
+ </ div >
111
+ </ li >
112
+ {% endfor %}
113
+ </ ul >
90
114
</ div >
91
115
</ div >
92
116
< div class ="row ">
0 commit comments