-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (90 loc) · 3.31 KB
/
index.html
File metadata and controls
106 lines (90 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BCF</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" type="text/css" href="./CSS/index.css" />
<script src="JS/global.js" async></script>
<link href="https://fonts.googleapis.com/css?family=Bitter&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav-bar">
<nav class = "nav">
<img src = "./Images/logo.png">
<div class="nav-items">
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<!-- <div class="dropdown"> -->
<a href="https://master.d3d8cnda4rcved.amplifyapp.com/">Log In</a>
<a href="https://master.d3d8cnda4rcved.amplifyapp.com/">Sign Up</a>
<button class = "donate">DONATE</button>
<!-- <div class="dropdown-content dropdown-hidden">
<a class="dropdown-link" href="https://lambdaschool.com/" target="_blank">Sign Up</a>
<a class="dropdown-link" href="https://www.google.com/" target="_blank">Google</a>
<a class="dropdown-link" href="https://developer.mozilla.org/en-US/" target="_blank">MDN</a> -->
</div>
</div>
</div>
</nav>
</div>
<div class="main-content">
<h1>ENDING CHILD HUNGER </br>
ONE STORY AT A TIME</h1>
<div class = "btn-1">
<button class = "tell-us">Tell us your Story</button>
</div>
</div>
<hr/>
<div class= "mission-statement">
<h2>Our Mission</h2>
<p>Undernutrition contributes to the deaths of over 3 million children and threatens the futures
of millions more. We're a global organization on a mission to change that </p>
<h4>BY NURTURING THE FUTURE CHANGE MAKERS OF THE WORLD.</h4>
</div>
<div class="story-content">
<div class="story-1" data-story="1">
<h2>Cambodia</h2>
<p>"Bountiful saved my sister's life"</p>
</div>
<div class="story-2" data-story="2">
<h2>Paraguay</h2>
<p>"Health has improved...[and]</br>
is staying healthy"</p>
</div>
<div class="story-3" data-story="3">
<h2>Ghana</h2>
<p>"..achieving significant advantages in terms of health and future education"</p>
</div>
</div>
<hr/>
<div class = "more-content">
<div class = "button">
<h5>See How You Can Help</h5>
<p>↓</p>
</div>
<div class = "drop-content dropdown-hidden">
<div>
<h3>SHARE</h3>
<p>Help spread the word</p>
</div>
<div>
<h3>SHOP</h3>
<p>100% goes to</br>
children's needs</p>
</div>
<div>
<h3>DONATE</h3>
<p>Anything helps</p>
</div>
</div>
</div>
<div class = "more-stories">
<img src = "./Images/mi-pham-763589-unsplash.jpg">
</div>
<footer class="footer">
<p>© Copyright BCF BuildWeek 2019</p>
</footer>
</body>
</html>