generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paththank-you.html
203 lines (195 loc) · 5.44 KB
/
thank-you.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank you | Great Wall of Gratitude</title>
<!-- Favicon Includes-->
<link rel="shortcut icon" href="./favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="./favicon.ico">
<link
rel="icon"
type="image/svg+xml"
sizes="any"
href="./assets/favicon/favicon.svg"
>
<link
rel="icon"
type="image/png"
sizes="160x160"
href="./assets/favicon/favicon-160x160.png"
>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="./assets/favicon/favicon-96x96.png"
>
<link
rel="icon"
type="image/png"
sizes="64x64"
href="./assets/favicon/favicon-64x64.png"
>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon/favicon-32x32.png"
>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon/favicon-16x16.png"
>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/favicon/favicon-180x180.png"
>
<link
rel="apple-touch-icon"
sizes="152x152"
href="./assets/favicon/favicon-152x152.png"
>
<link
rel="apple-touch-icon"
sizes="144x144"
href="./assets/favicon/favicon-144x144.png"
>
<link
rel="apple-touch-icon"
sizes="120x120"
href="./assets/favicon/favicon-120x120.png"
>
<link
rel="apple-touch-icon"
sizes="114x114"
href="./assets/favicon/favicon-114x114.png"
>
<link
rel="apple-touch-icon"
sizes="76x76"
href="./assets/favicon/favicon-76x76.png"
>
<link
rel="apple-touch-icon"
sizes="72x72"
href="./assets/favicon/favicon-72x72.png"
>
<link
rel="apple-touch-icon"
sizes="60x60"
href="./assets/favicon/favicon-60x60.png"
>
<link
rel="apple-touch-icon"
sizes="57x57"
href="./assets/favicon/favicon-57x57.png"
>
<!-- Load local fonts before loading css -->
<style>
@font-face {
font-family: "Poppins";
src: url("./assets/fonts/Poppins-Light.ttf");
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url("./assets/fonts/Poppins-ExtraBold.ttf");
font-weight: 800;
font-display: swap;
}
</style>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
>
<!-- Custom Styles -->
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- Page Header -->
<header class="header">
<div class="container header-content">
<div class="branding">
<a class="logo" href="./" aria-label="link to Home Page"
><img
src="./assets/images/logo-white.svg"
width="116"
height="36"
alt="The Great Wall of Gratitude"
></a>
</div>
<input id="mobile-menu-toggle" type="checkbox">
<label class="hamburger" for="mobile-menu-toggle" aria-label="menu">
<span></span>
<span></span>
<span></span>
</label>
<nav class="navigation">
<ul class="menu">
<li>
<a aria-label="link to Home Page" href="./index.html"
>The Great Wall</a
>
</li>
<li>
<a aria-label="link to About Page" href="./about.html">About</a>
</li>
<li>
<a aria-label="link to Contact Page" href="./contact.html"
>Contact</a
>
</li>
</ul>
</nav>
</div>
</header>
<main class="page">
<section class="thank-you">
<div class="container">
<!-- Bootstrap row for grid system -->
<div class="row">
<!-- Responsive column -->
<div class="pin"></div>
<div class="col-12 col-md-8 offset-md-2">
<!--custom style -->
<div class="sticky-note">
<h2>Thank You for contacting Us!</h2>
<p>
We're thrilled you took a moment to add your spark to our
collective happiness.
</p>
<p>
Team GratiDudes is excited to explore your thought(s) and see
how we can make our space even more delightful. <br>
Your Happiness Matters to Us!
</p>
<!-- Bootstrap btn -->
<a
href="index.html"
class="btn btn-primary"
aria-label="Link back to homepage"
>Return to Great Wall of Gratitude</a
>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer py-4">
<div class="container">
<p class="text-center">Created to Spread Happiness</p>
<p class="text-center"> World Happiness Day 😁</p>
<p class="text-center">© The Great Wall of Gratitude 2024</p>
</div>
</footer>
</body>
</html>