-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
48 lines (39 loc) · 1.29 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="simple.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.png" />
<title>cat_apeldoorn</title>
</head>
<div class="sticky-section">
<header>
<h5 class="logo"><a href="index.html"><img src="images/logo3.webp"/></a></h5>
<input type="checkbox" id="nav-toggle" class="nav-toggle">
<nav>
<ul>
<li class="nav-item"><a href="index.html">Startpagina</a></li>
<li class="nav-item"><a href="about.html">Meer weten</a></li>
<li class="nav-item"><a href="contact.html">Contact</a></li>
<li class="nav-item"><a href="delen.html">Delen</a></li>
<li class="nav-item"><a href="gift.html">Giften</a></li>
</ul>
</nav>
<label for="nav-toggle" class="nav-toggle-label">
<span></span>
</label>
</header>
</div>
<body>
<h2>Welkom!</h2>
<p>Welkom op de website van F.Q.I.</p>
</body>
<footer>
<p>Deze website is gemaakt met behulp van Markdown, HTML
en een variatie op
<a href="https://simplecss.org">Simple.css</a> met dank aan <a
href="https://kevq.uk/about/">Kev Quirk</a>.
En de <em>gastheer</em> van de website is <a href="https://netlify.com">Netlify</a>.</p>
</footer>
</html>