-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdonation.html
181 lines (145 loc) · 7.18 KB
/
donation.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
<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 :: Donate </title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="js-animsition animsition" id="site-wrap" data-animsition-in-class="fade-in" data-animsition-out-class="fade-out">
<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>
<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">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="active"><a href="donation" class="animsition-link">Donate</a></li>
</ul> <!-- .templateux-menu -->
</nav> <!-- .site-nav -->
</div> <!-- .row -->
</div> <!-- .container -->
</header> <!-- .templateux-navba -->
<!---
<div class="templateux-cover" style="background-image: url(images/homelesshand.jpeg);">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8">
<h6 data-aos="fade-up">Donate Now</h6>
<h1 class="heading mb-3" data-aos="fade-up">Your Donation is others inspiration</h1>
</div>
</div>
</div>
</div> -- .templateux-cover -->
<div class="templateux-section" style="padding-top:170px">
<div class="container">
<!-- Begin Give Lively Fundraising Widget -->
<script>gl=document.createElement('script');gl.src='https://secure.givelively.org/widgets/branded_donation/givecard-inc.js';document.getElementsByTagName('head')[0].appendChild(gl);</script><div data-widget-src='https://secure.givelively.org/donate/givecard-inc?ref=sd_widget' id="give-lively-widget" class="gl-branded-donation-widget"></div>
<!-- End Give Lively Fundraising Widget -->
</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"></script>
</body>
</html>