-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (145 loc) · 7.59 KB
/
index.html
File metadata and controls
148 lines (145 loc) · 7.59 KB
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
<!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>checkpoint</title>
<link rel="stylesheet" href="normalize.css">
<link
href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic"
rel="stylesheet" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<header class="sta-pad">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-list" 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>
<h1>coding bootcamp europe</h1>
</header>
<div id="header-after"></div>
<div id="header-after2"></div>
<main class="sta-pad">
<article>
<h2>Students</h2>
<p class="text-grey">Your fellow students</p>
</article>
<div class="input-search">
<input type="search" name="student-search" id="student-search" placeholder="Search for stundets name"
class="unset input-search2"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor"
class="bi bi-search" 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></input>
</div>
<div class="input-select">
<div class="in-select in1 in3">
<select class="unset " name="class" id="select">
<option value="novclass2021">NovemberClass2021</option>
<option value="decclass2021">DecemberClass2021</option>
<option value="janclass2022">JanuaryClass2022</option>
<option value="febclass2022">FebruaryClass2022</option>
</select>
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</div>
<div class="in-select in2 in3">
<select class="unset" name="studyoption" id="select">
<option value="fulltime">Full-time</option>
<option value="parttime">Part-time</option>
</select>
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</div>
<article>
<p class="text-grey xl">Full-time November Class of 2021</p>
</article>
<div class="studentbox">
<div class="mbrbutton">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-person"
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>
<div class="stname">
<p>testuser</p>
</div>
<div class="gitname">
<a href="#">github.com/test</a>
</div>
</div>
<div class="studentbox">
<div class="mbrbutton">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-person"
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>
<div class="stname">
<p>testuser</p>
</div>
<div class="gitname">
<a href="#">github.com/test</a>
</div>
</div>
<div class="studentbox">
<div class="mbrbutton">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-person"
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>
<div class="stname">
<p>testuser</p>
</div>
<div class="gitname">
<a href="#">github.com/test</a>
</div>
</div>
<div class="studentbox">
<div class="mbrbutton">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-person"
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>
<div class="stname">
<p>testuser</p>
</div>
<div class="gitname">
<a href="#">github.com/test</a>
</div>
</div>
<div class="studentbox">
<div class="mbrbutton">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-person"
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>
<div class="stname">
<p>testuser</p>
</div>
<div class="gitname">
<a href="#">github.com/test</a>
</div>
</div>
</main>
</div>
</body>
</html>