-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmitted.html
34 lines (30 loc) · 1.26 KB
/
submitted.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>Justina's Portfolio</title>
<link rel="apple-touch-icon" sizes="180x180" href="./ui/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./ui/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./ui/favicon_io/favicon-16x16.png" />
<link href="./submitted.css" rel="stylesheet" />
<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=Inria+Serif:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:wght@300;400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="thankYouBody">
<img src="ui/icons/email-received-icon.svg" id="submitted" />
<h1>Thank you!</h1>
<p>
Thank you for reaching out! The form has been submitted successfully.
</p>
<p>I will respond as soon as possible.</p>
<a class="back" href="https://jatwong.github.io/portfolio/">Back to Justina's portfolio</a>
</div>
<footer></footer>
</body>
</html>