-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
331 lines (279 loc) · 14.2 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpotFinder-Clone</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<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&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light" data-aos="fade-up"
data-aos-anchor-placement="center-center">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="images/logo.png" alt="img" style="width: 40px; height: 40px;"> Spot Finder</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">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Become A Partner</a>
</li>
<div class="right ms-auto">
<button id="login">Login</button>
<button id="reg">Regiester</button>
</div>
</div>
</div>
</nav>
<!-- <nav>
<div id="left">
<a href="index.html"><img src="images/logo.png" alt="img"></a>
<h3>SpotFinder</h3>
</div>
<div id="center">
<a href="index.html">Home</a>
<a href="#main2">Features</a>
<a href="#main7">Blogs</a>
<a href="#main8">Become a Partner</a>
</div>
<div id="right">
<img src="images/cart.png" alt="img">
<button id="b1"><a href="notavailable.html">Login</button></a>
<button id="b2"><a href="notavailable.html">Register</button></a>
</div>
</nav> -->
<!-- nav bar closed -->
<!-- 1st main div open -->
<div id="main">
<div id="cm1" data-aos="flip-right">
<h1><span id="span1">Parking</span> <span id="span2">Simplified</span></h1>
<h4>Easily Find a Parking Space now!</h4>
<form action="">
<input type="text" placeholder=" Your Location" id="input1">
<br>
<select name="" id="">
<option selected disabled> Select Vehicle Categorey</option>
<option value="">Car</option>
<option value="">Event</option>
<option value="">Valet</option>
<option value="">Semi Truck</option>
</select>
<br>
<input type="date" placeholder="Checkin" id="input2">
<input type="date" placeholder="Check Out" id="input3">
</form>
<button id="b3">Search Parkinng spaces</button>
</div>
<div id="cm2" data-aos="flip-left"
data-aos-easing="ease-out-cubic"
data-aos-duration="2000">
<img src="images/mainpic1.png" alt="img">
</div>
</div>
<h1 style="color: #3A3748; font-family: 'poppins'; text-align: center; margin-top: 90px; font-size: 220%;">We are everywhere!</h1>
<h4 style="color: brown; font-family: 'poppins'; text-align: center; margin-top: 20px; margin-bottom: 30px; font-size: large;">Find a new home for your car.</h4>
<div id="main2">
<div id="md1" data-aos="zoom-in-up">
<img src="images/cityparking.jpg" alt="img" style="margin-top: 0px;">
<h2>City Parking</h2>
<button class="button1">Find Parking</button>
</div>
<div id="md2" data-aos="zoom-in-up">
<img src="images/truck.jpg" alt="img">
<h2>Semi Truck</h2>
<button class="button1">Find Parking</button>
</div>
<div id="md3" data-aos="zoom-in-up">
<img src="images/cityparking.jpg" alt="img" >
<h2>Airport Parking</h2>
<button class="button1">Find Parking</button>
</div>
</div>
</div>
<!-- 2nd main div opened -->
<div id="main3">
<h1 style="text-align: center; font-size: 290%; padding-top: 100px;">Why Spot Finder?</h1>
<h4 style="text-align: center; margin-top: 20px; font-size: 150%;">We understand the pain for finding the right spot where your car feels home. <br> Handicap friendly spots, diligent customer support, we aim to comfort you <br> with nearest parking spot!</h4>
<div id="main4">
<div id="m4-1" data-aos="zoom-in-left">
<img src="images/time.png" alt="img">
<h2 class="div-text">Its Fast</h2>
<h4 class="div-text"><br> Our new app makes finding spots in <br> not more than 3 steps. We're building <br> the largest network of parking spots!</h4>
</div>
<div id="m4-2" data-aos="zoom-in-left">
<img src="images/smile.png" alt="img">
<h2 class="div-text">It's easy</h2>
<h4 class="div-text"><br>We aim to keep you hooked to our <br> services with an experience excellence <br> team!</h4>
</div>
<div id="m4-3" data-aos="zoom-in-left">
<img src="images/wallet.png" alt="img">
<h2 class="div-text">It's affordable</h2>
<h4 class="div-text"><br>Find affordable spots and spend your days stress-free while your car is <br> parked with us.</h4>
</div>
</div>
</div>
<h1 style="color: #476480; text-align: center; font-family: 'poppins';">Airport Parking</h1>
<div id="main5">
<div id="m5-1" data-aos="zoom-in-left">
<img src="images/daysinn.jpg" alt="img"><br><br>
<h2>Days Inn by Wyn</h2><br>
<h5>Days Inn by Wyndham hotel </h5><br><br>
<button class="button2">Book Now</button>
</div>
<div id="m5-2" data-aos="zoom-in-left">
<img src="images/daysinn.jpg" alt="img"><br><br>
<h2>Days Inn by Wyn</h2><br>
<h5>Days Inn by Wyndham hotel </h5><br><br>
<button class="button2">Book Now</button>
</div>
<div id="m5-3" data-aos="zoom-in-left">
<img src="images/daysinn.jpg" alt="img"><br><br>
<h2>Days Inn by Wyn</h2><br>
<h5>Days Inn by Wyndham hotel </h5><br><br>
<button class="button2">Book Now</button>
</div>
<div id="m5-4" data-aos="zoom-in-left">
<img src="images/daysinn.jpg" alt="img"><br><br>
<h2>Days Inn by Wyn</h2><br>
<h5>Days Inn by Wyndham hotel </h5><br><br>
<button class="button2">Book Now</button>
</div>
</div>
<div id="main6">
<table border="0">
<tr>
<td colspan="2" style="display: flex; justify-content: center; width: 50px;"><img src="images/user.png" alt="img" style="width: 40px; height: 40px;"></td>
<th id="firstth">Anonymous</th>
</tr>
<tr>
<td></td>
<td><img src="images/star.png" alt="img" style="width: 20px; height: 20px;">
<img src="images/star.png" alt="img" style="width: 20px; height: 20px;">
<img src="images/star.png" alt="img" style="width: 20px; height: 20px;">
<img src="images/star.png" alt="img" style="width: 20px; height: 20px;">
<img src="images/star.png" alt="img" style="width: 20px; height: 20px;">
</td>
</tr>
</table>
<p>We loved using SpotFinder. It was easy and simple for us. I am 80 years old and we liked how easy it was to do a booking.</p>
</div>
<h1 style="color: #2D3768; font-family: 'poppins'; text-align: center; margin-top: 70px;">Intresting Reads</h1>
<h4 style="text-align: left; margin-top: 20px; color: #F38E6F; margin-left: 60px; font-family: 'poppins';" id="newarticle">New articles</h4>
<h4 style="text-align: right; text-decoration: underline; cursor: pointer; color: #F38E6F; margin-right: 60px; font-family: 'poppins'; margin-top: 0px; margin-bottom: 20px;" id="viewall">View All</h4>
<div id="main7">
<div id="m7-1" data-aos="zoom-in-left">
<img src="images/multiplecar.jpg" alt="img">
<h1>Why Books Your Car Parking</h1>
<p>Online car parking can be a game-changer for anyone planning a trip, whether it's for business or pleasure</p>
</div>
<div id="m7-2" data-aos="zoom-in-left">
<img src="images/parkingapp.jpeg" alt="img">
<h1>Why Books Your Car Parking</h1>
<p>Online car parking can be a game-changer for anyone planning a trip, whether it's for business or pleasure</p>
</div>
<div id="m7-3" data-aos="zoom-in-left">
<img src="images/multiplecar.jpg" alt="img">
<h1>Why Books Your Car Parking</h1>
<p>Online car parking can be a game-changer for anyone planning a trip, whether it's for business or pleasure</p>
</div>
</div>
<div id="main8" data-aos="flip-up">
<h1 data-aos="flip-up">Partner With Spot Finder</h1>
<h5 data-aos="flip-up">Grow your business by listing your service with us.</h5>
<button data-aos="flip-up">Become A Partner</button>
</div>
<h1 style="color: #343538; text-align: center;">Subscribe</h1>
<h5 style="color: #343538; text-align: center;">Subscribe to our Spot finder & stay Updated</h5>
<br><br>
<center>
<input type="email" placeholder="Enter Your Email" style="width: 190px; height: 40px; background-color: white; outline: none; border: none;" id="email">
<button style="width: 130px; height: 40px; background-color: red; color: white; font-size: large;" id="subscribe">Subscribe</button>
</center>
<br><br><br><br>
<center></center>
<!-- <div id="main9">
<table border="0" cellpadding="9" cellspacing="50" style="margin-left: 40px; border-top: 2px solid red; width: 100%;">
<tr>
<th style="color: red;">About Us</th>
<th style="color: red;">Company</th>
<th style="color: red;">Contact Info</th>
<th>Payment Accepted</th>
</tr>
<tr>
<td rowspan="3" style="color: #343538a9;">As Travelers and preplanners on a trip, <br>
we hate not being able to find parking on a <br> reliable site. We decided to solve this by <br> starting in house!</td>
<td style="color: #343538a9;">Privacy Policy</td>
<td style="color: #343538a9;">contact@spotfinder.app</td>
<td><img src="images/payment.png" alt="img" style="width: 140px; height: 50px;"></td>
</tr>
<tr>
<td style="color: #343538a9;">Cancellation Policy</td>
<td style="color: #343538a9;">833-799-7770</td>
<td style="color: #343538a9;">Social</td>
</tr>
<tr>
<td style="color: #343538a9;">Terms and Conditions</td>
<td style="color: #343538a9;">Fort Lauderdale, Florida</td>
<td style="color: #343538a9;"><a href="https://www.facebook.com/Prince.Ahmad.107" target="_blank"><img src="images/facebook.png" alt="img" style="width: 30px; height: 30px; border-radius: 20px;"></a><a href="https://www.instagram.com/ahmed_here_990/" target="_blank"> <img src="images/insta.jpg" alt="img" style="width: 30px; height: 30px; border-radius: 20px;"> </a><a href="https://github.com/MuhammadAhmadAslam" target="_blank"> <img src="images/github.png" alt="img" style="width: 30px; height: 30px; border-radius: 20px;"></a></td>
</tr>
</table>
</div> -->
<footer class="row" data-aos="fade-down"
data-aos-easing="linear"
data-aos-duration="500">
<div class="col-lg-3 col-md-6 col-sm-12">
<h1>About Us</h1>
<h6>As Travelers and preplanners on a trip, we hate not being able to find parking on a reliable site. We decided to solve this by starting in house!</h6>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<h1>Company</h1>
<ul>
<li id="footer-li">Privacy Policy</li>
<li id="footer-li">Cancellation Policy</li>
<li id="footer-li">Terms And Condition</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<h1>Contact Info</h1>
<ul>
<li id="footer-li" style=" margin-left: -20px; margin-top: 20px;"><i class="fa-solid fa-envelope" style="color: #000000; padding-right: 10px; font-size: 20px;"></i>prince1ahmed111@gmail.com</li>
<li id="footer-li" style=" margin-left: -20px; margin-top: 20px;"><i class="fa-solid fa-phone" style="color: #000000; padding-right: 10px; font-size: 20px;"></i>03362905320</li>
<li id="footer-li" style=" margin-left: -20px; margin-top: 20px;"><i class="fa-solid fa-location-dot" style="color: #000000; padding-right: 10px; font-size: 20px;"></i>ABC Road Undefined</li>
<li id="footer-li" style=" margin-left: -20px; margin-top: 20px;"><i class="fa-solid fa-comment" style="color: #000000; padding-right: 10px; font-size: 20px;"></i>Contact Support</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<h1 style="margin-left: 40px;">Payment Accepted</h1>
<img src="images/payment.png" alt="img" style="width: 90px; height: 40px; margin-left: 40px; margin-top: 40px;">
</div>
</footer>
<h3 id="footer">All rights reserved © 2023 - SpotFinder by Travel Life LLC • Made with ❤️</h3>
<script src=" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script>
AOS.init();
</script>
</center>
</body>
</html>