-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.html
45 lines (40 loc) · 1.63 KB
/
Main.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="Styles.css">
<title>Stem op Pulhof</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul>
<li><a class="active" style="color: rgb(145, 175, 103)" href="Main.html">Home</a></li>
<div class="dropdown">
<button class="dropbtn">Wie/Wat</button>
<div class="dropdown-content">
<a href="Wie-Wat/Wat-is-stem.html">Wat is STEM?</a>
<a href="Wie-Wat/Wie-zijn-wij.html">Wie zijn wij?</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Onze projecten</button>
<div class="dropdown-content">
<a href="Onze projecten/Noa.html">Noa</a>
<a href="Onze projecten/Ruben.html">Ruben</a>
<a href="Onze projecten/Matthew.html">Matthew</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Seminarie</button>
<div class="dropdown-content">
<a href="Seminarie/Projecten.html">Projecten</a>
<a href="Seminarie/Wat-houd-het-in.html">Wat houd het in</a>
</div>
</div>
<li class="topbar-right"><a href="Login.html">Login</a></li>
</ul>
<div class="square Text_style">
<p> Welkom op mijn website!<br>
Dit is een website gemaakt als eindproject en fungeert als een blog voor mede stemmers om updates te plaatsen.
</p>
</div>
</body>