-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathall-stores.html
547 lines (524 loc) · 28.8 KB
/
all-stores.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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="js/search.min.css" />
<link rel="stylesheet" type="text/css" href="js/transition.min.css" />
<link rel="stylesheet" type="text/css" href="js/dropdown.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/ftellipsis.js"></script>
<script src="js/easing.min.js"></script>
<script src="js/transition.min.js" ></script>
<script src="js/dropdown.min.js"></script>
<script src="js/search.min.js" ></script>
<script src="js/validate.js"></script>
</head>
<body>
<!-- put header content here -->
<div class="ui-layout-west">
<div class="ui-layout-west__content">
<table class="ui-panelgrid ui-width--full" >
<tbody>
<tr>
<!-- logo column -->
<td class="ui-width--190">
<img src="images/logo-t.png" >
</td>
<!-- search column -->
<td class="ui-search-column">
<div class="ui search ui-inputfield ui-inputfield--search">
<input class="prompt" type="text" placeholder="Search"/>
<button class="ui-button ui-position--relative ui-border--none ui-button--green ui-button--search">
<span class="ui-icon ui-icon--search"></span>
</button>
<div class="results"></div>
</div>
</td>
<!-- sign in column -->
<td class="ui-width--230">
<button id="login-btn" class="ui-button ui-border-radius--5 ui-font-size--15 ui-border--none ui-button--orange ui-button--left" >Login</button>
<button id="register-btn" class="ui-button ui-border-radius--5 ui-font-size--15 ui-border--none ui-button--orange ui-button--right" >Register</button>
</td>
</tr>
</tbody>
</table>
<!-- end of panelgrid -->
</div>
<!-- footer inside of west layout -->
<div class="ui-layout-west__footer menu">
<div class="ui-footer__content">
<table class="ui-panelgrid ui-width--full">
<tbody>
<tr>
<td>
<div class="ui-dropdown">
<a>All stores</a>
<div class="ui-dropdown__content">
<a href="/melinamay">Melinamay</a>
<a href="/ebay">Ebay</a>
<a href="/aliexpress">AliExpress</a>
<a href="/aegean">Aegean</a>
<a href="/shop-gr">E-shop GR</a>
<a href="/deliveras-gr">Deliveras GR</a>
<a href="/zackret">Zackret Sports</a>
</div>
</div>
</td>
<td>
<a href="/coupons">Coupons</a>
</td>
<td>
<a href="/categories">Categories</a>
</td>
<td>
<a href="/hot-deal">Hot Deals</a>
</td>
<td>
<div class="ui-dropdown">
<a>All stores</a>
<div class="ui-dropdown__content">
<a href="/melinamay">Melinamay</a>
<a href="/ebay">Ebay</a>
<a href="/aliexpress">AliExpress</a>
<a href="/aegean">Aegean</a>
<a href="/shop-gr">E-shop GR</a>
<a href="/deliveras-gr">Deliveras GR</a>
<a href="/zackret">Zackret Sports</a>
</div>
</div>
</td>
<td>
<a href="/how-it-works">How it works</a>
</td>
<td>
<a href="/help">Help</a>
</td>
</tr>
</tbody>
</table>
<button class="ui-button ui-background--none ui-button--navigation ui-float--right ui-border--none" >
<span class="ui-icon ui-icon--bars">
</span>
</button>
<p class="clear"></p>
<!-- end of panelgrid -->
</div>
</div>
<!-- end of layout-west__footer -->
</div>
<!-- end of layout-west -->
<!-- put main content here -->
<div class="ui-layout-center">
<div class="ui-layout-center__content">
<div class="ui-panel ui-panel--all-stores">
<div class="ui-panel__header">
</div>
<div class="ui-panel__content ui-position--relative ui-overflow--hidden ui-height--85">
<span class="ui-font--medium ui-font-size--24">Stores with Cash Back, Coupons & Promo Codes</span>
<p class="clear ui-height--8"></p>
<span class="ui-font-size--13">Shop today and earn Cash Back at over 2,000 stores online. Find everything you need from men's, children's and women’s clothing, accessories and shoes to home décor, electronics, toys and more. Shop the best sales and deals from your favorite online stores - plus save with thousands of coupons and promo codes. Check back daily for new sales and hot deals to help you save with Cash Back at Ebates!</span>
<label class="ui-read-more ui-background--white ui-font-size--13 ui-color--blue ui-cursor--pointer">Read More +</label>
<label class="ui-read-less ui-background--white ui-font-size--13 ui-color--blue ui-text-align--right ui-display--none ui-cursor--pointer">Read Less -</label>
</div>
</div>
<div class="ui-margin-top--12 ui-margin-bottom--11">
<span class="ui-font-size--20 ui-font--light">Today’s Recommended Stores</span>
</div>
<table class="ui-panelgrid ui-panelgrid--col-6">
<tbody>
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<div class="wrapper">
<div class="alphabet">
<a class="first" href="#">A</a>
<a href="#">B</a>
<a href="#">C</a>
<a href="#">D</a>
<a href="#">E</a>
<a href="#">F</a>
<a href="#">G</a>
<a href="#">H</a>
<a href="#">I</a>
<a href="#">J</a>
<a href="#">K</a>
<a href="#">L</a>
<a href="#">M</a>
<a href="#">N</a>
<a href="#">O</a>
<a href="#">P</a>
<a href="#">Q</a>
<a href="#">R</a>
<a href="#">S</a>
<a href="#">T</a>
<a href="#">U</a>
<a href="#">V</a>
<a href="#">W</a>
<a href="#">X</a>
<a href="#">Y</a>
<a class="last" href="#">Z</a></div>
<div id="conutries">
<table id="countries-table">
<thead>
<tr>
<th>
Country Name</th>
<th>
Country Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>Afghanistan</td>
</tr>
<tr>
<td>Aland Islands</td>
</tr>
<tr>
<td>Albania</td>
</tr>
<tr>
<td>Algeria</td>
</tr>
<tr>
<td>Blgeria</td>
</tr>
</tbody>
</table>
</div>
</div>
<pre>
</div>
</div>
<!-- end of layout-center -->
<!-- put footer content here -->
<div class="ui-footer">
<div class="ui-footer__header ui-text-align--center ui-footer__header--green">
<span class="ui-font-size--38 ui-color--white">Discover even more deals with Cash Back</span>
<p class="clear ui-height--8"></p>
<span class="ui-font-size--20 ui-color--white ui-font--light">Start earning Cash Back at over 1000+ of the most popular stores and speciality boutiques.</span>
<p class="clear"></p>
<button class="ui-button ui-border--none ui-button--white ui-button--footer-header ui-color--green ui-border-radius--5 ui-font-size--17 ui-font--medium">Join Now</button>
</div>
<div class="ui-footer__content">
<div class="ui-text-align--center ui-footer__logo-wrapper">
<img src="images/logo-dark.png" />
<p class="clear"></p>
<span class="ui-color--white ui-font-size--17 ui-font--medium">Money back and discount coupons</span>
</div>
<table class="ui-panelgrid--col-4 ui-panelgrid ui-panelgrid--sitemap ui-width--full">
<tbody>
<tr>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Quick links</span>
<p class="clear ui-height--20"></p>
<a href="#" class="ui-commandlink ui-commandlink--gray">About</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Careers</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">FAQs</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Terms & Conditions</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Privacy policy</a>
</td>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Categories</span>
<p class="clear ui-height--20"></p>
<a href="#" class="ui-commandlink ui-commandlink--gray">Hair and Spa</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Restaurants</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Grocery Stores</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Fashion and Accessories</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Air tickets</a>
</td>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Popular Stores</span>
<p class="clear ui-height--20"></p>
<a href="#" class="ui-commandlink ui-commandlink--gray">Amazon</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Nike Store</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Super market</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Myntra.com</a>
<a href="#" class="ui-commandlink ui-commandlink--gray">Airbnb</a>
</td>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Recent articles</span>
<table class="ui-panelgrid ui-panelgrid--footer-article ui-width--full">
<tbody>
<tr>
<td>
<img src="images/article-img-1.png" />
</td>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Chinese site</span>
<p class="clear"></p>
<div class="ui-clamp">
<a href="#" class="ui-commandlink--gray ui-wrap ui-font-size--14" >In izocard we work with the best and most reliable Chinese 123123123</a>
</div>
</td>
</tr>
<tr>
<td>
<img src="images/article-img-2.png" />
</td>
<td>
<span class="ui-font-size--18 ui-color--white ui-font--medium" >Recent articles</span>
<p class="clear"></p>
<div class="ui-clamp">
<a href="#" class="ui-commandlink--gray ui-wrap ui-font-size--14" >In izocard we work with the best and most reliable Chinese 123123123</a>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--end of panelgrid sitemap-->
<div class="ui-footer--social-media ui-text-align--center">
<div>
<a href="#" class="ui-text-align--center ui-height--50 ui-commandlink--social-media ui-border-radius--full">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"/></svg>
</a>
</div>
<div>
<a href="#" class="ui-text-align--center ui-height--50 ui-commandlink--social-media ui-border-radius--full">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"/></svg>
</a>
</div>
<div>
<a href="#" class="ui-text-align--center ui-height--50 ui-commandlink--social-media ui-border-radius--full">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
</a>
</div>
<div>
<a href="#" class="ui-text-align--center ui-height--50 ui-commandlink--social-media ui-border-radius--full">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>
</a>
</div>
<div>
<a href="#" class="ui-text-align--center ui-height--50 ui-commandlink--social-media ui-border-radius--full">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>
</a>
</div>
</div>
<div class="ui-footer--copyright ui-commandlink--gray ui-text-align--center">
© 2018 IzoCard. All rights reserved.
</div>
</div>
</div>
<!--end of page footer-->
<!--modal sidebar navigation (used on mobile devices)-->
<div class="ui-modal ui-sidebar--navigation">
<div class="ui-sidebar__content">
<button id="closeSidebarBtn" class="ui-button ui-border--none ui-float--right ui-background--none ui-sidebar__close">
<span class="ui-icon ui-icon--close"></span>
</button>
<p class="clear"></p>
<div class="ui-accordion">
<div class="ui-accordion__header">
<span>All Stores</span>
</div>
<div class="ui-accordion__content">
<a href="/melinamay">Melinamay</a>
<a href="/ebay">Ebay</a>
<a href="/aliexpress">AliExpress</a>
<a href="/aegean">Aegean</a>
<a href="/shop-gr">E-shop GR</a>
<a href="/deliveras-gr">Deliveras GR</a>
<a href="/zackret">Zackret Sports</a>
</div>
</div>
<a href="/coupons">Coupons</a>
<a href="/categories">Categories</a>
<a href="/hot-deal">Hot Deals</a>
<div class="ui-accordion">
<div class="ui-accordion__header">
<span>All Stores</span>
</div>
<div class="ui-accordion__content">
<a href="/melinamay">Melinamay</a>
<a href="/ebay">Ebay</a>
<a href="/aliexpress">AliExpress</a>
<a href="/aegean">Aegean</a>
<a href="/shop-gr">E-shop GR</a>
<a href="/deliveras-gr">Deliveras GR</a>
<a href="/zackret">Zackret Sports</a>
</div>
</div>
<a href="/how-it-works">How it works</a>
<a href="/help">Help</a>
</div>
</div>
<!--modal login-->
<div class="ui-modal ui-dialog ui-dialog--login">
<table class="ui-width--full ui-height--full ">
<tbody>
<tr>
<td class="ui-vertical-align--middle">
<div class="ui-dialog__content">
<div class="ui-dialog__header ui-font--medium ui-font-size--18 ui-text-align--center">
<span>Login</span>
<button id="closeLoginBtn" class="ui-button ui-border--none ui-float--right ui-background--none ui-sidebar__close">
<span class="ui-icon ui-icon--close"></span>
</button>
</div>
<form id="loginForm">
<p class="clear"></p>
<div class="ui-text-align--center ui-margin-top--10 ui-margin-bottom--7 ui-font-size--17 ui-color--gray">
Have a Facebook Account?
</div>
<a href="#" class="ui-commandlink ui-commandlink--facebook-login"></a>
<div class="ui-text-align--center ui-margin-top--5 ui-font-size--12 ui-color--gray">
We'll never post anything without your permission.
</div>
<div class="ui-text-align--center ui-font-size--14 ui-margin-top--10">
— OR —
</div>
<div class="ui-width--300 ui-margin--center">
<input name="email" placeholder="*Email" type="email" pattern="[^@\s]+@[^@\s]+\.[^@\s]+" required class="ui-inputfield ui-width--284 ui-inputfield--dialog ui-margin-top--10" />
<input name="password" placeholder="*Password" minlength="6" required type="password" pattern="^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$" class="ui-inputfield ui-width--284 ui-inputfield--dialog ui-margin-top--10 ui-margin-bottom--11" />
</div>
<div class="g-recaptcha ui-margin--center ui-width--300" data-sitekey="6Lf7rEUUAAAAADFrTtVT_fZvsX7HEJfxJN8b-UMW"></div>
<div class="ui-width--300 ui-margin--center ui-text-align--center">
<button class="ui-width--full ui-button ui-border--none ui-border-radius--none ui-margin-top--10 ui-margin-bottom--11">LOGIN</button>
<a href="#" class="ui-commandlink ui-commandlink--gray" >Forgot Password?</a>
</div>
</form>
<p class="clear ui-height--20"></p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!--end of login dialog-->
<div class="ui-modal ui-dialog ui-dialog--register">
<table class="ui-width--full ui-height--full ">
<tbody>
<tr>
<td class="ui-vertical-align--middle">
<div class="ui-dialog__content">
<div class="ui-dialog__header ui-font--medium ui-font-size--18 ui-text-align--center">
<span>Register</span>
<button id="closeRegisterBtn" class="ui-button ui-border--none ui-float--right ui-background--none ui-sidebar__close">
<span class="ui-icon ui-icon--close"></span>
</button>
</div>
<form id="registerForm">
<p class="clear"></p>
<div class="ui-text-align--center ui-margin-top--10 ui-margin-bottom--7 ui-font-size--17 ui-color--gray">
Have a Facebook Account?
</div>
<a href="#" class="ui-commandlink ui-commandlink--facebook-login"></a>
<div class="ui-text-align--center ui-margin-top--5 ui-font-size--12 ui-color--gray">
We'll never post anything without your permission.
</div>
<div class="ui-text-align--center ui-font-size--14 ui-margin-top--10">
— OR —
</div>
<div class="ui-width--300 tag example ui-margin--center">
<select name="selectC" aria-required="true" required class="ui search selection ui-margin-top--10 dropdown" id="search-select">
<option value="">State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<!-- Saving your scroll sanity !-->
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
<input name="registerEmail" placeholder="*Email" type="email" pattern="[^@\s]+@[^@\s]+\.[^@\s]+" required class="ui-inputfield ui-width--284 ui-inputfield--dialog ui-margin-top--10" />
<input name="registerPassword" placeholder="*Password" minlength="6" required type="password" pattern="^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$" class="ui-inputfield ui-width--284 ui-inputfield--dialog ui-margin-top--10 ui-margin-bottom--11" />
</div>
<div class="g-recaptcha ui-margin--center ui-width--300" data-sitekey="6Lf7rEUUAAAAADFrTtVT_fZvsX7HEJfxJN8b-UMW"></div>
<div class="ui-width--300 ui-margin--center ui-text-align--center">
<button class="ui-width--full ui-button ui-border--none ui-border-radius--none ui-margin-top--10 ui-margin-bottom--11">Register</button>
<a href="#" class="ui-commandlink ui-commandlink--gray" >Forgot Password?</a>
</div>
</form>
<p class="clear ui-height--20"></p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!--top button-->
<div id="backToTheTop"> <span class="topIcon" /> </div>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="js/main.js"></script>
<script>
$("#loginForm").validate();
$("#registerForm").validate();
var content = [
{ title: 'Andorra', description: '10% discount' },
{ title: 'United Arab Emirates', description: '10% discount' },
{ title: 'Afghanistan', description: '10% discount' },
{ title: 'Antigua', description: '10% discount' },
{ title: 'Anguilla', description: '10% discount' },
{ title: 'Albania', description: '10% discount' },
{ title: 'Armenia', description: '10% discount' },
{ title: 'Netherlands Antilles', description: '10% discount' },
{ title: 'Angola', description: '10% discount' },
{ title: 'Argentina', description: '10% discount' },
{ title: 'American Samoa', description: '10% discount' },
{ title: 'Austria', description: '10% discount' },
{ title: 'Australia', description: '10% discount' },
{ title: 'Aruba', description: '10% discount' },
{ title: 'Aland Islands', description: '10% discount' },
{ title: 'Azerbaijan', description: '10% discount' },
{ title: 'Bosnia', description: '10% discount' },
{ title: 'Barbados', description: '10% discount' },
{ title: 'Bangladesh', description: '10% discount' },
{ title: 'Belgium', description: '10% discount' },
{ title: 'Burkina Faso', description: '10% discount' },
{ title: 'Bulgaria', description: '10% discount' },
{ title: 'Bahrain', description: '10% discount' },
{ title: 'Burundi', description: '10% discount' }
// etc
];
$('.ui.search')
.search({
source: content
})
;
$('.tag.example .ui.dropdown')
.dropdown({
allowAdditions: true,
minSelections: 1
})
;
$('.ui.rating')
.rating()
;
</script>
<!-- end of page footer -->
</body>
</html>