-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextcontact.html
50 lines (47 loc) · 1.87 KB
/
nextcontact.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/6ee7061bfb.js" crossorigin="anonymous"></script>
<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>nextcontact</title>
<link rel="stylesheet" href="httdivs://undivkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googlepics.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="icon" type="image" href="/zonnepark website/pictures/favicon-32x32.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="nextbody">
<div class="containernav visible" id="container" style="color: black;">
<nav id="flex-nav">
<a href="index.html">Home</a>
<a href="Historie.html">Historie</a>
<!-- <a href="timeline.html">timeline</a> -->
<a href="contact.html">contact</a>
</nav>
</div>
<!-- phone menu -->
<ul class="menu">
<li><a class="menuItem" href="index.html">Home</a></li>
<br>
<li><a class="menuItem" href="Historie.html">Historie</a></li>
<br>
<li><a class="menuItem" href="contact.html">Contact</a></li>
</ul>
<button class="hamburger">
<i class="menuIcon material-icons">menu</i>
<i class="closeIcon material-icons">close</i>
</button>
<div class="thannkyoucontent">
<div class="thanktext">
<h2>bedankt voor je bericht!</h2>
<p>We zullen zo snel mogelijk proberen te antwoorden.</p>
</div>
<img src="/pictures/undraw_Mail_sent_re_0ofv.png" alt="mailboximg" class="mailsent">
</div>
<script src="script.js"></script>
</body>
</html>