-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsentSuccess.html
More file actions
82 lines (68 loc) · 3.12 KB
/
sentSuccess.html
File metadata and controls
82 lines (68 loc) · 3.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000" />
<title>Email Sent Successfully</title>
<meta
name="Description"
content="Get quick, accurate quotes for your shipping needs with Strong Concepts. Our easy-to-use quote form helps us provides competitive rates for trucking services tailored to your business. Start saving today!"
/>
<link rel="stylesheet preconnect" href="/style.css">
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Anton&display=swap" rel="stylesheet preload">
<script src="/Components/Navbar/nav.js" type="text/javascript" defer></script>
<script src="/Components/Footer/footer.js" type="text/javascript" defer></script>
</head>
<body>
<nav-component></nav-component>
<div class="menu-btn">
<article>
<div class="menu-btn__burger"></div>
</article>
</div>
<section class="cont-page">
<nav>
<ul>
<li><a aria-label="Go to the services page." href="/services.html"><span>Services</span></a></li>
<li><a aria-label="Go to the about page." href="/about.html"><span>About</span></a></li>
<li><a aria-label="Go to the quote page." href="/quote.html"><span>Request A Quote</span></a></li>
<li><a aria-label="Go to the contact page." href="/contact.html"><span>Contact</span></a></li>
</ul>
<article>
<span>Mobile, AL - 251.xxx.xxxx - xxxxxxx@gmail.com</span>
<article>
</nav>
</section>
<main>
<section class="pageTransition">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
<section class="successPage">
<div class="successText">
<img rel='preload' loading='lazy' src="../../Assets/Images/strongConceptsLogo.svg" width='275px' height='95px' alt='Strong Concepts logo'></img>
</img>
<h1>Thanks, you've successfully requested a quote!</h1>
</div>
<article>
<p class="givePad">
Thank you for choosing <b>Strong Concepts</b> for your freight transport/logistics needs. We are pleased to confirm that your <strong>quote has been successfully submitted.</strong>
</p>
<br />
<p>
We strive to provide reliable and efficient service to all our clients. Should you have any <b>questions or need further assistance,</b> please feel free to contact us <strong>via our phone number or email located in our header and footer.</strong>
</p>
</article>
</section>
</main>
<footer-component></footer-component>
<script rel="preload" src="/script.js"></script>
</body>
</html>