-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog2.html
128 lines (102 loc) · 5.24 KB
/
blog2.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
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
<!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>Blog2</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<nav class="navigation container">
<div class="nav-brand">sharath</div>
<ul class="list-non-bullet nav-list">
<li class="list-item-inline">
<a class="link" href="index.html">Home</a>
</li>
<li class="list-item-inline">
<a class="link" href="projects.html">Projects</a>
</li>
<li class="list-item-inline">
<a class="link link-active" href="blogs.html">Blogs</a>
</li>
</ul>
</nav>
<main class="main-blog">
<h1>EV revolution in India</h1>
<small>BY <a href="https://twitter.com/sharath_io">@Sharath</a> | September 2021 </small>
<p>This blog is not about statistics or any kind of numbers </p>
<hr>
<h2>Electric Vehicles to the world is not new but for us its today.</h2>
<div class="blog-read">
There are few companies which started EVs in India but large momentum push was missing.
Because this needs huge capital investments.
Late to the kickstart but, not so surprisingly a startup which know a big company, OLA has fueled it.
While Huge Companies are not about to take risk, appreciate OLA on this.
That huge scale prdocution definitely will take EV more and lets see how the vehicle will be received.
<p class="blog-read-heading">India and our cute little problems of welcoming EV </p>
<ul>
<li>
Few days back their was a newspaper (twitter) thing that someone taken their scooty by elevator, to
their
kitchen in the top floor , to charge their EV as a sign of protest. As apartments are against
them to use EV charging.
This is by far expected problem in our apartments.There are very less independent houses.
EV companies should also address this problem. And I say this is not as easy as a tehcnological
development, there are people involved here.
Simple
free hack : just give some little percentage of tax exemption to those who use EV.
</li>
<li>
Also someone complained that they are not getting sound feel in EV (definitely a
serious problem)
</li>
</ul>
<p class="blog-read-heading">There is an age old chicken and egg problem here. </p>
While some say where are the charging points is we travel to long distance.
While some say where are the damn bikes we will protect Environment.
Buying EV has an edge here.
In the times of fast charging of phones, people expecting fast charging of a vehicle. We need to serve to
their expectation
<p class="blog-read-heading">My opinion on this : </p>
Once we start buying EVs automatically, charging points will come.
If we buy or don't buy:
We deserve at least an EV vehicle option against those smoky vehicles, they look already alien to me.
If more and more companies pushes EV ultimately the consumer is benefitted. Also all companies can share
there EV charging stations.
In my view all govt vehicles should be electrified
<p class="blog-read-heading">The Elephant in the room </p>
If we are talking about EV and if we dont talk about TESLA its a sin.
While everyone see Tesla as a car company, few consider its a tech giant, it is very much ahead of all
others.
Dont know much about its cost and numbers just wanna see TESLA on our roads.
<p class="blog-read-heading">final note: </p>
I just wanna see as many as EV charging stations as there are petrol pumps.
This is not some decade development thing, it will happen in just 2 to 3 years
If you are constructing a house definitely give some space for charging EV or atleast give an option of
charging in parking
If you are planning to buy a vehicle in near future and if possibly it is EV Thank me silently
</div>
</main>
<footer class="footer">
<div class="footer-header">connect with me at Socials</div>
<ul class="social-links list-non-bullet">
<li class="list-item-inline">
<a class="link" href="https://github.com/sharath-io">
Github
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://www.linkedin.com/in/sharath-io/">
Linkedin
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://twitter.com/sharath_io">
Twitter
</a>
</li>
</ul>
</footer>
</body>
</html>