-
Notifications
You must be signed in to change notification settings - Fork 2
/
volunteer.html
executable file
·379 lines (220 loc) · 11.2 KB
/
volunteer.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
<!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>
<!-- Content Section -->
<div class="container space-1 space-lg-2">
<div class="row">
<div class="col-lg-7 space-lg-1 ">
<h2 class="text-primary font-weight-medium h2">Create your local Market</h2>
<h2 class="text-primary font-weight-medium h2"> and help your Local Economy</h2>
</div>
<div class="col-lg-5 pt-5 pb-5">
<div class="row">
<img class="col-6 space-top-0 img-fluid rounded" src="/images/help_local_vendors.jpg" alt="Image Description">
<img class="col-6 space-top-0 img-fluid rounded" src="/images/help_local/buy-local-produce-windmill-farms-san-ramon-570x428.jpg" alt="Image Description">
</div>
</div>
</div>
</div>
<!-- End Content Section -->
<!-- End Content Section -->
<div class="container space-top-1 space-bottom-1 border-top border-bottom">
<h1 class="text-primary">How it works ?</h1>
</div>
<!-- Mockup Block -->
<div class="container space-bottom-2 space-top-2">
<div class="row">
<div class="col-lg-9 mb-7 mb-lg-0">
<!-- Title -->
<div class="pr-lg-4">
<h5>Step : 1</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Install and Setup your local Market Instance</h2>
<p class="mb-0">
You can self-host your Instance with our Installation guide. If you come from a non-technical background
our volunteers can help setup a server for you.
<!-- <a class="btn btn-primary btn-wide btn-pill transition-3d-hover mt-7 ml-5"
href="./pricing.html">
Managed Hosting<span class="fas fa-angle-right ml-2"></span>
</a> -->
</p>
<a class="btn btn-primary btn-wide btn-pill transition-3d-hover mt-7"
href="https://developer.nearbyshops.org/installation/installation-guide-quick-docker.html">
Self-Hosted<span class="fas fa-angle-right ml-2"></span>
</a>
<a class="btn btn-primary btn-wide btn-pill transition-3d-hover mt-7 ml-5"
href="https://forum.nearbyshops.org/t/request-for-server-installation/90">
Hosting Help<span class="fas fa-angle-right ml-2"></span>
</a>
<p>
<br><br>
To self-host your Instance (Server) on Digital Ocean and AWS. Please follow our installation
guide from our developer guide <a href="https://developer.nearbyshops.org">https://developer.nearbyshops.org</a>
</p>
</div>
<!-- End Title -->
</div>
<div class="col-lg-3">
<img width="250px" src="/images/grow-your-community.jpg" alt="Image Description">
</div>
</div>
</div>
<!-- End Mockup Block -->
<!-- Mockup Block -->
<div class="container space-top-2 space-bottom-2">
<div class="row align-items-lg-center">
<div class="col-lg-9 mb-7 mb-lg-0">
<!-- Title -->
<div class="pr-lg-4">
<h5>Step : 2</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Invite Vendors to Join your Local Market</h2>
<p class="mb-0">
Invite vendors in your local area to join your market. They will
receive orders from the customers and provide home delivery also.
Delivery is provided by the vendors therefore you dont need invest your money for building delivery infrastructure.
</p>
</div>
<!-- End Title -->
</div>
<div class="col-lg-3">
<img width="250px" src="http://www.jubileerestaurant.in/img/deliverybike.png" alt="Image Description">
</div>
</div>
</div>
<!-- End Mockup Block -->
<!-- Mockup Block -->
<div class="container space-top-2 space-bottom-2">
<div class="row align-items-lg-center">
<div class="col-lg-9 mb-7 mb-lg-0">
<!-- Title -->
<div class="pr-lg-4">
<h5>Step : 3</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Ask Donations or Charge a Monthly Fee to your Vendors</h2>
<p class="mb-0">
In order to fund expenses of hosting and pay the salary for your staff
you can ask for donations or Charge a fixed monthly fee
to your local vendors.
</p>
</div>
<!-- End Title -->
<a class="btn btn-primary btn-wide btn-pill transition-3d-hover mt-7"
href="https://forum.nearbyshops.org/t/snapshot-transfer-requests/16">
Get Started <span class="fas fa-angle-right ml-2"></span>
</a>
</div>
<div class="col-lg-3">
<img width="250px" src="/images/help_local/Keep-It-Local-Logo-.gif" alt="Image Description">
</div>
</div>
</div>
<!-- End Mockup Block -->
<!-- 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>