-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (256 loc) · 9.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="x-icon" href="">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>AutoGo</title>
</head>
<body>
<header>
<nav>
<div class="nav__header">
<div class="nav__logo">
<a href="#">AutoGo</a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<i class="ri-menu-line"></i>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#rent">Rent</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#ride">Ride</a></li>
<li><a href="#contact">Contact Us</a></li>
<li class="nav__links__btn">
<button class="btn">Sign Up</button>
</li>
<li class="nav__links__btn">
<button class="btn">Sign in</button>
</li>
</ul>
<div class="nav__btns">
<button class="btn btn__primary">Sign Up</button>
<button class="btn btn__secondary">Sign in</button>
</div>
</nav>
<div class="section__container header__container" id="home">
<div class="header__image">
<img src="pure.png" alt="header" />
</div>
<div class="header__content">
<h1>Looking to save more on your rental car?</h1>
<p>
Discover AutoGo bike & car rental in your city with Rent a Car Select
from a range of car options and local specials.
</p>
<div class="header__links">
<a href="#">
<img src="store.jpg" alt="app store" />
</a>
<a href="#">
<img src="play.png" alt="play" />
</a>
</div>
</div>
</div>
</header>
<section class="section__container steps__container" id="rent">
<p class="section__subheader">HOW IT WORKS</p>
<h2 class="section__header">AutoGo following 3 working steps</h2>
<div class="steps__grid">
<div class="steps__card">
<span><i class="ri-map-pin-fill"></i></span>
<h4>Choose a location</h4>
<p>
Select your desired rental location from our extensive network of
rental spots.
</p>
</div>
<div class="steps__card">
<span><i class="ri-calendar-check-fill"></i></span>
<h4>Pick-up date</h4>
<p>
Specify the date and time you wish to pick up your car with flexible
scheduling options.
</p>
</div>
<div class="steps__card">
<span><i class="ri-bookmark-3-fill"></i></span>
<h4>Book your vehicle/h4>
<p>
Browse through our wide range of vehicles and choose the one that
best suits your needs.
</p>
</div>
</div>
</section>
<section class="section__container service__container" id="service">
<div class="service__image">
<img src="black.png" alt="service" />
</div>
<div class="service__content">
<p class="section__subheader">BEST SERVICES</p>
<h2 class="section__header">
Feel the best experience with our rental deals
</h2>
<ul class="service__list">
<li>
<span><i class="ri-price-tag-3-fill"></i></span>
<div>
<h4>Deals for every budget</h4>
<p>
From economy cars to luxury vehicles, we have something for
everyone, ensuring you get the best value for your money.
</p>
</div>
</li>
<li>
<span><i class="ri-wallet-fill"></i></span>
<div>
<h4>Best price guarantee</h4>
<p>
We ensure you get competitive rates in the market, so you can
book with confidence knowing you're getting the best deal.
</p>
</div>
</li>
<li>
<span><i class="ri-customer-service-fill"></i></span>
<div>
<h4>Support 24/7</h4>
<p>
Our dedicated team is available 24/7 to assist you with any
questions or concerns, ensuring a smooth rental experience.
</p>
</div>
</li>
</ul>
</div>
</section>
<section class="section__container experience__container" id="ride">
<p class="section__subheader">CUSTOMER EXPERIENCE</p>
<h2 class="section__header">
We are ensuring the best customer experience
</h2>
<div class="experience__content">
<div class="experience__card">
<span><i class="ri-price-tag-3-fill"></i></span>
<h4>Competitive pricing</h4>
</div>
<div class="experience__card">
<span><i class="ri-money-rupee-circle-fill"></i></span>
<h4>Easier Rent On Your Budget</h4>
</div>
<div class="experience__card">
<span><i class="ri-bank-card-fill"></i></span>
<h4>Most Felxible Payment Plans</h4>
</div>
<div class="experience__card">
<span><i class="ri-award-fill"></i></span>
<h4>The Best Extended Auto Warranties</h4>
</div>
<div class="experience__card">
<span><i class="ri-customer-service-2-fill"></i></span>
<h4>Roadside Assistance 24/7</h4>
</div>
<div class="experience__card">
<span><i class="ri-car-fill"></i></span>
<h4>Your Choice Of Mechanic</h4>
</div>
<img src="smt.png" alt="experience" />
</div>
</section>
<section class="section__container download__container" id="contact">
<div class="download__grid">
<div class="download__content">
<h2 class="section__header">Download the free AutoGo app</h2>
<p>
Download the AutoGo app to manage your bookings, find exclusive
deals, and access 24/7 support, all from your mobile device.
</p>
<div class="download__links">
<a href="#">
<img src="store.jpg" alt="app store" />
</a>
<a href="#">
<img src="play.png" alt="play" />
</a>
</div>
</div>
<div class="download__image">
<img src="download.png" alt="download" />
</div>
</div>
</section>
<footer>
<div class="section__container footer__container">
<div class="footer__col">
<h4>Our Products</h4>
<ul class="footer__links">
<li><a href="#">Career</a></li>
<li><a href="#">Hotels</a></li>
<li><a href="#">Cars</a></li>
<li><a href="#">Packages</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Priceline</a></li>
</ul>
</div>
<div class="footer__col">
<h4>About AutoGo</h4>
<ul class="footer__links">
<li><a href="#">Why AutoGo</a></li>
<li><a href="#">Our Story</a></li>
<li><a href="#">Investors</a></li>
<li><a href="#">Press Centers</a></li>
<li><a href="#">Advertise</a></li>
</ul>
</div>
<div class="footer__col">
<h4>Resources</h4>
<ul class="footer__links">
<li><a href="#">Download</a></li>
<li><a href="#">Help Centers</a></li>
<li><a href="#">Guides</a></li>
<li><a href="#">Partner Network</a></li>
<li><a href="#">Mechanics</a></li>
<li><a href="#">Developer</a></li>
</ul>
</div>
<div class="footer__col">
<h4>Extras</h4>
<ul class="footer__links">
<li><a href="#">Rental Deal</a></li>
<li><a href="#">Repair Shop</a></li>
<li><a href="#">View Booking</a></li>
<li><a href="#">Hire Companies</a></li>
<li><a href="#">New Offers</a></li>
</ul>
</div>
</div>
<div class="section__container footer__bar">
<h4>AutoGo</h4>
<p>Copyright © 2024 All rights reserved.</p>
<ul class="footer__socials">
<li>
<a href="#"><i class="ri-facebook-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-twitter-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-google-fill"></i></a>
</li>
</ul>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>