-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
44 lines (44 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thank you!</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body class="main-content">
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/Myself.png" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi There! <span>Thank You</span> for reaching
out and for liking what you've seen on my website. It means a lot to me!
</h1>
<p> Your message has been delivered to my inbox, and I am very thrilled! I will reach back to you as soon
as possible! Looking forward to network with you. Until then, have a great rest of your day.
</p>
<form action="https://stevensousa67.github.io/Personal-Website/" method="get">
<div class="submit-btn">
<button class="main-btn" type="submit">
<span class="btn-text">Return to Portfolio Website</span>
<span class="btn-icon"><i class="fa fa-arrow-left"></i></span>
</button>
</div>
</form>
</div>
</div>
</header>
</body>
</html>