-
Notifications
You must be signed in to change notification settings - Fork 0
/
reduce.html
264 lines (255 loc) · 9.14 KB
/
reduce.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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reduce Waste & Carbon Footprints</title>
<link rel="stylesheet" href="footprint.css">
<link rel="stylesheet" href="./style.css" />
<link href="./index.css" rel="stylesheet" />
<style>
/* Additional CSS styles */
/* ... */
/* Flip Card Styles */
.flip-card {
background-color: transparent;
width: 480px;
height: 600px;
perspective: 1000px;
margin-right: 20px;
display: inline-block;
}
.flip-card-inner {
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-card-front {
background-color: #68dbf5;
color: black;
}
.flip-card-back {
background-color: #3ebc77;
color: white;
transform: rotateY(180deg);
}
.flip-card img {
max-width: 100%;
max-height: 100%;
}
/* Adjustments for mobile */
@media screen and (max-width: 600px) {
.flip-card {
width: 100%; /* Make cards full width on smaller screens */
margin-right: 0;
margin-bottom: 20px;
}
}
</style>
</head>
<body>
<div class="navbarContainer home-navbar-interactive" data-thq="thq-navbar">
<div class="navbar-logo">
<img src="images/logo main.png" alt="Logo">
<a href="index.html" class="logo">CARBON</a>
</div>
<div class="home-links" data-thq="thq-navbar-nav">
<nav>
<span class="bodySmall"><a href="milege.html">Calculate</a></span>
<span class="home-nav22 bodySmall"><a href="reduce.html">Reduce</a></span>
<span class="home-nav32 bodySmall"><a href="measure.html">Measures</a></span>
<span class="home-nav52 bodySmall"><a href="contact.html">Contact</a></span>
</nav>
</div>
</div>
<header>
<h1>Reduce Waste & Carbon Footprints</h1>
</header>
<main>
<section id="hero">
<div class="hero-video-container">
<video class="hero-video" preload="auto" loop muted autoplay playsinline width="800" height="720">
<source src="video/reduce.video.mp4" type="video/mp4">
</video>
<div class="hero-overlay"></div>
</div>
</section>
<section id="flip-cards">
<h2>Learn More</h2>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/household.png" alt="Household Activities">
<h3>Household Activities</h3>
</div>
<div class="flip-card-back">
<ol>
<li>Reduce energy use:
<ul>
<li>Turn off lights and unplug appliances when not in use.</li>
<li>Use energy-saving light bulbs.</li>
<li>Turn down your water heater to 120°F.</li>
</ul>
</li>
<li>Use less water:
<ul>
<li>Install a low-flow showerhead.</li>
</ul>
</li>
<li>Insulate your home:
<ul>
<li>Insulate your home as much as possible.</li>
</ul>
</li>
<li>Use renewable energy:
<ul>
<li>Install solar panels and battery storage to generate your own electricity.</li>
<li>Use renewable energy sources as much as possible.</li>
</ul>
</li>
<li>Reduce waste:
<ul>
<li>Reduce your trash output.</li>
<li>Recycle and reuse.</li>
<li>Go paperless.</li>
<li>Pass on plastic.</li>
</ul>
</li>
<li>Change your diet:
<ul>
<li>Buy fresh, local produce.</li>
<li>Eat more vegetables.</li>
<li>Throw away less food.</li>
</ul>
</li>
<li>Use sustainable transportation:
<ul>
<li>Walk, bike, or take public transportation.</li>
<li>Switch to an electric vehicle.</li>
</ul>
</li>
</ol>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/transportation.png" alt="Transportation">
<h3>Transportation</h3>
</div>
<div class="flip-card-back">
<ol>
<li>Reduce travel:
<ul>
<li>Walk, bike, or use public transportation when possible.</li>
<li>Carpool with friends instead of driving alone.</li>
</ul>
</li>
<li>Use alternative modes of transportation:
<ul>
<li>Use ride-sharing services.</li>
<li>Participate in a car-share program.</li>
</ul>
</li>
<li>Use better vehicles:
<ul>
<li>Buy vehicles with better fuel economy.</li>
<li>Increase fuel efficiency.</li>
<li>Avoid idling.</li>
<li>Keep your tires filled.</li>
</ul>
</li>
<li>Improve vehicle technology:
<ul>
<li>Service your vehicle regularly.</li>
<li>Monitor speed and acceleration.</li>
<li>Reduce fuel wasted in idling.</li>
<li>Minimize aerodynamic drag.</li>
<li>Drive in high gear.</li>
</ul>
</li>
<li>Use low-carbon fuels:
<ul>
<li>Use biodiesel and bioethanol instead of diesel and gasoline.</li>
<li>Transition to renewables and cleaner sources of fuel.</li>
</ul>
</li>
<li>Reduce transportation distance:
<ul>
<li>Route planning optimization can help reduce carbon emissions.</li>
</ul>
</li>
<li>Improve vehicle efficiency:
<ul>
<li>Use data analytics.</li>
<li>Collaborate with suppliers and customers.</li>
</ul>
</li>
</ol>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/industrialization.jpg" alt="Industrialization">
<h3>Industrialization</h3>
</div>
<div class="flip-card-back">
<ol>
<li>Energy efficiency:
<ul>
<li>This can include using renewable energy, combined heat and power, and fuel switching.</li>
</ul>
</li>
<li>Green innovations:
<ul>
<li>These are processes that create green products, which can reduce energy intensity and carbon emissions.</li>
</ul>
</li>
<li>Carbon sequestration:
<ul>
<li>This is a major tool for reducing anthropogenic carbon emissions. It involves increasing the rate of woody vegetation plantations.</li>
</ul>
</li>
<li>Decarbonization:
<ul>
<li>This is a method of reducing the carbon and methane emissions released by an industry. For example, steel manufacturers can change how they produce steel to significantly reduce their carbon footprint.</li>
</ul>
</li>
<li>Fossil fuel divestment:
<ul>
<li>Investors can withdraw investments from fossil fuel companies to signal a shift in investment priorities towards a low-carbon future.</li>
</ul>
</li>
<li>Carbon capture and storage:
<ul>
<li>This is a way to remove, reduce, and reuse carbon emissions that are already circulating in the air.</li>
</ul>
</li>
<li>Green business practices:
<ul>
<li>These can reduce carbon emissions and the amount of pollution expended.</li>
</ul>
</li>
</ol>
</div>
</div>
</div>
</section>
</main>
<script src="footprint.js"></script>
</body>
</html>