-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.html
34 lines (34 loc) · 1.3 KB
/
confirmation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MetaProvide: Confirmation</title>
<meta name="robots" content="noindex, nofollow">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="assets/styles/main.css" />
<script src="assets/javascript/main.js" defer></script>
<style>
.wave svg {
width: calc(112% + 1.9px);
height: 141px;
}
</style>
</head>
<body>
<main>
<div class="image-wrapper">
<img width="70%" src="./assets/images/confirmation.jpg" alt="Waterpainted scene of people talking" />
</div>
<div style="text-align: center">
<p>Thank you! You will hear from us soon.</p>
<p><a href="index.html">Back to home</a></p>
</div>
</main>
<footer class="wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z" class="shape-fill"></path>
</svg>
</footer>
</body>
</html>