-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsusqatar.html
More file actions
97 lines (91 loc) · 4.87 KB
/
susqatar.html
File metadata and controls
97 lines (91 loc) · 4.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Qatar Green Project</title>
<meta charset="UTF-8">
<meta name="author" content="Mohammad Faiyad, Abdulla Midyan, Ayesha Tariq, Mobolaji">
<meta name="keywords" content="Qatar, Greenery, Sustainability, Protecting the environment">
<meta name="description" content="Making Qatar Green through various ways">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<link rel="stylesheet" href="theotherpages.css" type="text/css">
<script>
function openNav() {
document.getElementById("Sidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("Sidenav").style.width = "0";
}
</script>
</head>
<body> <!-- Add an image and some transparency to the image -->
<div id="Sidenav" class="sidenavig">
<a href="javascript:void(0)" class="closebutton" onclick="closeNav()">×</a>
<br>
<a href="index.html" target="_self">Home</a>
<br>
<a href="Links.html" target="_self">Our Research</a>
<br>
<a href="Ourinfo.html" target="_self">About Us</a>
<br>
</div>
<header> <!-- This is the light pale green background area-->
<button onclick="openNav()">☰ Pages</button>
<br>
<img src="home assets/tempicon.png.jpg" alt="pretend logo">
<h1>Qatar Green Project</h1>
<br>
<h3>For Greenery, We Will Always Stand.</h3>
<br>
<br>
<br>
</header>
<main class="suspage"> <!-- This is the white background area-->
<br>
<br>
<img src="home assets/sustainable city.jpeg" alt="enter an introductory image">
<br>
<br>
<h2>Sustainability In Qatar</h2>
<br><br>
<p> Qatar, in line with global efforts, actively explores sustainable resources to address environmental concerns
and foster long-term economic development. Despite limited potential for wind energy, our Energy Reosurces & Renewable Energy Page
cover both Solar and Wind Energy. Qatar's ambitious goal, outlined in the Qatar Vision 2030, aims to generate 20% of its energy from renewables by 2030.
<br><br>
<u>Water Desalination:</u>
Qatar relies on reverse osmosis for efficient desalination, meeting freshwater needs sustainably.
<br><br>
<u>Green Building Practices:</u>
GSAS certification in Qatar promotes sustainable construction, emphasizing eco-friendly materials.
<br><br>
<u>Waste-to-Energy:</u>
Qatar explores waste-to-energy for aligned waste management and energy goals.
<br><br>
<u>Public Transportation:</u>
Doha Metro and free metro buses reduce vehicle reliance, fostering sustainable transport and reducing emissions.
<br><br>
<b>Sustainable Practices in Qatar:</b>
Msheireb Downtown Doha: An exemplary urban regeneration project prioritizing energy efficiency and waste management.
Qatar Foundation: Implements sustainable initiatives in water and energy conservation, waste management, and green transportation.
<br><br>
<b>Government Policies:</b>
<br>
Qatar National Vision 2030: Focuses on sustainable development, economic diversification, and a knowledge-based economy.
National Environmental Strategy: Addresses air quality, water resources, waste management, and biodiversity conservation.
Waste Management: Implements regulations for recycling, waste segregation, and waste treatment facilities.
Sustainable Development Goals (SDGs): Aligns policies with the United Nations for global commitment to climate change and responsible consumerism.
<br><Br>
Research and Development Partnerships:
Local Businesses and NGOs: Collaborations drive sustainability initiatives, supporting environmental projects.
International Organizations: Partnerships focus on biodiversity conservation and sustainable resource management.
<br>
</p>
<br>
<br>
<div class="end susend">
<a href="Links.html"><button class="further">Back to Research</button></a>
<hr>
<p>Bright Future International School <span>|</span> Abu Hamour </p>
</div>
</main>
</body>
</html>