-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththanks.html
More file actions
97 lines (95 loc) · 5.22 KB
/
Copy paththanks.html
File metadata and controls
97 lines (95 loc) · 5.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You - Jay Maxwell - Digital Experience Strategist</title>
<link rel="stylesheet" href="/css/pico.red.css"> <!-- Pico CSS -->
<link rel="stylesheet" href="/css/styles.css"> <!-- Custom Styles-->
<!--Favicon Links-->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./images/favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./images/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./images/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./images/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./images/favicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./images/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./images/favicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./images/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="./images/favicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="./images/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="./images/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./images/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="./images/favicons/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
</head>
<body>
<header class="container-fluid">
<nav>
<div>
<div class="profile-container">
<img src="./images/Jay-Maxwell-Memoji.avif" alt="Memoji of Jay Maxwell smiling">
</div>
<p><mark><a href="#start">Jay Maxwell</a></mark></p>
<div class="social-row">
<a class="bluesky" target="_blank" aria-label="Visit my Bluesky Profile"
href="https://bsky.app/profile/jaymaxco.bsky.social"></a>
<a class="linkedin" target="_blank" aria-label="Visit my LinkedIn Profile"
href="https://www.linkedin.com/in/jarod-maxwell/"></a>
<a class="google" target="_blank" aria-label="Visit my Google Business Profile"
href="https://share.google/usAUFFaedj8k5Sjfp"></a>
</div>
</div>
<ul>
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="gradient-background">
<div class="container hero">
<div class="profile-container animate__animated animate__fadeInUp">
<img src="./images/Jay-Maxwell-Memoji.avif" alt="Memoji of Jarod Maxwell smiling">
</div>
<div class="text-center">
<h1 class="animate__animated animate__fadeIn animate__delay-1s">Thanks for reaching out. 🙏</h1>
<h2 class="animate__animated animate__fadeIn animate__delay-2s">I'll be in touch with you <mark>shortly.</mark></h2>
</div>
<div class="animate__animated animate__fadeIn animate__delay-3s">
<p><a href="index.html" role="button">Return Home</a></p>
</div>
</div>
</div>
</main>
<footer class="container">
<nav>
<div>
<div class="profile-container">
<img src="./images/Jay-Maxwell-Memoji.avif" alt="Memoji of Jay Maxwell smiling">
</div>
<p><mark><a href="#start">Jay Maxwell</a></mark></p>
</div>
<ul>
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
<hr>
<div>
<small><a href="./privacy-policy.html">Privacy Policy</a></small>
<small>© 2025 Jay Maxwell</small>
<small><a href="./terms-of-service.html">Terms of Service</a></small>
</div>
</footer>
</body>
</html>