-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
37 lines (36 loc) · 1.92 KB
/
thankyou.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="5;url=./" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Louis Tanak | Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
<script defer src="functionality.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body class="c1" style="max-width: 100%; overflow-x:hidden; height:100%; margin:0; padding:0;">
<!-- Contact Form -->
<section id = "thankyou">
<div class = "c1">
<div class="swipeUp container-lg text-center verticallyCentered">
<h1>Thank you for your message!</h1>
<br>
<h1><i class="bi bi-check2-square iconCyanNH" style="font-size: 120px;"></i></h1>
<br>
<h1 style="font-weight: normal;">I'll be in contact soon!</h1>
<br>
<br>
<p>You will be redirected back to the home page in 5 seconds.</p>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>