-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.html
More file actions
58 lines (50 loc) · 1.98 KB
/
description.html
File metadata and controls
58 lines (50 loc) · 1.98 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
<!doctype html>
<html lang="en">
<body>
<head>
<link rel="stylesheet" href="styles.css" />
</head>
<nav class="navbar">
<div class="navbar_container">
<a href="/" id ="navbar_logo"><img src="locationlogo.png" width ="70" /></a>
<div class="navbar_toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class ="navbar_menu">
<li class="navbar_item">
<a href="/" class="navbar_links"> Homepage </a>
</li>
<li class="navbar_item">
<a href="/description.html" class="navbar_links"> Description </a>
</li>
<li class="navbar_item">
<a href="/map.html" class="navbar_links"> Map </a>
</li>
</ul>
</div>
</nav>
<script type="module" src="/src/descriptions.jsx"></script>
<br>
<br>
<br>
<p style="margin-left: 200px;" style="font-family: Arial, sans-serif;" style="color: black;"> <b>The project will examine the effects of flooding in Canada.</b>
</p>
<p style="margin-left: 200px;">
<b>Our projects demonstrates the consequences of floods in the different region of the country.</b>
</p>
<p style="margin-left: 200px;">
<b>Floods are related to climate change, we are seeing them more often.
the effect of floods has consequence to the livelihood of Canadians.</b>
</p>
<p style="margin-left: 200px;">
<b>The Canadian government invests more money to rebuild the infrastructure and relocate the population after major natural disasters.</b>
</p>
<p style="margin-left: 200px;"> <b>Floods are reshaping the landscape of the country. It is destroying the habits of animals in Canada.</b></p>
<br>
<br>
<br>
<img src="Canada_provinces_evolution_2.gif" style="transform: translate(350px,0px);" width ="700" />
</body>
</html>