-
Notifications
You must be signed in to change notification settings - Fork 8
/
items.js
73 lines (62 loc) · 2.64 KB
/
items.js
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
var $items, $defaultItem = 'careers_html';
// Products List
// ---------------------------------------------------------
$items = {
bingo_wordpress: {
name : 'Bingo',
tag : 'WordPress',
img : '//0.s3.envato.com/files/109941662/screenshots/00_preview.__large_preview.jpg',
url : '//188.226.173.21/bingo/',
purchase : '//themeforest.net/item/bingo-auction-wordpress-theme/9263645?ref=uouapps',
tooltip : 'Build Your Own Auction Site With Wordpress',
responsive: false // To disable responsiveness buttons
},
casa_wordpress: {
name : 'Casa',
tag : 'WordPress',
img : '//0.s3.envato.com/files/112676138/casa-preview.__large_preview.jpg',
url : '//188.226.173.21/casa/',
purchase : '//themeforest.net/item/casa-book-rent-or-buy-property/9274828?ref=uouapps',
tooltip : 'Book, Rent or Buy Property'
},
takeaway_wordpress: {
name : 'Takeaway',
tag : 'Wordpress',
img : '//0.s3.envato.com/files/115530205/takeaway-preview.__large_preview.jpg',
url : '//188.226.173.21/takeawaywp/',
purchase : '//themeforest.net/item/takeaway-restaurant-online-food-ordering/9701608?ref=uouapps',
tooltip : 'Online Food Ordering Theme'
},
globo_html: {
name : 'Globo',
tag : 'HTML',
img : '//0.s3.envato.com/files/109804095/00_preview.__large_preview.jpg',
url : '//188.226.173.21/globo/html/',
purchase : '//themeforest.net/item/globo-directory-listings-html-template/9321666?ref=uouapps',
tooltip : 'Directory & Listings HTML Template'
},
careers_html: {
name : 'Careers',
tag : 'HTML',
img : '//0.s3.envato.com/files/87927849/01_preview.__large_preview.jpg',
url : '//188.226.173.21/html/careers/',
purchase : '//themeforest.net/item/careers-job-portal-candidate-database-html/6184051?ref=uouapps',
tooltip : 'Job Portal & Candidate Database'
},
casa_html: {
name : 'Casa',
tag : 'HTML',
img : '//0.s3.envato.com/files/87934617/01_preview.__large_preview.jpg',
url : '//188.226.173.21/html/casa/',
purchase : '//themeforest.net/item/casa-swap-book-rent-html-template-/6703459?ref=uouapps',
tooltip : 'Swap, Book & Rent'
},
takeaway_html: {
name : 'TakeAway',
tag : 'HTML',
img : '//0.s3.envato.com/files/102669536/00_preview.__large_preview.jpg',
url : '//188.226.173.21/takeaway/',
purchase : '//themeforest.net/item/takeaway-restaurant-online-food-ordering/8719036?ref=uouapps',
tooltip : 'Restaurant & Online Food Ordering'
}
};