-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
71 lines (61 loc) · 2.79 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Thank you for the message!</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png">
<meta name="description" content="Portfolio of Marisa Brantley">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cardo&family=Montserrat:wght@200;300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" >
<link rel="preconnect" href="https://www.google.com">
<link rel="preconnect" href="https://www.gstatic.com" crossorigin>
</head>
<body>
<main>
<div class="thank-you-page">
<div class="thank-you-container">
<div class="thank-you-icon">
<i class="fa-solid fa-envelope-open-text"></i>
</div>
<div class="thank-you-text">
<h1 class="thank-you">Thank you!</h1>
<h4>Your message was sent sucessfully.<br>I will be in touch with you soon!</h4>
<a class="home-link" href="https://marisabrantley.com/">Back Home</a>
</div>
<div class="social-media">
<div class="content-wrapper">
<h4>Follow Me</h4>
<ul class="social-icons">
<li>
<a href="https://www.linkedin.com/in/marisabrantley" aria-label="Clickable icon to view LinkedIn page" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://twitter.com/marisabrantley" aria-label="Clickable icon to view Twitter page" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li>
<a href="https://github.com/marisabrantley" aria-label="Clickable icon to view GitHub page" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/marisab_oc" aria-label="Clickable icon to view Instagram page" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</main>
</body>