-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.html
76 lines (59 loc) · 3.22 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
<!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">
<title>About</title>
<link rel="stylesheet" href="About.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style>
body {
}
</style>
</head>
<body>
<section id="header" class="bb">
<h2><font size="6" color="black">EV Atoms Store</font></h2>
<div>
<ul id="navbar">
<li><a class="active" href="ecommerce.html">HOME</a></li>
<li><a href="shop.html">SHOP</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="cart.html"><i class="fa-solid fa-bag-shopping fa-2x"></i></a></li>
</ul>
<ul class="sea">
<li><form action="">
<input type="search" placeholder="Search here ...">
<i class="fa fa-search"></i>
</form></li>
</ul>
</div>
</section>
<section>
<div id="hi" align="center">
<div>
<p align="center"><font size="10" face="arial" color="#7FB3D5">About us</font></p><br>
<div class="charge">
<h2><i><b><font size="5" face="arial" color="#73C6B6">Personalize your very own charging station or find your nearest one!</b></i></h2><p>We've got you all covered, meet our Maps section to explore the route to your nearest charging station... </font></p><button>Visit Now</button><br><br>
</div><br>
<img src="cs.jpeg" alt="" class="img1"><img src="cs5.jpeg" alt="">
<div class="charge1">
<h2><i><b><font size="5" face="arial" color="#73C6B6">Big Cheers to all the EV users out there!!</b></i></h2><p>Take a look at our Amazing Store built just for your convienience. Find exciting deals and finest brands chosen for your vehicles.</font></p> <button >Visit Now</button> <br><br>
</div><br>
<img src="cs4.jpeg" alt=""><img src="cs6.jpeg" alt=""><br>
<div class="charge2" >
<h2><i><b><font size="5" face="arial" color="#73C6B6">Want a plan that fits your budget? Ever wished to have your own personal charging station to save time?</b></i></h2><p>Well, say no more... Because we have it all figured out in the installations section. Find the best plan that suits you!</font></p><button>Visit Now</button><br><br>
</div><br>
</div>
<div class="last">
<pre>
</pre>
</div>
</div>
</section>
</body>
</html>