forked from Mbutler1991/seasonedgreetings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
114 lines (99 loc) · 5.21 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="keywords" content="Recipes, Find a recipe, Holidays, Christmas, Hanukkah, Winter Solstice, Yule, Kwanza, Bodhi Day">
<meta name="description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Thank you for submitting the contact form">
<meta http-equiv="refresh" content="10; url=index.html">
<meta name="url" content="https://mbutler1991.github.io/seasonedgreetings/thankyou.html">
<!-- SOCIAL MEDIA META -->
<!-- Facebook, LinkedIn, Google -->
<meta property="og:type" content="website">
<meta property="og:title" content="Seasoned Greetings - Thank You">
<meta property="og:description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Thank you for submitting the contact form">
<meta name="image" property="og:image" content="documentation/site-responsive.png">
<meta property="og:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<meta property="og:url" content="https://mbutler1991.github.io/seasonedgreetings/thankyou.html">
<meta property="og:site_name" content="Seasoned Greetings">
<meta name="author" content="The Six Seasons">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Seasoned Greetings - Thank You">
<meta name="twitter:description" content="Seasoned Greetings - Find a tried and true recipe, or give something new a taste this holiday season! Thank you for submitting the contact form">
<meta name="twitter:image" content="documentation/site-responsive.png">
<meta name="twitter:image:alt" content="Seasoned Greetings Website shown on a variety of Devices">
<!-- Stylesheets -->
<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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<title>Seasoned Greetings - Thank You</title>
</head>
<body>
<main>
<div id="ty" class="text-center">
<br>
<div class="bg-danger w-75 mx-auto">
<h1 id="ty2">Thank You</h1>
<p>Thank you for your messages, we appreciate all feedback and aim to get back to you as soon as possible.</p>
<p>Thank you for your patience!</p>
</div>
<br>
<br>
<img id="snowy-window" src="assets/images/giphy.gif" alt="snowy window">
</div>
<br>
</main>
<!-- footer -->
<!-- Credit: https://mdbootstrap.com/docs/standard/navigation/footer/ -->
<footer class="footer w-100 text-center text-lg-start" style="background-color: #DD0426">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<h3>Seasoned Greetings 🍒</h3>
<p>
<span class="opacity-50">Copyright © 2023</span>
<a href="team.html" class="text-decoration-none meet-text">Meet the Team</a>
</p>
</div>
<!-- end of Left -->
<!-- Right -->
<div class="social-links">
<a href="https://www.facebook.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-facebook-f fa-2x social-icon"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-twitter fa-2x social-icon"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-instagram fa-2x social-icon"></i>
</a>
<a href="https://www.linkedin.com/" target="_blank" class="me-4 text-reset text-decoration-none">
<i class="fa fa-linkedin fa-2x social-icon"></i>
</a>
<a href="https://github.com/Mbutler1991/seasonedgreetings" target="_blank"
class="me-4 text-reset text-decoration-none">
<i class="fa fa-github fa-2x social-icon"></i>
</a>
</div>
<!-- end of Right -->
</section>
<!-- end of Section: Social media -->
</footer>
<!-- Scripts -->
<script src="assets/js/script.js"></script>
<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>