-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
41 lines (40 loc) · 1.57 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="take-action.html">Take Action</a>
</li>
<li>
<a href="about.html">About</a>
</li>
</ul>
</nav>
<header>
<h1>What is happening to these children</h1>
</header>
<p>Children who are "crossing the borders to neighboring countries to the west, such as Poland, Slovakia, Hungary, Romania and Moldova," are increasing rapidly.</p>
<div class="stats">
<li>300,000+ to European countries</li>
<li>2,200,000+ to Poland</li>
<li>267,000+ to Slovakia</li>
<li>342,730+ to Hungary</li>
<li>579,800+ to Romania</li>
<li>379,200+ to Moldova</li>
<li>6,340+ to Belarus</li>
</div>
<p>They experience severe hypothermia when the temperature drops below the freezing point and the lack of food and water leads to many malnourished children with weakened immune system to fight off illnesses.</p>
<h3>We want to help provide shelter and food, translation, and a stable environment for these children to rest their bodies and minds. Please take a moment to contribute to our cause, be it in the form of donations, toys, posts, and most importantly your voices.</h3>
</body>
</html>