-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinformatica-planner.html
58 lines (57 loc) · 2.24 KB
/
informatica-planner.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ItWaslearning - Informatica planner</title>
<link rel="stylesheet" href="styles/scss/style.css">
</head>
<body>
<div class="header">
<a href="index.html">
<svg viewBox="0 0 100 100" xlmns="http://www.w3.org/2000/svg" class="logo">
<circle cx="50" cy="50" r="40" class="logo-circle"></circle>
<text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle" class="logo-text">
its
</text>
</svg>
</a>
<a href="agenda.html"><span class="page-link">agenda</span></a>
<span class="page-link active">vakken</span>
<span class="page-link">cijfers</span>
<span class="page-link">berichten</span>
</div>
<div class="subheader">
<span class="vak">informatica</span>
<a href="informatica.html"><span class="menu">overzicht</span></a>
<span class="menu active">planner</span>
<a href="informatica-bronnen.html"><span class="menu">bronnen</span></a>
</div>
<div class="planning">
<div class="topbar">
<svg class="icon" viewBox="0 0 100 100">
<circle cx="50%" cy="50%" r="40"></circle>
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle">PTA</text>
</svg>
<h5 class="title">6.1 GUI design en Web 2.0 talen</h5>
</div>
<div class="underbar">
<h6 class="next-deadline">4 plannen - eerstvolgende deadline: 4 oktober</h6>
<div class="arrow">V</div>
</div>
</div>
<div class="planning">
<div class="topbar">
<svg class="icon" viewBox="0 0 100 100">
<circle cx="50%" cy="50%" r="40"></circle>
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle">PTA</text>
</svg>
<h5 class="title">6.2 Scriptie</h5>
</div>
<div class="underbar">
<h6 class="next-deadline">1 plan - eerstvolgende deadline: 4 maart</h6>
<div class="arrow">V</div>
</div>
</div>
</body>
</html>