-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
343 lines (305 loc) · 15.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DonateHub</title>
<meta name="description" content="This is a free Bootstrap landing page theme created for BootstrapZero. Feature video background and one page design." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codeply">
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/animate.min.css" />
<link rel="stylesheet" href="./css/ionicons.min.css" />
<link rel="stylesheet" href="./css/styles.css" />
<link rel="stylesheet" href="./css/animate.css"/>
</head>
<body>
<nav id="topNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#first"><i class="ion-ios-analytics-outline"></i> DonateHub</a>
</div>
<div class="navbar-collapse collapse" id="bs-navbar">
<ul class="nav navbar-nav">
<li>
<a class="page-scroll" href="#one">Facts</a>
</li>
<li>
<a class="page-scroll" href="#two">Myths</a>
</li>
<li>
<a class="page-scroll" href="#four">Search</a>
</li>
<li>
<a class="page-scroll" href="#last">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" data-toggle="modal" title="A free Bootstrap video landing theme" href="#aboutModal">About</a>
</li>
</ul>
</div>
</div>
</nav>
<header id="first">
<div id="start" style="position: absolute; z-index: 100; top: 45%;" class="col-md-4 col-md-offset-4">
<label></label>
<button id="button" type="button" data-toggle="modal" data-target="#alertModal" class="btn btn-primary btn-block btn-lg">Donate Now</i></button>
</div>
<div id="alertModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div id="box" style="top: 30%; width: 60%;" class="modal-dialog modal-lg">
<div id="modal-content" class="modal-content">
<h2 class="remove text-center">Search Charities by</h2>
<div style="width: 70%; margin-left:15%; align:center;"class="remove row">
<div class="col-md-3 text-center searches"></div>
<div id="type" class="col-md-3 text-center searches"> <h3>Type</h3></div>
<div id="region" class="col-md-3 text-center searches"> <h3>Region</h3></div>
<div class="col-md-3 text-center searches"></div>
</div>
<div style="margin-left: 8%; position:absolute; display: none" class="row" id="money"><div style="margin: auto auto;" class="text-center col-md-12"><h3>How much money would you like to donate?</h3></div>
<div class="col-md-12"><form><input style="color: black;" type="text" name="amount"></form></div>
</div>
<div style="padding:0px;" id="modal-body" class="modal-body text-center">
<button style="position:absolute; right: 91%; margin-top: -12%;" class="btn btn-primary btn-sm" id="cancel" data-dismiss="modal" aria-hidden="true"><i class="ion-android-close"></i></button>
<button style="position:absolute; left: 91%; margin-top: -12%;" class="btn btn-primary btn-sm" id="next" >Next</button>
</div>
</div>
</div>
</div>
<div id="carousel-example-generic" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active">
</li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- First slide -->
<div id="first-slide" class="item active">
</div><!-- /.item -->
<!-- Second slide -->
<div id="second-slide" class="item">
</div><!-- /.item -->
<!-- Third slide -->
<div id="third-slide" class="item">
</div><!-- /.item -->
<div id="fourth-slide" class="item">
</div><!-- /.item -->
<div id="fifth-slide" class="item">
</div><!-- /.item -->
</div><!-- /.carousel-inner -->
</div><!-- /.carousel -->
</header>
<!-- Section one -->
<section class="bg-primary" style="padding-top: 3%;" id="one">
<div class="container">
<div style="text-align: center; padding-bottom: 3%;" class="row"><div class="col-lg-12"> <h1 class="margin-top-0 text-primary">Fast Facts</h1></div></div>
<div class="row">
<div class="col-md-4">
<h2 class="margin-top-0 text-primary">3 Billion</h2>
<br>
<p class="text-faded">
Global population living under international poverty threshold of 2.5$ a day. For comparison, the US poverty threshold is 16$ a day.
</p>
</div>
<div class="checkbox col-md-4">
<h2 class="margin-top-0 text-primary">805 Million</h2>
<br>
<p class="text-faded">
Global malnourished population, more than sun of twice the population of US, and mexico.
</p>
</div>
<div class="col-md-4">
<h2 class="margin-top-0 text-primary" style="display: inline;">4% </h3>
<br>
<p class="text-faded">
Food requirement of global Hungry population as a percentage of the food wasted by Developed Countries, which amounts to 750$ Billion per year </p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<h2 class="margin-top-0 text-primary" style="display: inline;">25$</h3>
<br>
<p class="text-faded">
For every $1 in aid a developing country receives, over $25 is spent on debt repayment and service
</p>
</div>
<div class="col-md-4">
<h2 class="margin-top-0 text-primary">0.17%</h2>
<br>
<p class="text-faded">
Yearly poverty alleviation requirment as a percentage of world GDP. Yearly poverty requirement comes off the maximum estimate of 175$ Billion, as calculated by economist Jeffery Sachs.
</p>
</div>
<div class="col-md-4">
<h2 class="margin-top-0 text-primary">1.7%</h2>
<br>
<p class="text-faded">
Global poverty alleviation requirement as a percentage of money Americans spent on consumer goods, which amount to 10$ Trillion
</p>
</div>
</div>
</div>
</section>
<!-- Section two -->
<section style="padding-bottom: 5px;" id="two">
<div class="container">
<div class="col-lg-12 text-center">
<h2 id="myths" class="margin-top-0 text-primary">Myths</h2>
</div>
<div class="row">
<div class="col-md-4 text-center">
<h2 class="margin-top-0 text-primary">Charity is pervasive</h2>
</div>
<div class="col-md-4 text-center">
<h2 class="margin-top-0 text-primary">Charities already receive lots of funding</h2>
</div>
<div class="col-md-4 text-center">
<h2 class="margin-top-0 text-primary">Poverty is unsolveable</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img style="padding: 0px 0px 0px 0px;" height="230" src="C:/xampp/htdocs/zero/assets/pie.png"/>
</div>
<div class="col-md-4 text-center">
<img style="padding: 10px 0px 10px 0px;" height="270" src="C:/xampp/htdocs/zero/assets/pie22.png"/>
</div>
<div style="padding-top: 35px;" class="col-md-4 text-center">
<img style="padding: 10px 0px 10px 0px;" height="170" src="C:/xampp/htdocs/zero/assets/pie3.png"/>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<p>As per the Annual report of Charity 2016, Americans gave away a net 347$ Billion. But only 12% of that amount was devoted to Human services in Americarca. The rest was devoted to Education, Science and Medical Research, Religious institutes, and crowd-fuinding. <br><h4 style="color: rgb(196, 159, 188);">Only 4% was devoted to international charity</h4></p>
</div>
<div class="col-md-4 text-center">
<p>56% of American charities had budget shortfalls. International charities fare worse; The WHO was funded only 27% in 2015; The UNHCR was funded only 37% in 2016; Already into the second month of 2017, the UNHCR faces 44% Funding shortfall of it's 2016 requirement. <br><h4 style="color: rgb(196, 159, 188);"> Consequently, 74% of refugees in Middle East live below Poverty Line.</h4></p>
</div>
<div class="col-md-4 text-center">
<p>The highest estimate of global poverty alleviation is $175 Billion, as calculated by Economist Jeffery Sachs. This represents a mere 0.7% of the combined GNP of all Developed countries. Currently, Global Poverty recieves only 0.2% of combined GNP of all developed countries <br><h4 style="color: rgb(196, 159, 188);"> Consequently, A sustained net positive inflow of cash to deprived regions is the only solution to global poverty</h4></p>
</div>
</div>
</div>
</section>
<section class="container-fluid" id="four">
<div class="row">
<div class="col-sm-12">
<h2 class="text-center text-primary">Search Organizations By</h2>
<br>
<br>
<div class="row">
<div id="name" class="col-xs-4 text-center"> <h2>Name</h2></div>
<div id="cause" class="col-xs-4 text-center"> <h2>Cause</h2></div>
<div id="regionServed" style="display: inline;" class="col-xs-4 text-center"> <h2>Region Served</h2></div>
</div>
<hr>
</div>
</div>
</section>
<section id="last">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="margin-top-0 wow fadeIn">Get in Touch</h2>
<hr class="primary">
<p>We love feedback. Fill out the form below and we'll get back to you as soon as possible.</p>
</div>
<div class="col-lg-10 col-lg-offset-1 text-center">
<form class="contact-form row">
<div class="col-md-4">
<label></label>
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="col-md-4">
<label></label>
<input type="text" class="form-control" placeholder="Email">
</div>
<div class="col-md-4">
<label></label>
<input type="text" class="form-control" placeholder="Phone">
</div>
<div class="col-md-12">
<label></label>
<textarea class="form-control" rows="9" placeholder="Your message here.."></textarea>
</div>
<div class="col-md-4 col-md-offset-4">
<label></label>
<button type="button" data-toggle="modal" data-target="#alertModal" class="btn btn-primary btn-block btn-lg">Send <i class="ion-android-arrow-forward"></i></button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 col-sm-3 column">
<h4>About</h4>
<ul class="list-unstyled">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 column">
<h4>Stay Posted</h4>
<form>
<div class="form-group">
<input type="text" class="form-control" title="No spam, we promise!" placeholder="Tell us your email">
</div>
<div class="form-group">
</div>
</form>
</div>
</div>
<br/>
<span class="pull-right text-muted small"><a href="http://www.bootstrapzero.com">Landing Zero by BootstrapZero</a> ©2015 Company</span>
</div>
</footer>
<div id="aboutModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<h2 class="text-center">Landing Zero Theme</h2>
<h5 class="text-center">
A free, responsive landing page theme built by BootstrapZero.
</h5>
<p class="text-justify">
This is a single-page Bootstrap template with a sleek dark/grey color scheme, accent color and smooth scrolling.
There are vertical content sections with subtle animations that are activated when scrolled into view using the jQuery WOW plugin. There is also a gallery with modals
that work nicely to showcase your work portfolio. Other features include a contact form, email subscribe form, multi-column footer. Uses Questrial Google Font and Ionicons.
</p>
<p class="text-center"><a href="http://www.bootstrapzero.com">Download at BootstrapZero</a></p>
<br/>
<button class="btn btn-primary btn-lg center-block" data-dismiss="modal" aria-hidden="true"> OK </button>
</div>
</div>
</div>
</div>
<div class="checkbox">
<label><input type="checkbox" value="">Option 2</label>
</div>
<!--scripts loaded here -->
<script src="./js/jquery.min.js"></script>
<script src="./js/search.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery.easing.min.js"></script>
<script src="./js/wow.js"></script>
<script src="./js/scripts.js"></script>
<script src="./js/search2.js"></script>
</body>
</html>