-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
38 lines (36 loc) · 2.44 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
<!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">
<link href="styles.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<title>Homepage</title>
<style>
@media (max-width:870px){
.about_content{
flex-direction: column;
height:100%;
}
}
</style>
</head>
<body>
<script src="navbar.js"></script>
<div id="navbar">
<script>navbar();</script>
</div>
<div class="about_content" style="background: url('images/index.jpg');background-repeat: no-repeat;background-size: cover;">
<div>
<h5 style="padding: 10px;background-color: black; height: 50vh;">
Climate change is real and so is the need to reverse it. This is not news to any of us. And I know we all want to make a difference. But the question is how do we reverse climate change and also advance our development as a nation, together. <br>
80% of the vehicles sold in India today are two wheelers and despite that only 12% of India owns a two wheeler. These vehicles consume 12,000 cr liters of fuel every year and are responsible for 40% of air pollution. <br>
Clearly, this penetration is going to grow exponentially in the coming years and we simply cannot allow that to happen. So moving to EVs is no longer optional, it's crucial.<br>
But a shift like this requires innovation and manufacturing at a global scale and quality. That’s what we have been upto with the Ola Futurefactory – the largest 2W factory in the world – and that’s what we are introducing in the market today. It’s a revolution on two wheels. It’s called the <b>Ola S1</b> and it is, quite simply, the best scooter ever made. </h5><br>
</div>
</div>
</body>
</html>