-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
152 lines (128 loc) · 6.64 KB
/
about.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about Express PVC Specialist - Your premier destination for top-tier outdoor solutions. Discover our mission, values, and the team behind our success.">
<meta name="keywords" content="EPS, Express PVC Specialist, about EPS, PVC solutions, outdoor solutions, PVC specialists">
<link rel="icon" type="image/png" href="img/EPS.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/EPS.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/EPS.png" sizes="64x64">
<title>About | EPS</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/button.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
</head>
<body>
<header>
<nav class="navbar">
<a class="logo" href="index.html">EPS<span>.</span></a>
<ul class="menu-links">
<span id="close-menu-btn" class="material-symbols-outlined">close</span>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="services.html">Solutions</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
<span id="hamburger-btn" class="material-symbols-outlined">menu</span>
</nav>
</header>
<p class="pap"> ABOUT US:</p><hr>
<main id="content" class="main-area">
<section class="splash grid">
<div class="splash-content">
<h2 class="content-title">Our History</h2>
<div class="splash-text">
<p><b><a href="index.html">Express PVC Specialist</a></b>, founded in early 2023 by Amukelani Tharaga, is a dynamic and innovative company dedicated to delivering high-quality PVC products. Despite being a relatively young business, we have rapidly built a strong reputation for excellence in craftsmanship and customer satisfaction. Our portfolio showcases a diverse range of projects, including custom pool covers, stylish roller blinds, durable wedge awnings, and versatile retractable awnings. Each project we undertake is a testament to our commitment to quality and our passion for meeting the unique needs of our clients. At Express PVC Specialist, we believe in creating lasting solutions that combine functionality with aesthetic appeal, ensuring our customers receive the best possible experience. Join us on our journey as we continue to expand and set new standards in the PVC products industry.</p>
</div><!-- .splash-text -->
</div><!-- .splash-content -->
</section><!-- .splash -->
<section class="buckets grid">
<ul>
<li>
<img src="img/values1.jpg" alt="">
<div class="bucket">
<h3 class="bucket-title">Our Values</h3>
<p>We are guided by a set of core values that define who we are and how we operate. These values include integrity, excellence, innovation, and customer focus. We believe in upholding the highest standards of honesty, professionalism, and ethical conduct in all our interactions.</p>
</div><!-- .bucket -->
</li>
<li>
<img src="img/values2.jpg" alt="">
<div class="bucket">
<h3 class="bucket-title">Our Mission</h3>
<p>To enhance outdoor living spaces through innovative PVC solutions that combine functionality with aesthetic appeal. We strive to exceed customer expectations by delivering quality products and services that add value to their properties.</p>
</div><!-- .bucket -->
</li>
<li>
<img src="img/values3.jpg" alt="">
<div class="bucket">
<h3 class="bucket-title">Our Vision</h3>
<p>To become the preferred choice for outdoor solutions by consistently delivering superior products, exceptional service, and innovative designs. We aim to expand our presence nationally and internationally while maintaining our commitment to quality and customer satisfaction.</p>
</div><!-- .bucket -->
</li>
</ul>
</section><!-- .buckets -->
<section class="more grid">
<div class="more-content">
</div><!-- .more-content -->
</section><!-- .more -->
</main>
<br>
<br>
<br>
<br>
<br>
<!-- Site footer -->
<hr>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6><B>About EPS</B></h6>
<p class="text-justify">We specialize in transforming outdoor spaces with premium PVC solutions. Our expert team delivers exceptional craftsmanship, innovative designs, and outstanding service for pool covers, roller blinds, awnings, and more. Trust us to enhance your outdoor environment with durable, stylish, and functional solutions tailored to your needs.</p>
</div>
<br>
<div class="col-xs-6 col-md-3">
<h6><B>Quick Links</B></h6>
<ul class="footer-links">
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<br>
<div class="col-xs-6 col-md-3">
<h6><B>Other</B></h6>
<ul class="footer-links">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<br>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2024 All Rights Reserved by
<a href="https://occxlnce.co.za/">Occxlnce Creative Studio</a>.
</p>
</div>
</div>
</div>
</footer>
<script>
const header = document.querySelector("header");
const hamburgerBtn = document.querySelector("#hamburger-btn");
const closeMenuBtn = document.querySelector("#close-menu-btn");
// Toggle mobile menu on hamburger button click
hamburgerBtn.addEventListener("click", () => header.classList.toggle("show-mobile-menu"));
// Close mobile menu on close button click
closeMenuBtn.addEventListener("click", () => hamburgerBtn.click());
</script>
</body>
</html>