forked from TanishiNayak/MaaMatters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (59 loc) · 1.79 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<style>
img{
width: 95%;
}
h2{
text-align: center;
color: rgb(136, 57, 0);
}
span{
color: chocolate;
}
footer{
background-color: rgb(0, 0, 61);
color: white;
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
width: 100vw;
margin-top: 5%;
margin-left: 0%;
overflow-x: hidden;
}
</style>
</head>
<body>
<div class="wrapper" style="display:flex; justify-content: center; align-items: center; flex-direction: column; gap:1rem;">
<h2>303,000 women die around the world as a result of complications of pregnancy and childbirth, every year.
<br><br>
<span>THAT’S 1 WOMAN EVERY 2 MINUTES.</span>
</h2>
<img src="images/worldmap.png" alt="">
<img src="images/information.png" alt="">
<h2>What are the global causes of maternal death?</h2>
<img src="images/info.png" alt="">
<img src="images/subhead.png" alt="">
<h2>
The U.N. Sustainable Development Goals (SDGs) are a blueprint to achieve a better and more sustainable future for all.
<br><br><span>
TO TACKLE THE GLOBAL MATERNAL HEALTH CRISIS, EVERY MOTHER COUNTS INCORPORATES THE SDGS IN ALL OUR WORK.</span>
</h2>
<img src="images/evermothercounts.png" alt="">
</div>
<footer>
<div>
<p>
Copyright @ Caffeinated WhizzKids
</p>
</div>
</footer>
</body>
</html>