-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
25 lines (25 loc) · 1.38 KB
/
about-us.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
<!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>EV SHARE </title>
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- ====================== Header===================== -->
<div class="main about-sec" style="background-image: url(./assets/images/about-bg.jpg);">
<div class="container h-100 z-index-3 position-relative">
<div class="about-content px-lg-0 px-sm-10">
<h1>About Us</h1>
<img src="./assets/images/break-line.png" alt="">
<p>
At Ev-Share, we are passionate about driving the future of sustainable transportation. Our mission is to seamlessly connect electric vehicle owners with charging stations, fostering a community committed to eco-friendly mobility. With a focus on user convenience and cutting-edge technology, we strive to make EV charging accessible and efficient. Join us in revolutionizing the way we power our journeys, one electric kilometer at a time. Welcome to the future of clean and connected driving with Ev-Share.
</p>
</div>
</div>
</div>
</body>
</html>