-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolutions.html
More file actions
173 lines (163 loc) · 8.74 KB
/
solutions.html
File metadata and controls
173 lines (163 loc) · 8.74 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeeO2free | Solutions</title>
<link rel="stylesheet" type="text/css" href="./solutions.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- section 1 goes from here | section 1 goes from here -->
<section class="section-1">
<div class="contacts-bar">
<div class="contacts-bar-phoneandemail">
<p>Phone: <a href="tel:+94812333555">0812 333 555</a> Email: <a href="mailto:contact@seeo2free.com">contact@seeo2free.com</a></p>
</div>
<div class="contacts-bar-social">
<ul>
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fa-brands fa-pinterest-p"></i></a></li>
<li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="#"><i class="fa-brands fa-tumblr"></i></a></li>
<li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
</ul>
</div>
</div>
</section>
<!-- header section goes from here | header section goes from here -->
<header>
<nav class="nav-bar">
<div class="nav-logo">
<a href="./index.html"><img src="./images/seeo2free.png" alt="Logo"></a>
</div>
<div class="nav-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./problem.html">Problem</a></li>
<li><a href="./solutions.html">Solutions</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li class="nav-donate"><a href="./donate.html">Donate</a></li>
</ul>
</div>
</nav>
</header>
<!-- section 2 goes from here | section 2 goes from here -->
<section class="section-2">
<div class="section-2-2">
<h1>+ Solutions +</h1>
<p>Carbon emissions from vehicles have become a pressing environmental concern, contributing significantly to global warming and air pollution. As the world strives for sustainability and cleaner energy, finding solutions to reduce vehicle carbon emissions is paramount. Fortunately, several promising strategies are emerging to tackle this challenge.</p>
</div>
</section>
<!-- section 3 goes from here | section 3 goes from here -->
<section class="section-3">
<div class="section-3-2">
<div class="section-3-2-1">
<div class="section-3-2-1-1" id="section-3-2-1-1">
<h2>1. Electric Vehicles (EVs)</h2>
<p>Embracing electric vehicles is perhaps the most impactful solution to curb carbon emissions from transportation. EVs produce zero tailpipe emissions, reducing reliance on fossil fuels. As technology advances, EVs are becoming more accessible, with increased driving range and improved charging infrastructure. Governments and industries worldwide are incentivizing the adoption of EVs through subsidies, tax breaks, and infrastructure investments.</p>
</div>
<div class="section-3-2-1-2">
<img src="./images/solutions_1.1.png" alt="Electric_Vehicles">
</div>
</div>
<div class="section-3-2-2">
<div class="section-3-2-2-1">
<img src="./images/solutions_2.1.png" alt="Hybrid_Vehicles">
</div>
<div class="section-3-2-2-2">
<h2>2. Hybrid Vehicles</h2>
<p>Hybrid vehicles combine an internal combustion engine with an electric motor, offering improved fuel efficiency and lower emissions compared to traditional gasoline powered cars. By seamlessly switching between the engine and electric power, hybrids reduce overall carbon emissions while providing drivers with flexibility and extended driving range.</p>
</div>
</div>
<div class="section-3-2-3">
<div class="section-3-2-3-1">
<h2>3. Alternative Fuels</h2>
<p>Exploring alternative fuels such as biofuels, hydrogen, and synthetic fuels presents another avenue for reducing vehicle carbon emissions. Biofuels, derived from organic materials like corn, offer a renewable and lower emission alternative to conventional gasoline. Hydrogen fuel cell vehicles emit only water vapor, offering a clean and efficient option for transportation. Synthetic fuels, produced from renewable sources like captured carbon dioxide have the potential to decarbonize existing internal combustion engine fleets.</p>
</div>
<div class="section-3-2-3-2">
<img src="./images/solutions_3.1.png" alt="Alternative_Fuels">
</div>
</div>
<div class="section-3-2-4">
<div class="section-3-2-4-1">
<img src="./images/solutions_4.1.png" alt="Public_Transportation">
</div>
<div class="section-3-2-4-2" id="section-3-2-4-2">
<h2>4. Public Transportation</h2>
<p>Investing in efficient public transportation systems can significantly reduce carbon emissions by encouraging fewer individual vehicle trips. Well designed public transit networks, including buses, trains, and light rail systems, provide convenient alternatives to private car travel, particularly in urban areas. Integrating technology such as electric or hydrogen powered buses further enhances the environmental benefits of public transportation.</p>
</div>
</div>
<div class="section-3-2-5">
<div class="section-3-2-5-1">
<h2>5. Standards and Regulations</h2>
<p>Implementing stringent vehicle efficiency standards and emissions regulations incentivizes automakers to produce cleaner, more fuel efficient vehicles. Governments play a crucial role in setting and enforcing these standards, pushing the automotive industry toward sustainable practices. Investing in research and development to improve engine efficiency, aerodynamics, and lightweight materials further enhances vehicle fuel economy and reduces carbon emissions.</p>
</div>
<div class="section-3-2-5-2">
<img src="./images/solutions_5.1.png" alt="Standards_and_Regulations">
</div>
</div>
</div>
</section>
<!-- footer goes from here | footer goes from here -->
<footer>
<div class="footer-2">
<div class="details">
<div class="details-texts">
<img src="images/seeo2free.png">
<h6>No: 34/A, Main Road,<br>Colombo 03</h6>
<p><a href="tel:+94812333555">0812 333 555</a></p>
<p><a href="mailto:contact@seeo2free.com">contact@seeo2free.com</a></p>
</div>
<div class="social-media">
<ul>
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fa-brands fa-pinterest-p"></i></a></li>
<li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="#"><i class="fa-brands fa-tumblr"></i></a></li>
<li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="footer-box">
<h5>SUPPORT</h5>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Join Team</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-box">
<h5>SO FAR</h5>
<ul>
<li><a href="#">Our Mission</a></li>
<li><a href="#">Our Vision</a></li>
<li><a href="#">Projects Done</a></li>
<li><a href="#">Donations</a></li>
</ul>
</div>
<div class="footer-box">
<h5>OTHERS</h5>
<ul>
<li><a href="#">Policy</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Others</a></li>
</ul>
</div>
</div>
</footer>
<!-- section 7 goes from here | section 7 goes from here -->
<section class="section-7">
<p>www.SeeO2free.com | Copyright © 2018-2024 All Rights Reserved. Designed by Pramod B.</p>
</section>
</div>
<script src="https://kit.fontawesome.com/09a59f5e9c.js" crossorigin="anonymous"></script>
</body>
</html>