-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
474 lines (411 loc) · 20.2 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-162248727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162248727-1');
</script>
<!-- Global site tag (gtag.js) - Google Ads: 621268879 -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=AW-621268879"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-621268879');
</script>
<!-- Event snippet for Website traffic conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-621268879/rPIqCIXY0dQBEI-fn6gC'});
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
<meta name="description" content="GiveCard gives debit cards to the
homeless, and provides an online platform where you can donate money
directly to the regulated card of a specific homeless person, and get
notified on how they spend your donation.">
<title>GiveCard :: Debit Cards for the Homeless</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/style.css">
</head>
<!--body -->
<body>
<div id="particles-js"></div>
<div class="js-animsition animsition" id="site-wrap"
data-animsition-in-class="fade-in" data-animsition-out-class="fade-out">
<!--header -->
<header class="templateux-navbar dark" role="banner">
<div class="container" data-aos="fade-down">
<div class="row justify-content-between">
<nav class="col-12 site-nav">
<a href= "index">
<img src= images/givecard-new-logo.png class="img-fluid logo"
style="max-width:150px">
</a>
<button class="d-block d-md-none hamburger hamburger--spin
templateux-toggle templateux-toggle-light ml-auto
templateux-toggle-menu" data-toggle="collapse"
data-target="#mobile-menu" aria-controls="mobile-menu"
aria-expanded="false" aria-label="Toggle navigation"
style="float:right">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button> <!-- .templateux-toggle -->
<ul class="sf-menu templateux-menu d-none d-md-block">
<li class="active">
<a href="index" class="animsition-link">Home</a></li>
<li><a href="mission" class="animsition-link">Mission</a></li>
<li><a href="team" class="animsition-link">Our Team</a></li>
<li><a href="apply" class="animsition-link">Apply</a></li>
<li><a href="contact" class="animsition-link">Contact</a></li>
<li class="donate"><a href="donation" class="btn donate-button"
style="color:white">Donate</a></li>
</ul> <!-- .templateux-menu -->
</nav> <!-- .site-nav -->
</div> <!-- .row -->
</div> <!-- .container -->
</header> <!-- .templateux-navba -->
<div class="templateux-padding" style="background-image:
url(images/white.jpg);">
<div class="container">
<div class="row align-items-center">
</div>
</div>
</div> <!-- .templateux-cover -->
<div class="container">
<div class="row align-items-lg-center">
<div class="col-lg-6 order-lg-1">
<h1 class="heading mb-3" data-aos="fade-up">Giving hope, one debit
card at a time. </h1>
<h6 data-aos="fade-up"> Join us in harnessing technology to support
one of the most vulnerable populations. </h6>
<p class="lead mb-5" data-aos="fade-up" data-aos-delay="100"></p>
<a href="https://vimeo.com/380952554" data-fancybox
class="templateux-block-play"><span class="ion-ios-play"></span></a>
</div>
<div class="col-lg-6 text-center order-lg-2">
<img src= images/homepage.png class="img-fluid">
</div>
</div>
</div>
<div class="templateux-section sm-primary"
id="templateux-counter-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 block-heading-wrap">
<h1 class="heading mb-5 text-center">Our Mission</h1>
</div>
</div> <!-- .row -->
<div class="row mb-5" data-aos="fade-up">
<style>
h6 {
color: #02D97B;
margin-left:800 px;
margin-right:800 px;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:400;
}
</style>
<h6 class="heading mb-4 text-center"> We’re a nonprofit organization
giving specialized debit cards, digital donation systems and
revolutionary financial planning to people facing homelessness. </h6>
</div>
<div class="heading mb-5 text-center">
<a href="mission" class="animsition-link">Learn More About Our
Mission</a>
</div>
</div>
</div>
<div class="col-md-12 block-heading-wrap">
<h1 class="heading mb-5 text-center">How it Works</h1>
</div>
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">We Partner</span>
<span class="templateux-label">With people facing homelessness or at risk of becoming homeless and issue them a givecard
</span>
</div>
</div>
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">We Give</span>
<span class="templateux-label">Research-backed amounts to our cardholders monthly, designed to stabilize their lives
</span>
</div>
</div>
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">We Uplift</span>
<span class="templateux-label">our cardholders through financial education and support tailored to their spending data</span>
</div>
</div>
</div>
</div>
<h2 class="heading mb-5 text-center"></h2>
<!-- <h2 class="heading mb-5 text-center" data-aos="fade-up">for recipients</h2>
<div class="container">
<div class="row">
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">Enroll</span>
<span class="templateux-label">by referral from one of our
partnered shelters and receive their GiveCard
</span>
</div>
</div>
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">Meet</span>
<span class="templateux-label">their financial specialist weekly
to work towards savings goals
</span>
</div>
</div>
<div class="col-md">
<div class="templateux-counter text-center">
<span class="templateux-number">Receive</span>
<span class="templateux-label">donations to put towards savings
goals and to meet daily needs </span>
</div>
</div>
</div>
</div> -->
<div class="templateux-section bg-light">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 mb-4" data-aos="fade-up">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-card"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Flexible Spending</h3>
<p>Our debit cards provide more financial freedom than almost every other way of giving, with restrictions on just alcohol and gambling.</p>
</div>
</div> <!-- .block-icon-1 -->
</div>
<div class="col-md-4 mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-ios-pricetag"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Incentivized Savings</h3>
<p>Our system gives our cardholders financial rewards for
meeting their savings goals and encourages positive
financial habits.</p>
</div>
</div> <!-- .block-icon-1 -->
</div>
<div class="col-md-4 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-happy"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Designed to Uplift</h3>
<p>Cardholders take part in financial planning schemes so
donations don't just sustain them in homelessness, but
uplift them from it. </p>
</div>
</div> <!-- .block-icon-1 -->
</div>
<div class="col-md-4 mb-4" data-aos="fade-up" data-aos-delay="300">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-woman"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Made for Humans</h3>
<p>Dignity is a pillar of what we do, and our whole program is
built with people in mind to truly empower. </p>
</div>
</div> <!-- .block-icon-1 -->
</div>
<div class="col-md-4 mb-4" data-aos="fade-up" data-aos-delay="400">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-ios-home"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Shelter-Centric</h3>
<p>We work closely with local homeless shelters to ensure the
program is having the greatest impact possible.</p>
</div>
</div> <!-- .block-icon-1 -->
</div>
<div class="col-md-4 mb-4" data-aos="fade-up" data-aos-delay="500">
<div class="media block-icon-1 d-block text-center">
<div class="icon mb-3"><span class="ion-ios-heart-outline"></span></div>
<div class="media-body">
<h3 class="h5 mb-4">Network for Good</h3>
<p>We work with other aligned organizations so that our
participants have even more resources, like help finding a
house or a job.</p>
</div>
</div> <!-- .block-icon-1 -->
</div>
</div>
<!-- interested in applying -->
<div class="container text-center">
<div class="row mb-5">
<div class="col-md-12 text-center" data-aos="fade-up"
data-aos-delay="100">
<h2> Interested in applying? </h2>
<p> Click the button below to fill out our application. We're rolling out cards to people in the Boston
and Cambridge areas right now.</p>
<a href="donation.html" class="btn btn-primary mb-3">Apply for a card</a>
</div>
</div>
<!-- interested in donating -->
<div class="container text-center">
<div class="row mb-5">
<div class="col-md-12 text-center" data-aos="fade-up"
data-aos-delay="100">
<h2> Interested in donating? </h2>
<p> We're growing faster than ever and have a stream of people applying for GiveCards and only limited funding to support them with.
Click the button below or get in contact with us to join us in uplifting our community. <br>
GiveCard is also open to corporate partnerships, get in contact with us and we can share our perk list for corporate sponsors.</p>
<a href="donation.html" class="btn btn-primary mb-3">Donate Now</a>
</div>
</div>
<!--Newsletter Subscirbe Form-->
<div class="container text-center">
<div class="row mb-5">
<div class="col-md-12 text-center" data-aos="fade-up"
data-aos-delay="100">
<h1> Keep in the loop! </h1>
<p> We send bi-weekly emails with updates on our progress and
what we are up to.</p>
</div>
</div>
<div class="row mb-3 text-center" style="align-items: center">
<div class="col-md-4 mb-4"></div>
<div class="col-md-4 mb-4 text-center" style="margin-left:0px">
<form action="https://givecard.us5.list-manage.com/subscribe/post?u=07faee533a8e8ce6acca707c0&id=cbba818d0c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<!-- Field -->
<div class="control text-center">
<!-- Special input -->
<input class="krypton-subscribe-input" type="email"
name="EMAIL" value="" placeholder="" id="mce-EMAIL" >
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_07faee533a8e8ce6acca707c0_cbba818d0c" tabindex="-1" value=""></div>
<button class="subscribe-button">
<span>subscribe</span>
</button>
</div>
</form>
</div>
<div class="col-md-4 mb-4"></div>
</div>
</div>
<!---
<div class="row">
<div class="col-md-12 text-center" data-aos="fade-up" data-aos-delay="100">
<p><a href="donation.html" class="btn btn-primary mb-3">Donate Here</a></p>
</div>
</div>
</div>
</div> .templateux-section -->
<!--
<div class="templateux-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 testimonial-wrap">
<div class="quote">“</div>
<div class="owl-carousel wide-slider-testimonial">
<div class="item">
<blockquote class="block-testomonial">
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
</div>
<div class="item">
<blockquote class="block-testomonial">
<p>“When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way.”</p>
</blockquote>
</div>
<div class="item">
<blockquote class="block-testomonial">
<p>“A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.”</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div> --><!-- .templateux-section -->
<footer class="templateux-footer bg-light">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 pr-md-5">
<div class="block-footer-widget">
<h3>Mission</h3>
<p>We’re a nonprofit organization giving specialized debit
cards, digital donation systems and revolutionary
financial planning to the homeless. </p>
</div>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-3">
<div class="block-footer-widget">
<h3>Learn More</h3>
<ul class="list-unstyled">
<li><a href="donation.html">The Process</a></li>
<li><a href="mission.html">Our Mission</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="block-footer-widget">
<h3>Support</h3>
<ul class="list-unstyled">
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="block-footer-widget">
<h3>About Us</h3>
<ul class="list-unstyled">
<li><a href="team.html">Our Team</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="block-footer-widget">
<a href="donation.html" class="btn btn-primary mb-3">Donate
Now</a>
<p>Connect With Us</p>
<ul class="list-unstyled block-social">
<li><a
href="https://www.instagram.com/thegivecardproject/"
class="p-1"><span class="icon-instagram"></span></a></li>
<li><a
href="https://www.linkedin.com/company/givecard/about/"
class="p-1"><span class="icon-linkedin"></span></a></li>
<li><a
href="https://www.facebook.com/TheGiveCardProject/"
class="p-1"><span class="icon-facebook-square"></span></a></li>
</ul>
</div>
</div>
</div> <!-- .row -->
</div>
</div> <!-- .row -->
<div class="row pt-5 text-left"></div>
<div class="col-md-12 text-left"></div><p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<!--Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | GiveCard
Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p></div>
</div> <!-- .row -->
</div>
</footer> <!-- .templateux-footer -->
</div> <!-- .js-animsition -->
<script src="js/scripts-all.js"></script>
<script src="js/main.js" defer="defer"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>