-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
55 lines (55 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="description" content="Fill out this form if you ever need to contact us, whether it be for a custom design, issues with an order, or you just want to let us know how you think we can improve!">
<link rel="stylesheet" type="text/CSS" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="images/etchedbylightfavicon.png">
<title>Etched By Light - Thank You! - Laser Engraving</title>
</head>
<body>
<header>
<a href="index.html" id="logo"><img src="images/etchedbylightblacklogo.png" alt="Etched by light logo"></a>
<nav>
<ul class="navlinks">
<li><a href="index.html">HOME</a></li>
<li><a href="shop.html">SHOP</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li>
<div data-icon="BAG" data-layout="BIG_ICON_TITLE_SUBTOTAL" data-responsive="TRUE" class="ec-cart-widget"></div>
<div>
<script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?68248182&data_platform=code&data_date=2021-11-15" charset="utf-8"></script>
<script type="text/javascript">Ecwid.init();</script>
</div>
</li>
</ul>
</nav>
<a class="contactbutton" href="contactus.html">Contact Us</a>
</header>
<div id="wrapper">
<main>
<h1 class="thankyou">Thank You!</h1>
<p class="thankyoup">Thank you for filling out our contact form! We have recieved your email and will get back to you as soon as possible!</p>
</main>
</div>
<footer>
<div class="footerwrapper">
<ul class="footer-info">
<li><a href="index.html">HOME</a></li>
<li><a href="shop.html">SHOP</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="contactus.html">CONTACT US</a></li>
</ul>
<ul class="footer-info">
<li><a href="https://twitter.com/EtchedByLight"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/etched_by_light"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/Etched-By-Light-109047244851748"><i class="fa fa-facebook"></i></a></li>
</ul>
<p>© 2021 Etched By Light</p>
</div>
</footer>
</body>
</html>