-
Notifications
You must be signed in to change notification settings - Fork 2
/
create_store.html
executable file
·307 lines (201 loc) · 9.45 KB
/
create_store.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
<!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>
<!-- Hero Section -->
<div id="SVGheroSectionBg" class="svg-preloader position-relative gradient-half-primary-v3">
<div class="container space-2">
<div class="row align-items-lg-center">
<div class="col-lg-5 mb-7 mb-lg-0">
<!-- Info -->
<h1 class="mb-4 text-primary">
Create your Online Store
</h1>
<!-- <p>Start your business with nearby shops. Preserve your freedom, autonomy and Independence.</p>-->
<!-- End Info -->
</div>
<div class="col-lg-7 text-center">
<img width="250px" src="/images/help_local_vendors.jpg" alt="Image Description">
<!-- <!– SVG Icon –>-->
<!-- <figure class="ie-we-have-an-idea">-->
<!-- <img class="js-svg-injector" src="assets/svg/illustrations/we-are-in-office.svg" alt="Image Description"-->
<!-- data-parent="#SVGheroSectionBg">-->
<!-- </figure>-->
<!-- <!– End SVG Icon –>-->
</div>
</div>
</div>
<!-- SVG Background -->
<figure class="position-absolute right-0 bottom-0 left-0">
<img class="js-svg-injector" src="assets/svg/components/wave-1-bottom-sm.svg" alt="Image Description"
data-parent="#SVGheroSectionBg">
</figure>
<!-- End SVG Background Section -->
</div>
<!-- End Hero 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 mb-7">
<h5>Step : 1</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Install our Android app</h2>
<p class="mb-0">
To create your online store please download our android app.
</p>
</div>
<a href="https://play.google.com/store/apps/details?id=org.nearbyshops.enduserappnew">
<img src="/images/play_store_logo.png" width="170" >
</a>
<!-- End Title -->
</div>
<div class="col-lg-3">
<img width="250px" src="/images/help_local/buy-local-carisn.jpg" alt="Image Description">
</div>
</div>
</div>
<!-- End Mockup Block -->
<!-- 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 : 2</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Find a Market to Join Us</h2>
<p class="mb-0">
Find a Local Market you want to be a part of. Select that market and Create your online store by clicking on Create Store/ Become a seller.
</p>
</div>
</div>
</div>
</div>
<!-- End Mockup Block -->
<!-- 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 : 3</h5>
<h2 class="h4 font-weight-semi-bold text-primary">Contact your Market admin to activate your local Store</h2>
<p class="mb-0">
Contact your market adminstrator to activate your local store.
</p>
</div>
</div>
</div>
</div>
<!-- End Mockup Block -->
<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>