-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
366 lines (358 loc) · 15.3 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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!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>HACA - Home</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="https://use.typekit.net/elp0ohg.css" />
<style>
.banner-heading {
font-family: "bilo", sans-serif;
font-weight: 800;
font-style: normal;
font-size: 4vw;
}
.orange-text {
color: #f9a983;
}
.banner-subtext {
color: gray;
font-size: 2vw;
}
.subsection-title {
font-family: "ltc-goudy-oldstyle-pro", serif;
font-weight: 700;
font-style: normal;
text-align: center;
}
.subsection-subtext {
font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
color: gray;
text-align: center;
}
.border-bottom {
border-width: 5px !important;
}
.card-subtitle {
color: gray;
font-family: "soleil", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.5vw;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
font-size: 3vw;
}
a.navbar-brand {
display: contents;
}
@media (max-width: 767px) {
.btn-responsive {
font-size: 0.6em;
}
.navbar-toggler-icon {
font-size: 5vw !important;
}
.footer {
padding: 0%;
}
.card-subtitle {
font-size: 4vw !important;
}
.super-card-div {
padding-left: 15%;
padding-right: 15%;
padding-bottom: 5%;
}
.subsection-subtext {
font-size: 4vw;
}
.banner-heading,
.banner-subtext {
max-width: 70%;
}
.banner-heading {
font-size: 4vw;
}
.banner-subtext {
font-size: 3vw;
}
}
@media (max-width: 600px) {
.banner-heading,
.banner-subtext {
max-width: 60%;
}
.banner-heading {
padding-top: 10%;
}
}
.footer {
background: linear-gradient(black, rgb(61, 60, 60));
}
.footer-title {
font-family: "ltc-goudy-oldstyle-pro";
font-size: 30pt !important;
color: white;
}
.footer-subtext {
font-family: "soleil";
font-size: 15pt !important;
color: white;
}
.footer-btn {
border: 2px solid white !important;
}
input {
border-radius: 0px !important;
}
.footer-link {
color: inherit;
text-decoration: none;
}
.footer-link:hover {
color: gray;
}
.card {
border: none;
}
@media (min-width: 200px) {
.animate {
animation-duration: 0.3s;
-webkit-animation-duration: 0.3s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
}
@keyframes slideIn {
0% {
transform: translateY(1rem);
opacity: 0;
}
100% {
transform: translateY(0rem);
opacity: 1;
}
0% {
transform: translateY(1rem);
opacity: 0;
}
}
@-webkit-keyframes slideIn {
0% {
-webkit-transform: transform;
-webkit-opacity: 0;
}
100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}
0% {
-webkit-transform: translateY(1rem);
-webkit-opacity: 0;
}
}
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}
</style>
</head>
<body>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="">
<img src="./images/HACA_brand_img.png" class="col-md-3 col-4 img-fluid" style="margin-left: 2%" />
</a>
<div>
<button class="bg-white border-0" data-bs-toggle="dropdown" data-bs-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="dropdown-menu dropdown-menu-end animate slideIn" id="nav">
<a href="" class="dropdown-item">Home</a>
<a href="./who-we-are" class="dropdown-item">Who we are</a>
<a href="./what-we-do" class="dropdown-item">What we do</a>
<a href="./news" class="dropdown-item">News</a>
<a href="./gallery" class="dropdown-item">Gallery</a>
<a href="./contact-us" class="dropdown-item">Contact Us</a>
<a href="./donate" class="dropdown-item">Donate</a>
<!-- <a href="./blog" class="dropdown-item">Blog</a> -->
</div>
</div>
</nav>
<div class="container-fluid" style="padding: 0">
<div class="card">
<img src="./images/HomeBanner.png" class="img-fluid" />
<div class="card-img-overlay d-flex d-block flex-column justify-content-center" style="color: white">
<div class="row">
<div class="col-md-5 col-sm-7 col-10">
<h1 class="card-title px-lg-5 px-sm-1 banner-heading display-3">
Haitian Alliance for <span class="orange-text">Community Action</span> Inc.
</h1>
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-7 col-10">
<p class="card-text px-lg-5 px-sm-1 banner-subtext">
Creating the basis for strong families and successful communities.
</p>
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-7 col-10">
<button class="btn my-4 mx-5 px-sm-5 btn-lg tn-block btn-outline-light btn-responsive">
Donate
</button>
</div>
</div>
</div>
</div>
</div>
<div class="container py-lg-5 py-sm-2 px-5">
<div class="border-bottom border-warning pb-5">
<h1 class="subsection-title my-4">Our Mission:</h1>
<h3 class="subsection-subtext my-lg-5 my-3">
To create better life opportunities for the most underprivileged children in the underdeveloped
rural communities of Bellevue de la Montagne, an area south of Petionville, Haiti.
</h3>
<h3 class="subsection-subtext my-lg-5 my-3">
To provide them with the basic necessities of life such as food, education, and health care in order
to facilitate the development of individuals into productive citizens, creating the basis for strong
families and successful communities.
</h3>
<div class="text-center">
<button class="btn my-4 mx-5 px-sm-5 btn-lg tn-block btn-outline-dark align-items-lg-center">
Learn More
</button>
</div>
</div>
<div class="pt-4">
<h1 class="subsection-title my-5 mb-md-8">Latest News</h1>
<div class="row">
<div class="col-lg-3 col-md-4 mx-auto super-card-div">
<div class="card">
<img class="card-img-top" src="./images/DecemberNewsletter.png" />
<div class="card-body">
<p class="card-subtitle">June 27, 2022 · 3 min read</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 mx-auto super-card-div">
<div class="card">
<img class="card-img-top" src="./images/AugustNewsletter.png" />
<div class="card-body">
<p class="card-subtitle">June 27, 2022 · 3 min read</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 mx-auto super-card-div">
<div class="card">
<img class="card-img-top" src="./images/JuneNewsletter.png" />
<div class="card-body">
<p class="card-subtitle">June 27, 2022 · 3 min read</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer" style="padding-left: 2%; padding-right: 2%">
<div class="row gx-lg-5">
<div class="col m-auto">
<div class="row footer-title m-2" style="padding-top: 5%">Subscribe</div>
<div class="row footer-subtext m-2">Join our mailing list. Never miss an update!</div>
<div class="row">
<form>
<div class="input-group my-lg-1">
<div class="col form-floating" style="max-width: 500px">
<input type="email" class="form-control" id="phoneNumber" placeholder="Email" />
<label for="email" class="mx-3">Email</label>
</div>
<button class="btn footer-btn btn-dark">Subscribe</button>
</div>
</form>
</div>
<!-- todo add links to their socials -->
<div class="d-flex" style="padding-top: 30px">
<a href="#">
<img
src="./footer_images/footerimg1.jpeg"
class="img-fluid"
style="width: 70px; padding-right: 10px"
/>
</a>
<a href="#">
<img
src="./footer_images/footerimg2.jpeg"
class="img-fluid"
style="width: 60px; padding-right: 10px"
/>
</a>
<a href="#">
<img src="./footer_images/footerimg3.png" class="img-fluid" style="width: 50px" />
</a>
</div>
</div>
<div class="col-2 d-none d-md-block m-auto">
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./contact-us/">Contact us</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./donate/">Donations</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./gallery/">Gallery</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./privacy-statement/">Privacy Statement</a>
</div>
</div>
<div class="col-2 m-auto d-none d-md-block">
<a href="">
<img src="./footer_images/footerimg4.webp" class="img-fluid" />
</a>
</div>
</div>
<div class="row d-flex d-md-none">
<div class="col-6 m-auto my-5">
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./contact-us/">Contact us</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./donate/">Donations</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./gallery/">Gallery</a>
</div>
<div class="footer-subtext row" style="padding-top: 2%">
<a class="footer-link" href="./privacy-statement/">Privacy Statement</a>
</div>
</div>
<div class="col-6 m-auto my-md-2" style="padding-bottom: 5%; max-width: 200px">
<a href="">
<img src="./footer_images/footerimg4.webp" class="img-fluid" />
</a>
</div>
</div>
<div class="row">
<div class="col text-center footer-subtext">
<p>Haitian Alliance For Community Action Inc.</p>
</div>
</div>
</div>
</body>
</html>