-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (188 loc) · 7.29 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>coding bootcamps europe</title>
<meta name="description" content="Ansicht Students" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/normalize.css"
/>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Source+Sans+Pro:wght@400;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<div class="flex-jtf-center header flex-padding bg-purp-01">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="white menu-icon"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"
/>
</svg>
<p class="caps white mrg-0 font-size-4">coding bootcamps europe</p>
</div>
<div class="arrow"></div>
</header>
<main>
<section>
<article>
<h1 class="caps purple font-accent font-size-3 mrg-0 mrg-t-3">
Students
</h1>
<p class="font-accent font-size-2 light-black mrg-b-1 mrg-0">
Your fellow students
</p>
</article>
<form class="search-form mrg-b-1">
<label
for="search-bar"
class="light search-bar visibility wrapper-padding"
>
Search for student names
</label>
<input
type="text"
name="search-bar"
id="search-bar"
class="search-bar border"
/>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="search-icon"
viewBox="0 0 16 16"
>
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"
/>
</svg>
</form>
<div class="select-wraper mrg-b-3">
<select
name="class"
id="class"
class="border purple wrapper-padding font-size-2"
>
<option value="november-class2021">NovemberClass2021</option>
<option value="december-class2021">DecemberClass2021</option>
</select>
<select
name="time-model"
id="time-model"
class="border purple wrapper-padding font-size-2 mrg-l-1-5"
>
<option value="full-time">Full-time</option>
<option value="part-time">Part-time</option>
</select>
</div>
</section>
<section>
<h2 class="font-accent light-black font-size-2">
Full-time November Class of 2021
</h2>
<div class="border box-shadow flexbox-aln-center flex-padding">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="bg-purp-02 border-r-03 white student-icon"
viewBox="0 0 16 16"
>
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"
/>
</svg>
<div class="mrg-l-1-5">
<h3 class="font-size-2 mrg-0">Dmitry Kolesnikov</h3>
<a href="github.com/Dimi87" class="font-size-1 purple">
github.com/Dimi87
</a>
</div>
</div>
<div class="border box-shadow flexbox-aln-center flex-padding">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="bg-purp-02 border-r-03 white student-icon"
viewBox="0 0 16 16"
>
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"
/>
</svg>
<div class="mrg-l-1-5">
<h3 class="font-size-2 mrg-0">Justus Siebert</h3>
<a href="github.com/justussiebert" class="font-size-1 purple">
github.com/justussiebert
</a>
</div>
</div>
<div class="border box-shadow flexbox-aln-center flex-padding">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="bg-purp-02 border-r-03 white student-icon"
viewBox="0 0 16 16"
>
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"
/>
</svg>
<div class="mrg-l-1-5">
<h3 class="font-size-2 mrg-0">Manuel Hohenadl</h3>
<a href="github.com/Manoo89" class="font-size-1 purple">
github.com/Manoo89
</a>
</div>
</div>
<div class="border box-shadow flexbox-aln-center flex-padding">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="bg-purp-02 border-r-03 white student-icon"
viewBox="0 0 16 16"
>
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"
/>
</svg>
<div class="mrg-l-1-5">
<h3 class="font-size-2 mrg-0">Ovidiu Goanta</h3>
<a href="github.com/Goanta-Ovidiu" class="font-size-1 purple">
github.com/Goanta-Ovidiu
</a>
</div>
</div>
<div class="border box-shadow flexbox-aln-center flex-padding">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
class="bg-purp-02 border-r-03 white student-icon"
viewBox="0 0 16 16"
>
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"
/>
</svg>
<div class="mrg-l-1-5">
<h3 class="font-size-2 mrg-0">Patricia Prager</h3>
<a href="github.com/patprager7" class="font-size-1 purple">
github.com/patprager
</a>
</div>
</div>
</section>
</main>
</body>
<footer class="space"></footer>
</html>