-
Notifications
You must be signed in to change notification settings - Fork 2
/
donations.html
executable file
·233 lines (141 loc) · 7.18 KB
/
donations.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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92673120-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-92673120-1');
</script>
<!-- Title -->
<title>Nearby Shops</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- CSS Front Template -->
<link rel="stylesheet" href="/assets/vendor/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="/assets/vendor/animate.css/animate.min.css">
<link rel="stylesheet" href="/assets/vendor/hs-megamenu/src/hs.megamenu.css">
<link rel="stylesheet" href="/assets/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/assets/vendor/cubeportfolio/css/cubeportfolio.min.css">
<link rel="stylesheet" href="/assets/vendor/jquery-ui/themes/base/jquery-ui.min.css">
<link rel="stylesheet" href="/assets/vendor/prism/prism.css">
<!-- CSS Front Template -->
<link rel="stylesheet" href="/assets/css/theme.css">
<!-- CSS Front Doc -->
<link rel="stylesheet" href="/assets/css/starter.css">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<!-- <h1>Hello, world!</h1> -->
<div id="header"></div>
<!-- Terms Title Section -->
<div class="position-relative border-top space-2">
<div class="container space-1">
<div class="row">
<div class="col-lg-8">
<h1 class="text-primary"><span class="font-weight-semi-bold">Help us do more</span> </h1>
<!-- <p>Hello, and welcome to Front. Please read our Terms and Conditions of Use ("Terms") and Privacy Policy carefully because they affect your legal rights, including an agreement to resolve any disputes that may arise between us by arbitration on an individual basis instead of by class actions or jury trials. We hope you're sitting comfortably and listening to some great music.</p> -->
<!-- <p>Here we go…</p> -->
<p>
To bring about a better future, we require our technology remains free and open. That’s why we make all our work free and accessible for everyone.
<p>
We are a nonprofit. This means we rely on donations and grants to keep us going. Donations are essential to our work, providing us with the stability and independence we need, so we can focus on improving the technology our community depends upon.
<p>
Donating is also one way to show us that you find our work helpful and valuable. Knowing this is a huge source of inspiration for our team.
<p>
If you want to help us do more, please donate today – it will make a real difference.
<p>
Thank you,
</p>
</div>
<div class="col-lg-4 text-center">
<img width="250px" src="/images/buy-local-save-jobs.png" alt="Image Description">
</div>
</div>
</div>
</div>
<!-- End Terms Title Section -->
<!-- Sticky End Point -->
<!-- <div id="stickyBlockEndPoint"></div> -->
<div id="footer"></div>
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Front -->
<script src="assets/js/hs.core.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/vendor/svg-injector/dist/svg-injector.min.js"></script>
<script src="assets/vendor/player.js/dist/player.min.js"></script>
<script src="assets/vendor/hs-megamenu/src/hs.megamenu.js"></script>
<script src="assets/vendor/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="assets/vendor/fancybox/jquery.fancybox.min.js"></script>
<script src="assets/vendor/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script src="assets/js/components/hs.cubeportfolio.js"></script>
<script src="assets/js/components/hs.fancybox.js"></script>
<!-- JS Front -->
<script src="assets/js/components/hs.svg-injector.js"></script>
<script src="assets/js/components/hs.header.js"></script>\
<script src="assets/js/components/hs.validation.js"></script>
<script src="assets/js/components/hs.video-player.js"></script>
<!-- JS Front -->
<script src="assets/js/components/hs.validation.js"></script>
<script src="assets/js/components/hs.focus-state.js"></script>
<script src="assets/js/components/hs.fancybox.js"></script>
<script src="assets/js/components/hs.sticky-block.js"></script>
<!-- JS Plugins Init. -->
<script>
$(window).on('load', function () {
// initialization of HSMegaMenu component
$('.js-mega-menu').HSMegaMenu({
event: 'hover',
pageContainer: $('.container'),
breakpoint: 767.98,
hideTimeOut: 0
});
// initialization of svg injector module
$.HSCore.components.HSSVGIngector.init('.js-svg-injector');
// initialization of header
$.HSCore.components.HSHeader.init($('#header'));
// initialization of form validation
$.HSCore.components.HSValidation.init('.js-validate');
});
$(document).on('ready', function () {
// initialization of cubeportfolio
$.HSCore.components.HSCubeportfolio.init('.cbp');
// initialization of popups
$.HSCore.components.HSPopup.init('.js-fancybox');
// initialization of form validation
$.HSCore.components.HSValidation.init('.js-validate', {
rules: {
confirmPassword: {
equalTo: '#signupPassword'
}
}
});
// initialization of forms
$.HSCore.components.HSFocusState.init();
// initialization of sticky blocks
$.HSCore.components.HSStickyBlock.init('.js-sticky-block');
});
</script>
</body>
</html>