-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions1.html
128 lines (102 loc) · 5.19 KB
/
actions1.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>
<head>
<style>
body{
background-image: url('gif2.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.links_background{
background: dodgerblue no-repeat;
background-position: top right; height:750px; width:200px;
}
p.div{
color:white;
font-family:'Times New Roman', Times, serif;
font-size:100px;
text-align: center;
padding-top: 75px;
}
.container{
display:flex;
flex-direction: row;
justify-content: center;
}
.text{
font-size: 20px;
padding-left: 25px;
}
.footer{
background-image: url('https://free4kwallpapers.com/uploads/originals/2020/02/11/edge-of-earth-but-its-amazing-wallpaper.jpg');
width: 1200px; height:300px;
background-repeat: no-repeat;
border: 3px;
margin-top: 25px;
}
.footer_text{
text-align: center;
color:white;
font-size: 20px;
padding-top: 150px;
}
.h1{color: rgb(45, 43, 43); font-family: 'Times New Roman', Times, serif; margin-top: 40px; padding-left:25px;}
.h2{color: yellow; font-family: 'Times New Roman', Times, serif; padding-left: 25px;}
.h3{color:rgb(36, 36, 135); font-family: 'Times New Roman', Times, serif; padding-left:25px; font-size:30px;}
.p{ color:white; font-family: 'Times New Roman', Times, serif; padding-left: 25px; margin-right: 0px; font-size: 20px;}
.img2{ height:250px; width:250px; margin-right: 300px; }
</style>
</head>
<body>
<div>
</div>
<h1 class="h1"><mark style="background-color:tomato;">FIGHT AGAINST CLIMATE CHANGE!</mark></h1>
<h2 class="h2"><b>CEASE THE GREENHOUSE GASES</b></h2>
<h3 class="h3"><b>Catching gas flares</b></h3>
<div1 class="container">
<p class="p">Flaring at drilling sites releases nearly 35 million tones of carbon dioxide into the atmosphere per year.
This leads to serious health problems. Trapping the natural gases that escape from the oil wells can help prevent CO2 concentrations in the atmosphere.</p>
<img class="img2" src='https://www.worldbank.org/content/dam/photos/780x439/2022/may/INF-Iraq-Gas-Flares.jpg'>
</div1>
<hr>
<h3 class="h3"><b>Preserve the rainforests</b></h3>
<div2 class="container">
<p class="p">Rainforests trap a huge amount of greenhouse gases such as carbon dioxide. Preventing the loss of rainforests by regulating forests fires can be
done using Satellite imagery and supercomputing resources by spoting forest fires if they start in any part of the world.</p>
<img class="img2" src='https://www.researchgate.net/profile/Mark-Harrison-6/publication/271839728/figure/fig1/AS:295045447077888@1447355724271/Ten-day-fire-hotspot-satellite-image-for-period-7-17-July-2009-showing-hotspots.png'>
</div2>
<hr>
<div3>
<h3 class="h3"><b>Stopping gas venting</b></h3>
<div3 class="container">
<p class="p">Gas venting is the intentional disposal of <b>natural gases</b> primarily methane which are produced during extraction
of crude oils and coals. Instead of using pressure from natural gases that escapefrom oil wells to power pneumatic components and
then venting the gas, drillers can use SAF cells to power equipment keeping methane out of the atmosphere.</p>
<img class="img2" src='https://www.ourdailyplanet.com/app/uploads/2019/07/Screenshot-2019-07-23-20.52.16.png'>
</div3>
<hr>
<h2 class="h2">ADVANCING RENEWABLE RESOURCES</h2>
<h3 class="h3">Limiting the usage of carbon in airlines</h3>
<div4 class="container">
<p class="p">With the help of NASA a high power battery pack is designed which can meet all the safety requirements to create an all
electric airplane. Moreover, an automated software tool is designed to suggest shorter airline routes and limitting the fuel consumption
to evaluate and prevent air traffic.</p>
<img class="img2" src='https://cdn.britannica.com/77/141177-050-EEAC6FF9/Jet-engine.jpg'></div4>
<hr>
<h3 class="h3">Solar flexibility</h3>
<div5 class="container">
<p class="p">Solar cells have been introduced to increase solar cell efficiency by using anti-reflective coating process. This has brought
advancement in solar cells to avail renewable energy on earth. Solar hydrogen fuel cells have been developed that uses solar power to pull hydrogen from water
for use in hydrogen fuel cells. This prevents piwer disruption in areas having lack of sun.</p>
<img class="img2" src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQWba406caDzg5fL6cZgRV2wBk3gOHyo_3Lig&usqp=CAU'>
</div5>
<h1 style="font-family:'Times New Roman', Times, serif; text-align: center; margin-top: 25px; border:rgb(45, 43, 43) solid 3px">MOVEMENT OF CARBON DIOXIDE WITH THE WINDS AROUND THE WORLD</h1>
<iframe class="center"; height="432"; width="768"; src="https://www.youtube.com/embed/1rZDJrVcie4?rel=0"></iframe>
<hr>
<footer class="footer">
<p class="footer_text">This website is produced and designed by <b>Team Earthlings</b><br>
Swamini Shirsat<br> Srushthi.A<br> Thaksen Karote<br> Contact us at: <b>[email protected]</b><br>Phone number: <b>6481044649 | 8746192746</b></p>
</footer>
</body>
</html>