-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
69 lines (58 loc) · 3.11 KB
/
about.php
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="main2.js"></script>
<link href="style1.css" rel="stylesheet">
<title>ShareTheRide! / About Us</title>
<link rel="icon" href="assets/STR!.svg" type="image/x-icon">
</head>
<body>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header-phone">
<div class="nav-title-phone" id="brand-small">
<a style="text-decoration: none;" href="index">str!</a>
</div>
</div>
<div class="nav-header">
<div class="nav-title" id="brand">
<a style="text-decoration: none;" href="index">sharetheride!</a>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
</label>
</div>
<div style="margin-top: -46.4px;" class="nav-links">
<a href="#contactus">Contact Us</a>
</div>
</div>
<div class="aboutus">
<h1 style="color: #00BCD4;">About Us</h1>
<p style="color: rgb(30,35,40)"><b>shartheride!</b> is the world’s leading community-based travel network enabling over 90 million members to share a ride across India. <b>shartheride!</b> leverages technology to fill empty seats on the road, connecting members looking to carpool, and making travel more affordable, sociable and convenient. <b>sharetheride</b> environmentally and human-friendly mobility network saves 1.6M tons of CO2 and enables 120M human connections every year.
<br><br><b>- HOW IT ALL STARTED</b><br> When Vaibhav was trying to get home to his family, he struggled as he had no car and all the trains were full. After begging his sister to pick him up, it was on the road when Vaibhav noticed the sheer number of people driving alone. It hit him that all those empty seats in existing cars could be the beginning of a new travel network. Over the next decade, together with co-founders Ahmad and Ayush, the trio took this simple idea and built it into the world’s leading carpooling platform, connecting millions of people going the same way.
</p>
</div>
<div style="padding-top: 40px;" id="contactus">
<div class="bottom-container">
<span>
<label>© 2022 Vaibhav Pancholi</label>
</span>
<p>Contact Us</p>
<a href="#"><i class="fas fa-envelope"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram-square"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<p><a style="color: rgb(50,55,60);" id="callus" href="tel:+919426981496">Call us for query<br><b>+919426981496</b></a></p>
</div>
</div>
</body>
</html>