-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
121 lines (113 loc) · 5.31 KB
/
index2.html
File metadata and controls
121 lines (113 loc) · 5.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="GoGreen - Your Eco-Friendly Marketplace">
<meta name="keywords" content="GoGreen, Eco-Friendly, Marketplace, Sustainable Products">
<meta name="author" content="Marcossia Language School">
<meta name="theme-color" content="#4CAF50">
<link rel="icon" href="Logo 1.jpg" type="image/jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles2.css">
<script src="script2.js" defer></script>
<title>GoGreen</title>
</head>
<body>
<div class="greeting">
<h1 id="greeting"></h1>
</div>
<!-- first couplet -->
<section class="image-gallery">
<h3>
Some shocking images about pollution 🤢 <br>
with Some shocking statics about pollution 😢:
</h3>
<div class="gallery">
<img src="poll1.jpg" alt="image about pollution">
</div>
</section>
<section class="statics">
<h2>Some shocking statics about pollution:</h2>
<ol>
<li>Air pollution is the largest environmental threat to human health worldwide.</li>
<li>8.1 million premature deaths annually are attributed to air pollution. Air pollution now kills more people than tobacco worldwide.</li>
<li>99% of people breathe air that exceeds World Health Organization’s guideline limits.</li>
</ol>
</section>
<!-- second couplet -->
<section class="image-gallery">
<h3>Another shocking images:</h3>
<div class="gallery">
<img src="poll2.jpg" alt="another image about pollution">
</div>
</section>
<section class="statics">
<h2>Another shocking statics:</h2>
<ol>
<li>9 out of 10 deaths attributed to outdoor air pollution are in low- and middle-income countries.</li>
<li>Every day, almost 2,000 young children die due to air pollution – more than one every minute. That makes it the second-leading cause of death in young children, after malnutrition.</li>
<li>Worldwide, air pollution shortens average life expectancy by 2.2 years.</li>
</ol>
</section>
<!-- third couplet -->
<section class="image-gallery">
<h3>Earth needs our help to end pollution:</h3>
<div class="gallery">
<img src="poll3.jpg" alt="Earth shape because of pollution">
</div>
</section>
<section class="statics">
<h2>World Wide harms from pollution:</h2>
<ol>
<li>Clean air measures have improved health for local people within weeks and months, as demonstrated by reduced numbers of hospitalisations for asthma, strokes and heart attacks and fewer premature births.</li>
<li>The number of people exposed to dangerously high levels of fine particulate matter (PM2.5) air pollution could be halved by 2040 with targeted policy action.</li>
<li>China has adopted a range of clean air measures across sectors since 2014, cutting air pollution by around half and regaining two years of average life expectancy. Source: EPIC. Chinese researchers have identified a dramatic reduction in stillbirths in recent years, which they attribute to cleaner air.</li>
</ol>
</section>
<section class="opinion">
<h2>Interactive questions</h2>
<p>In your opinion,</p>
<div class="interquestion">
<ul>
<li>What are the disadvantages of pollution?</li>
<li>How can we make our environment clean?</li>
<li>How we can solve the problems of pollution?</li>
</ul>
</div>
<p>Tell us your ideas!</p>
</section>
<footer>
<p>Follow us on:</p>
<div class="footer-content">
<div class="nav-buttons">
<button class="previous">
<a href="index.html">
<i class="material-icons">arrow_back</i>
<span>Previous Page</span>
</a>
</button>
<button class="next">
<a href="index5.html">
<span>Next Page</span>
<i class="material-icons">arrow_forward</i>
</a>
</button>
</div>
<div class="links">
<a href="https://discord.gg/h7VKcUfGkU">
<i class="material-icons" id="discord">discord</i>
</a>
<a href="https://www.instagram.com/go_._green?igsh=Y21mcXhtMXB2NTNl">
<i class="fab fa-instagram" id="instagram"></i>
</a>
<a href="https://www.facebook.com/share/1FCgyv5of2/">
<i class="material-icons" id="facebook">facebook</i>
</a>
</div>
</div>
</footer>
</body>
</html>