-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (326 loc) · 19.7 KB
/
Copy pathindex.html
File metadata and controls
331 lines (326 loc) · 19.7 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
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
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0"/>
<title>Electric Vehicle</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Raleway:wght@700&display=swap" rel="stylesheet"/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
</head>
<body class="bg-gray-100 text-white">
<!-- Header -->
<header class="bg-black text-white w-full">
<div class="flex justify-between items-center py-4 px-6 w-full">
<div class="flex items-center space-x-3">
<img alt="Electric Vehicle Logo" height="50" src="Images/ev_logo.jpg" width="50"/>
<span class="text-lg font-bold">Plug Point</span>
</div>
<nav class="hidden md:flex space-x-6 mx-auto">
<a class="text-white hover:text-green-500" href="index.html">Home</a>
<a class="text-white hover:text-green-500" href="Links/bookings.html">Booking</a>
<a class="text-white hover:text-green-500" href="Links/find_station.html">Find a Station</a>
<a class="text-white hover:text-green-500" href="Links/payment.html">Payment</a>
<a class="text-white hover:text-green-500" href="Links/aboutus.html">About Us</a>
</nav>
<a class="btn-animated" href="Links/signin.html">Sign In</a>
</div>
</header>
<!-- Hero Section -->
<section class="relative">
<div class="image-container">
<img alt="Electric car being charged" class="zoom-animation active" src="Images/car_charging.jpg"/>
<img alt="Electric car charging station" class="zoom-animation" src="Images/charging_station.png"/>
<div class="absolute inset-0 bg-black bg-opacity-50 flex flex-col justify-start items-start p-10 h-full">
<p class="text-green-500 text-sm uppercase mb-2 mt-4 fade-in">Modern electric vehicle charging systems</p>
<h1 class="text-white font-bold heading extra-large mt-2 slide-in-left">Electric Car Charging Points</h1>
<div class="absolute bottom-10 right-10">
<p class="text-white tagline">PLUG IN , charge up.</p>
</div>
</div>
</div>
</section>
<!-- New Content Section -->
<section class="gradient-bg text-white py-10 auto-bg">
<div class="container mx-auto">
<div class="text-center">
<p class="text-green-500 uppercase tracking-widest mt-4">Electric vehicle</p>
<h1 class="title mt-4">Driving Tomorrow Today: The Electric Evolution</h1>
<p class="description mt-2">Practices such as avoiding occupying a charging space longer than necessary, adhering to posted time limits, and being mindful of charging station etiquette can help ensure.</p>
<br>
<br>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<a class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card" href="#">
<i class="fas fa-charging-station icon text-green-500"></i>
<h3 class="card-title">High Quality Stations</h3>
<p class="card-description">Workplace charging not only supports employees who drive electric cars</p>
</a>
<a class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card" href="#">
<i class="fas fa-tools icon text-green-500"></i>
<h3 class="card-title">Quick Installations</h3>
<p class="card-description">Many electric utilities offer incentives or rebates to encourage the installation</p>
</a>
<a class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card" href="#">
<i class="fas fa-store icon text-green-500"></i>
<h3 class="card-title">Accessories Store</h3>
<p class="card-description">As electric cars become increasingly popular, understanding the nuances of charging</p>
</a>
<a class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card" href="#">
<i class="fas fa-solar-panel icon text-green-500"></i>
<h3 class="card-title">Renewable Energy</h3>
<p class="card-description">By understanding the various charging options and best practices, electric car</p>
</a>
<div class="flex justify-end mt-10">
</div>
</div>
</section>
<!-- Additional Content Section -->
<section class="bg-green-100 text-gray-900 py-12">
<div class="container mx-auto py-12 px-4">
<div class="flex flex-col lg:flex-row items-center lg:items-start">
<div class="lg:w-1/2 lg:pr-8">
<div class="text-left">
<h1 class="text-8xl font-bold text-gray-900">446+</h1>
<p class="text-3xl text-gray-700">Public Stations In Pune City</p>
<p class="mt-4 text-gray-600">Workplace charging not only supports employees who drive electric cars but also demonstrates a commitment to sustainability and environmental stewardship.</p>
</div>
<div class="mt-8">
<img alt="Electric car charging station" class="w-full" height="800" src="Images/charging_station.png" width="1200"/>
</div>
</div>
<div class="lg:w-1/2 grid grid-cols-1 md:grid-cols-2 gap-4 mt-12 lg:mt-0">
<div class="bg-white text-gray-900 p-6 rounded-lg text-center hover-card-2">
<img alt="Level 1 charging icon" class="mx-auto mb-4" src="Images/level_1_icon.png"/>
<h2 class="text-xl font-semibold">Level 1</h2>
<p>Power: 35 kW</p>
<p>Charging: 30 minutes</p>
</div>
<div class="bg-white text-gray-900 p-6 rounded-lg text-center hover-card-2">
<img alt="Level 2 charging icon" class="mx-auto mb-4" src="Images/level_2_icon.png"/>
<h2 class="text-xl font-semibold">Level 2</h2>
<p>Power: 45 kW</p>
<p>Charging: 25 minutes</p>
</div>
<div class="bg-white text-gray-900 p-6 rounded-lg text-center hover-card-2">
<img alt="Level 3 charging icon" class="mx-auto mb-4" src="Images/level_3_icon.png"/>
<h2 class="text-xl font-semibold">Level 3</h2>
<p>Power: 50 kW</p>
<p>Charging: 20 minutes</p>
</div>
<div class="bg-white text-gray-900 p-6 rounded-lg text-center hover-card-2">
<img alt="Level 4 charging icon" class="mx-auto mb-4" src="Images/level_4_icon.png"/>
<h2 class="text-xl font-semibold">Level 4</h2>
<p>Power: 65 kW</p>
<p>Charging: 15 minutes</p>
</div>
</div>
</div>
<h2 class="text-green-500 text-3xl font-bold mt-6 text-center">Public Stations in Pune City</h2>
<p class="text-black text-lg text-center mt-2">With multiple charging levels available, our public stations ensure quick and efficient power-ups for your electric vehicle. <br>
Join us in driving Pune towards a greener, more sustainable future.</p>
</div>
</section>
<!-- Additional Gradient Background Section -->
<section class="gradient-bg-alt text-white py-10">
<div class="container mx-auto">
<div class="text-center">
<p class="text-green-500 uppercase tracking-widest">Find Your Charging Station</p>
<h1 class="title">Locate the Nearest Charging Points</h1>
<p class="description">Use our platform to find the nearest electric vehicle charging stations. Whether you're at home, work, or on the go, we've got you covered.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-10">
<div class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card">
<i class="fas fa-map-marker-alt icon text-green-500"></i>
<h3 class="card-title">Nearby Stations</h3>
<p class="card-description">Quickly locate the nearest charging stations to your current location.</p>
</div>
<div class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card">
<i class="fas fa-route icon text-green-500"></i>
<h3 class="card-title">Route Planning</h3>
<p class="card-description">Plan your trips with ease by finding charging stations along your route.</p>
</div>
<div class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card">
<i class="fas fa-bolt icon text-green-500"></i>
<h3 class="card-title">Fast Charging</h3>
<p class="card-description">Find stations that offer fast charging to get you back on the road quickly.</p>
</div>
<div class="card bg-gray-800 text-white p-6 rounded-lg shadow-lg hover-card">
<i class="fas fa-info-circle icon text-green-500"></i>
<h3 class="card-title">Station Information</h3>
<p class="card-description">Get detailed information about each charging station, including availability and pricing.</p>
</div>
<br>
<br>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mt-4">
<video class="w-full rounded-lg" autoplay loop muted>
<source src="Images/Video/Video_1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video class="w-full rounded-lg" autoplay loop muted>
<source src="Images/Video/Video_2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video class="w-full rounded-lg" autoplay loop muted>
<source src="Images/Video/Video_3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</section>
<!-- Map Section -->
<section class="py-10">
<div class="container mx-auto">
<div class="text-center mb-10">
<h1 class="title">Map of Pune with Electric Vehicle Charging Stations</h1>
<p class="description">Use the map below to find all the electric vehicle charging stations in Pune.</p>
</div>
<div id="map"></div>
</div>
</section>
<!-- Customer Reviews Section -->
<div class="container mx-auto px-4 py-16">
<div class="mt-16">
<h2 class="text-3xl font-bold text-center text-green-500">Customer Reviews</h2>
<div class="mt-8 space-y-8">
<div class="bg-[#112233] p-6 rounded-lg review-card">
<p class="text-lg font-semibold">Hamza Shah</p>
<div class="flex items-center mt-2">
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
</div>
<p class="text-gray-400 mt-2">"The charging stations are top-notch and very reliable. Highly recommend!"</p>
</div>
<div class="bg-[#112233] p-6 rounded-lg review-card">
<p class="text-lg font-semibold">Lokesh Amaraj</p>
<div class="flex items-center mt-2">
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star-half-alt text-yellow-500"></i>
</div>
<p class="text-gray-400 mt-2">"Quick installations and excellent customer service. Couldn't be happier."</p>
</div>
<div class="bg-[#112233] p-6 rounded-lg review-card">
<p class="text-lg font-semibold">Animesh Maurya</p>
<div class="flex items-center mt-2">
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="far fa-star text-yellow-500"></i>
</div>
<p class="text-gray-400 mt-2">"Great accessories store with everything you need for your electric vehicle."</p>
</div>
<div class="bg-[#112233] p-6 rounded-lg review-card">
<p class="text-lg font-semibold">Manoj Pagadala</p>
<div class="flex items-center mt-2">
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
</div>
<p class="text-gray-400 mt-2">"The renewable energy options are fantastic. I feel good about my carbon footprint."</p>
</div>
<div class="bg-[#112233] p-6 rounded-lg review-card">
<p class="text-lg font-semibold">Pranshu Patel</p>
<div class="flex items-center mt-2">
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="fas fa-star text-yellow-500"></i>
<i class="far fa-star text-yellow-500"></i>
</div>
<p class="text-gray-400 mt-2">"Excellent service and support. The team is very knowledgeable and helpful."</p>
</div>
</div>
</div>
<!-- Leave a Review Section -->
<div class="mt-16">
<h2 class="text-3xl font-bold text-center text-green-500">Leave a Review</h2>
<form class="mt-8 max-w-xl mx-auto space-y-6">
<div>
<label for="name" class="block text-lg font-semibold">Name</label>
<input type="text" id="name" class="w-full mt-2 p-3 bg-[#112233] rounded-lg text-white" placeholder="Your Name">
</div>
<div>
<label for="rating" class="block text-lg font-semibold">Rating</label>
<select id="rating" class="w-full mt-2 p-3 bg-[#112233] rounded-lg text-white">
<option value="5">5 - Excellent</option>
<option value="4">4 - Very Good</option>
<option value="3">3 - Good</option>
<option value="2">2 - Fair</option>
<option value="1">1 - Poor</option>
</select>
</div>
<div>
<label for="review" class="block text-lg font-semibold">Review</label>
<textarea id="review" class="w-full mt-2 p-3 bg-[#112233] rounded-lg text-white" rows="4" placeholder="Your Review"></textarea>
</div>
<div class="text-center">
<button type="submit" class="bg-green-500 text-white px-6 py-3 rounded-lg font-semibold">Submit</button>
</div>
</form>
</div>
</div>
<!-- New Content Section Added Here -->
<main class="bg-black text-white py-16">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-8 md:mb-0">
<p class="text-lg">WE'RE HERE TO HELP YOU WITH ALL YOUR EV CHARGING NEEDS!</p>
<a class="text-lg underline" href="#">CONTACT US NOW</a>
<p class="text-lg mt-4">📧 Email: mangeshchoudhary35@gmail.com</p>
<pre class="text-lg"> sumitkr9950@gmail.com</pre>
<p class="text-lg mt-4">📱 Phone: 9801547689</p>
<pre class="text-lg"> 9637968391</pre>
</div>
<div class="flex flex-col items-center">
<img alt="Follow Us text with social media icons" class="mb-4" height="80" src="./Images/follow us.png" width="250"/>
<div class="flex space-x-4 mb-4">
<a class="gradient-box" href="https://github.com/GraphicsAndroid65/Plug-Point_website">
<i class="fab fa-github"></i> Github
</a>
<a class="gradient-box" href="https://www.instagram.com/sumittt_ydvv?igsh=MTRxMGZiNm03bmd5OA==">
<i class="fab fa-instagram"></i> Instagram
</a>
<a class="gradient-box" href="https://www.youtube.com/@graphicsandroid65">
<i class="fab fa-youtube"></i> Youtube
</a>
</div>
</div>
</div>
</div>
</main>
<section class="bg-black text-white py-16">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-4 big-text">About Plug Point</h2>
<p class="mb-4">
Plug Point is your go-to platform for all things related to electric vehicle (EV) charging stations. We are dedicated to making the transition to electric vehicles easier, more accessible, and sustainable for everyone. With our comprehensive and constantly updated directory, we help drivers find nearby EV stations, so they can power up and get back on the road with ease.
</p>
<div class="mt-16">
<h3 class="text-2xl font-bold mb-2 big-text">Powered by Clean Energy</h3>
<p>
We are committed to supporting a cleaner and greener future. At Plug Point, we strive to make electric vehicle adoption a seamless part of your lifestyle, while promoting the use of renewable energy sources.
</p>
</div>
</div>
</section>
<footer class="bg-black text-white py-8">
<div class="container mx-auto px-4">
<div class="text-center mt-8">
<p>© 2025 Plug Point. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>