This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oefenen-gezicht-bij-naam.html
221 lines (196 loc) · 9.39 KB
/
oefenen-gezicht-bij-naam.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Oefenen - Say My Name</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<div>
<header>
<div class="white-banner">
<div class="wrapper cfx">
<nav class="site-switch">
<ul>
<!-- <li class="active"><a href="home.html">Say my name</a></li>-->
</ul>
</nav>
<nav class="nav-utility">
<ul>
<li id="login"><a href="#">Inloggen</a></li>
</ul>
</nav>
</div>
<div id="loginBox">
<form id="loginForm">
<div>
<label class="placeholder" for="username" id="usernameLabel">Username</label>
<input type="text" id="username" />
</div>
<div>
<label class="placeholder" for="password" id="passwordLabel">Password</label>
<input type="password" id="password" />
</div>
<div>
<input type="submit" value="Submit" />
</div>
</form>
</div>
</div>
<div class="black-banner">
<div class="wrapper cfx">
<div id="logo">
<img src="svg/KdG_H_Closed_White.svg" alt="Logo van Karel de Grote Hogeschool">
</div>
<nav class="nav-main-responsive">
<ul>
<li class="search"><a href="#">Zoeken</a></li>
<li class="menu">
<a href="#">
<div class="icon-menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
Menu
</a>
</li>
</ul>
</nav>
<nav class="nav-main">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="students"><a href="studenten.html">Studenten</a></li>
<li class="practice active"><a href="oefenen.html">Oefenen</a></li>
<li class="manage"><a href="beheer.html">Beheer</a></li>
<li class="search"><a href="#">Zoeken</a></li>
<li class="searchBox"><input type="text" placeholder="Search"/></li>
</ul>
</nav>
</div>
</div>
<div class="black-banner">
<div class="crumbtrail">
<div class="wrapper">
<ol>
<li><a href="index.html">Home</a></li>
<li>Oefenen</li>
</ol>
</div>
</div>
</div>
<div class="black-banner">
<div class="wrapper">
<div class="arrow">
<nav class="nav-sub">
<div class="nav-group third">
<h2>Oefenen per ..</h2>
<ul>
<li class="active"><a href="#">klasgroep</a></li>
<li><a href="#">vak</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>Oefenen op ..</h2>
<ul>
<li><a href="#">studenten met dezelfde naam</a></li>
<li><a href="#">moeilijke namen</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>Statistisch</h2>
<ul>
<li><a href="#">Laatst toegevoegd</a></li>
<li><a href="#">Van klasgroep veranderd</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section class="main">
<div class="wrapper">
<aside>
<div class="statistics">
<h4>Klasgroep</h4>
<p>MT1 - groep a</p>
<h4>Voortgang</h4>
<p>Student <strong>4</strong> van <strong>5</strong></p>
<h4>Score</h4>
<p>Je hebt <strong>1</strong> fout gemaakt op 3.<br>
Je score is dus 66.6%.</p>
<h4>Type training</h4>
<ul>
<li><a href="oefenen-naam-bij-gezicht-mc.html">Naam bij gezicht - Multiple choice</a></li>
<li><a href="oefenen-naam-bij-gezicht.html">Naam bij gezicht - Invulveld</a></li>
<li class="active"><a href="oefenen-gezicht-bij-naam.html">Gezicht bij naam</a></li>
</ul>
</div>
</aside>
<main>
<div class="wrapper">
<h2>Gezicht bij naam</h2>
<h3>Wie van deze drie is <strong>Lander Ten Hoven</strong>?</h3>
<form action="">
<fieldset class="face-to-name">
<label>
<figure class="avatar big">
<img src="images/studenten/lander-kloosterman.jpg" alt="student 1">
</figure>
<input type="radio" name="student-name" value="student 1">
</label>
<label>
<figure class="avatar big">
<img src="images/studenten/indigo-van-denderen.jpg" alt="student 2">
</figure>
<input type="radio" name="student-name" value="student 2">
</label>
<label>
<figure class="avatar big">
<img src="images/studenten/lander-ten-hoven.jpg" alt="student 3">
</figure>
<input type="radio" name="student-name" value="student 3">
</label>
</fieldset>
<button type="submit">Verzenden</button>
</form>
</div>
</main>
</div>
</section>
<footer>
<div class="black-banner">
<div class="wrapper">
<div class="nav-footer">
<div class="nav-group third">
<h2>Karel de Grote<br>Hogeschool</h2>
<ul>
<li><a href="http://www.kdg.be">www.kdg.be</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>KdG Intranet</h2>
<ul>
<li><a href="https://intranet.medewerker.kdg.be">intranet.medewerker.kdg.be</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>Mijn KdG account</h2>
<ul>
<li><a href="#">Mijn Profiel beheren</a></li>
<li><a href="#">Mijn Studenten</a></li>
<li><a href="#">Mijn Vakken</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
</body>
</html>