-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
80 lines (66 loc) · 3.25 KB
/
about.html
File metadata and controls
80 lines (66 loc) · 3.25 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
<!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>About</title>
<meta
name="Description"
content="Learn about Strong Concepts, a provider of reliable trucking and logistics services. Discover our commitment to safe, efficient transport solutions, and our dedication to exceptional customer service. Trusted for timely deliveries and industry expertise."
/>
<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="aboutPage">
<span>Get to know us.</span>
<h1>About Strong Concepts.</h1>
<article>
<img loading='lazy' src="../../Assets/Images/trucking.webp" width='325px' height='175px' alt="Image of a transport truck"></img>
<div>
<h2>Who is Strong Concepts and Designs, LLC?</h2>
<p class="givePad">
Strong Concepts and Designs LLC is a family-owned and operated company and one of the rising organizations in Mobile, Alabama. Our goal is to implement essential policies and procedures, paired with a strong work ethic, to build a profitable and enduring business. <br><br>We emphasize person-to-person interactions, a valuable practice that has diminished in the post-Covid era. Now is the time to reconnect and engage with people in a more personal manner.
</p>
<a class="button" aria-label="Go to the contact page." href="contact.html">Contact Us</a>
</div>
</article>
</section>
</main>
<footer-component></footer-component>
<script rel="preload" src="/script.js"></script>
</body>
</html>