forked from fdnd-task/the-client-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
agenda.html
52 lines (29 loc) · 1.03 KB
/
agenda.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
<!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>Agenda</title>
<link rel="stylesheet" href="styles/styles.css" type="text/css">
</head>
<body>
<header>
<a href="home.html"><img class="header-logo" src="assets/plantswap-logo-white.png" alt="" width="130px"> </a>
<ul>
<li><a href="reserveren.html">RESERVEREN</a></li>
<li><a href="agenda.html">AGENDA</a></li>
<li><img src="assets/globe 1.png" alt="globe" width="38px" height="38px"></li>
<li><img src="assets/phone (1) 1 (2).png" alt="phone" width="38px" height="38px"></li>
</ul>
</header>
<div class="beforemain">
<img class="beforemain" src="assets/Buurtcampus Oost-logo (1) 1.png" alt="logo-beforemain" width="400px">
</div>
<main>
</main>
<footer>
<img src="assets/Union (3).png">
</footer>
</body>
</html>