-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (197 loc) · 9.99 KB
/
index.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="Style/style.css" type="text/css">
<script src="https://kit.fontawesome.com/3212e149bd.js" crossorigin="anonymous"></script>
<title>HappyCarz</title>
<link rel="icon" href="images/car.jpg" type="image/icon type">
</head>
<body>
<!---------------- HEADER--------->
<header id="home">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#home">HappyCarz</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" data-toggle="collapse" data-target=".navbar-collapse">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Plans</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#choose">Why Us?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="support.html">Support</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="mid">
<video autoplay muted loop>
<Source class="embed-responsive" src="images/IntroVideo.mp4">
</video>
<div class="hero text-center">
<h2 class="text-light display-4">Your Car Deserves Better</h2>
<p class="text-light mx-auto">A clean car is a happy car. The actual washing of the car is not that hard, but you have to have the right supplies to get a professional job.</p>
<a class="text-dark" href="#">Let us help you clean.</a>
</div>
</div>
</header>
<!------------------ABOUT------------------->
<section id="about" class="about py-5">
<div class="row align-items-center container my-5 mx-auto">
<div class="text col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<h5>FAST. CLEAN. SHINE.</h5>
<h2>Caring for your vehicle is our mission.</h2>
<p>HappyCarz is a group of energetic car wash experts. Every auto wash alternative will make your car perfect and glossy.
<br> Sit back and unwind while we take the necessary steps to wash your car.</p>
<a href="#">Learn More</a>
</div>
<div class="img col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<img class="img-fluid" src="images/about.jpg">
</div>
</div>
</section>
<!-------------SERVICE-------------->
<section id="service" class="service py-5">
<div class="col mx-auto my-5 align-items-center">
<div class="heading text-center pt-5">
<h2 class="pb-5 text-light">Our Plans</h2>
</div>
<div class="row container mx-auto justify-content-center align-items-center text-align-center">
<div class="one col-lg-3 col-md-3 col-12 w-25% m-2">
<h5 class="font-weight-bold pt-4">Silver</h5>
<h6>$15.99/month</h6>
<p> <i class="fas fa-check"></i> 2 Vaccum Cleaning/month<br>
<i class="fas fa-check"></i> 2 Foam Wash/month <br>
<i class="fas fa-check"></i> 1 Interior CLeaning/month <br>
<i class="fas fa-times" style="color: red;"></i> Anti Rust Treatment <br>
<i class="fas fa-times" style="color: red;"></i> Engine Flush Treatment <br>
<i class="fas fa-times" style="color: red;"></i> Paint Restoration Polish <br>
<i class="fas fa-times" style="color: red;"></i> AC Disinfection Treatment</p>
</div>
<div class="one col-lg-3 col-md-3 col-12 w-25% m-2">
<h5 class="font-weight-bold pt-4">Gold</h5>
<h6>$19.99/month</h6>
<p> <i class="fas fa-check"></i> 3 Vaccum Cleaning/month<br>
<i class="fas fa-check"></i> 3 Foam Wash/month <br>
<i class="fas fa-check"></i> 2 Interior CLeaning/month <br>
<i class="fas fa-check"></i> Anti Rust Treatment <br>
<i class="fas fa-check"></i> Engine Flush Treatment <br>
<i class="fas fa-times" style="color: red;"></i> Paint Restoration Polish <br>
<i class="fas fa-times" style="color: red;"></i> AC Disinfection Treatment</p>
</div>
<div class="one col-lg-3 col-md-3 col-12 w-25% m-2">
<h5 class="font-weight-bold pt-4">Platinum</h5>
<h6>$29.99/month</h6>
<p> <i class="fas fa-check"></i> 4 Vaccum Cleaning/month<br>
<i class="fas fa-check"></i> 4 Foam Wash/month <br>
<i class="fas fa-check"></i> 3 Interior CLeaning/month <br>
<i class="fas fa-check"></i> Anti Rust Treatment <br>
<i class="fas fa-check"></i> Engine Flush Treatment <br>
<i class="fas fa-check"></i> Paint Restoration Polish <br>
<i class="fas fa-check"></i> AC Disinfection Treatment<br>
</p>
</div>
</div>
</div>
</section>
<!------------------- CHOOSE US----------------->
<section id="choose" class="choose py-5">
<div class="row align-items-center container my-5 mx-auto">
<div class="img col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<img class="img-fluid" src="images/choose.jpg">
</div>
<div class="text col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<h5>READY. SET. CLEAN.</h5>
<h2>Why Choose Us?</h2>
<p>We don't just wash your Car, we take care of it. A car will be thoroughly vacuumed, carpet washed, polished and installed with a hanging scent paper.
<br>A selected flavour of your favourite scented car paper will be installed in the car free of cost.</p>
</div>
</div>
</section>
<section class="choosetwo py-5">
<div class="row align-items-center container my-5 mx-auto">
<div class="text col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<h5>TEST. INVEST. REST</h5>
<h2>Making more possible.</h2>
<p>It's not just a car wash. It is a place where you invest your money and we provide you with the best service at your doorstep.
<br> Our Customer ratings are 4.5/5.</p>
<div class="icons">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half"></i>
</div>
</div>
<div class="img col-lg-6 col-md-6 col-12 w-50% pt-5 pb-5">
<img class="img-fluid" src="images/choose2.png">
</div>
</div>
</section>
<!------------------FOOTER----------------->
<footer class="page-footer font-small indigo text-light">
<div class="container">
<div class="row text-center d-flex justify-content-center pt-5 mb-3">
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#home">Home</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#about">About</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#service">Plans</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="#choose">Why Us?</a>
</h6>
</div>
<div class="col-md-2 mb-3">
<h6 class="text-uppercase font-weight-bold">
<a href="https://syedsibtainrazvi.github.io/HappyCarz.github.io/support.html">Support</a>
</h6>
</div>
</div>
<hr class="rgba-white-light" style="margin: 0 15%;">
<div class="row d-flex text-center justify-content-center mb-md-0 mb-4">
<div class="col-md-8 col-12 mt-5">
<p style="line-height: 2.6rem">Thank You For Visiting</p>
<div>
<div class="logo">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
</div>
<p>Made by Syed Sibtain <i class="far fa-copyright"></i></p>
</div>
</div>
</div>
</div>
</footer>
<!------Script Bootstrap-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>