-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·249 lines (221 loc) · 10 KB
/
index.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Maya Angelica Hernandez">
<title>The Visayas Project</title>
<link rel="icon"
type="image/png"
href="img/leyte-logo-black.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/leyte-logo-yellow.png" class="img-fluid philippines-star" alt=""></a>
<div class="container">
<a class="navbar-brand js-scroll-trigger tvp-title" style="display: none;" href="#page-top">The Visayas Project</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#mission">Mission</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#signup">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="header">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<img src="img/leyte-logo-white.png" class="img-fluid leyte-splash-logo" alt=""></a>
<h1 class="mx-auto my-0 text-uppercase">The Visayas Project</h1>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="about-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<img class="philippines-star-me" src="img/philippines-star-me.png" class="img-fluid" alt="">
<div class="about-text">
<p>Hi! I'm Maya and I'm the lead at the Visayas Project which is still very much in its infancy.
Other current unofficial members include my family and friends.</p>
<p>Having been born and grown up in the U.S., whenever I would visit the Philppines I was
acutely aware of how fortunate I was compared to my neighborhood playmates and a lot of the
general populace. I had more food, better clothes, newer toys, and a structurally sound home. I'd
come for a few weeks or months, have my fun vacation, and leave back to the "land of opportunity",
aware I could've easily been the one left behind if I had been born in another corner of the world.</p>
<p>I've tried to take advantage of all the opportunities I could and now am finally at a place wehre
I can give back to my community. I've chosen to focus my starting efforts on where I consider
home -- The Visayas where my mother is from. I do wish to expand to other parts of the Philippines
in time.</p>
<p>The Visayas Project identifies those in the Philippines who are in need, finds any form of relief
we can, no matter how fleeting or temporary. In the near future we'll probably just host feedings but
as our allies grow, we may give clothing, household items, shelter, educational opportunities, and
whatever else we can imagine.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="mission" class="projects-section bg-light">
<div class="container">
<!-- Featured Project Row -->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<img class="img-fluid mb-3 mb-lg-0" src="img/missionimg.jpg" alt="">
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Mission</h4>
<p class="text-black-50 mb-0">
To help those in need in the Philippines whether in the form of goods or services, no matter how small,
no matter how fleeting the moment of respite or joy, so that one day those whom we help will help
others as well.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="events" class="projects-section bg-light">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">Events</h1>
</div>
</div>
<div class="container">
<!-- Project One Row -->
<a href="matamis-feeding.html" target="_blank">
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<img class="img-fluid" src="img/jb.jpg" alt="">
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Matam-Is Feeding</h4>
<p class="mb-0 text-white-50">
Feeding the students, teachers, and staff of Matam-Is Elementary School Jollibee and distributing school supplies. Click to learn more.
</p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
</a>
<!-- Project Two Row -->
<a href="imelda-feeding.html" target="_blank">
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<img class="img-fluid" src="img/imelda-1.jpg" alt="">
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">Imelda Feeding</h4>
<p class="mb-0 text-white-50">Feeding the students, teachers, and staff of Imelda Elementary School Jollibee and distributing school supplies featuring Jollibee himself. Click to learn more.</p>
<hr class="d-none d-lg-block mb-0 mr-0">
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50">NY, NY</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="#">mayaah(at)berkeley(dot)edu</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50">+1 (916) 715-9366</div>
</div>
</div>
</div>
</div>
<!--
<div class="social d-flex justify-content-center">
<a href="#" class="mx-2">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="mx-2">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
-->
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Copyright © The Visayas Project 2019
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/script.js"></script>
</body>
</html>