-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (349 loc) · 18.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/smart shopper-logo.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/smart shopper-logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Smart Shopper Fiji</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/styleindex.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Cambo|Poppins:400,600' rel='stylesheet' type='text/css'>
<link href="hhttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" color-on-scroll="200">
<!-- if you want to keep the navbar hidden you can add this class to the navbar "navbar-burger"-->
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="index.html" class="navbar-brand">
Smart Shopper Fiji
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right navbar-uppercase">
<li>
<a href="" target="_blank">Home</a>
<li>
<a href="" target="_blank">Our Services</a>
<li>
<a href="" target="_blank">Who we are</a>
<li>
<a href="" target="_blank">Client Testimonials</a>
<li>
<a href="" target="_blank">Contact Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="section section-header">
<div class="parallax filter">
<div class="image" style="background-image: url('assets/img/background1.jpg')">
<div>
<!-- Particles -->
<div id="particles-js"></div>
<!-- scripts -->
<script src="js-particles/particles.js"></script>
<script src="js-particles/app.js"></script>
</div>
</div>
<div class="container">
<div class="content">
<div class="title-area">
<img class="image-logo" src="assets/img/smart shopper-logo.png">
<h3>Get the latest products on sale
at your favourite local shops</h2>
<div class="separator line-separator">♦</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="title-area">
<h2 class="title-hover">Our Services</h2>
<div class="separator separator-danger">✻</div>
<p class="description">We promise you a new look and more importantly, a new attitude. We build that by getting to know you, your needs and creating the best shopping experience you deserve.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-graph1"></i>
</div>
<h3>Sales</h3>
<p class="description">We make our custom list just perfect for you. Our adjustment turn our products into your favourite stores and groceries.</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-note2"></i>
</div>
<h3>Content</h3>
<p class="description">We create a persona regarding the multiple wardrobe accessories that we provide..</p>
</div>
</div>
<div class="col-md-4">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-music"></i>
</div>
<h3>Music</h3>
<p class="description">We like to present the world with our work, so we make sure we spread the word regarding our products.</p>
</div>
</div>
</div>
</div>
</div>
<div class="section section-our-team-freebie">
<div class="parallax filter filter-color-black">
<div class="image" style="background-image:url('assets/img/background2.jpg')">
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="title-area">
<h2>Who We Are</h2>
<div class="separator separator-danger">✻</div>
<p class="description">We promise you a new look and more importantly, a new attitude. We build that by getting to know you, your needs and creating the best looking clothes.</p>
</div>
</div>
<div class="team">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-danger">
<img alt="..." class="img-circle" src="assets/img/faces/icon_1.svg" />
</div>
<div class="description">
<h3 class="title">Winston</h3>
<p class="small-text">CEO / Co-Founder</p>
<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-danger">
<img alt="..." class="img-circle" src="assets/img/faces/icon_2.svg" />
</div>
<div class="description">
<h3 class="title">Janine</h3>
<p class="small-text">Product Designer</p>
<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-member">
<div class="content">
<div class="avatar avatar-danger">
<img alt="..." class="img-circle" src="assets/img/faces/icon_3.svg" />
</div>
<div class="description">
<h3 class="title">Terence</h3>
<p class="small-text">Marketing Hacker</p>
<p class="description">I miss the old Kanye I gotta say at that time I’d like to meet Kanye And I promise the power is in the people and I will use the power given by the people to bring everything I have back to the people.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-our-clients-freebie">
<div class="container">
<div class="title-area">
<h5 class="subtitle text-gray">Here are some</h5>
<h2>Clients Testimonials</h2>
<div class="separator separator-danger">∎</div>
</div>
<ul class="nav nav-text" role="tablist">
<li class="active">
<a href="#testimonial1" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/faces/icon_1.svg" />
</div>
</a>
</li>
<li>
<a href="#testimonial2" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/faces/icon_2.svg"/>
</div>
</a>
</li>
<li>
<a href="#testimonial3" role="tab" data-toggle="tab">
<div class="image-clients">
<img alt="..." class="img-circle" src="assets/img/faces/icon_3.svg" />
</div>
</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="testimonial1">
<p class="description">
And I used a period because contrary to popular belief I strongly dislike exclamation points! We no longer have to be scared of the truth feels good to be home In Roman times the artist would contemplate proportions and colors. Now there is only one important color... Green I even had the pink polo I thought I was Kanye I promise I will never let the people down. I want a better life for all!
</p>
</div>
<div class="tab-pane" id="testimonial2">
<p class="description">Green I even had the pink polo I thought I was Kanye I promise I will never let the people down. I want a better life for all! And I used a period because contrary to popular belief I strongly dislike exclamation points! We no longer have to be scared of the truth feels good to be home In Roman times the artist would contemplate proportions and colors. Now there is only one important color...
</p>
</div>
<div class="tab-pane" id="testimonial3">
<p class="description"> I used a period because contrary to popular belief I strongly dislike exclamation points! We no longer have to be scared of the truth feels good to be home In Roman times the artist would contemplate proportions and colors. The 'Gaia' team did a great work while we were collaborating. They provided a vision that was in deep connection with our needs and helped us achieve our goals.
</p>
</div>
</div>
</div>
</div>
<div class="section section-small section-get-started">
<div class="parallax filter">
<div class="image" style="background-image: url('assets/img/background5.jpg')">
</div>
<div class="container">
<div class="title-area">
<h2>Do you want to work with us?</h2>
<div class="separator line-separator">♦</div>
<p class="description"> We are keen on creating a the best price for your shopping! Our product focus having our customers in mind and we never disappoint!</p>
</div>
<div class="button-get-started">
<a href="#gaia" class="btn btn-danger btn-fill btn-lg">Contact Us</a>
</div>
</div>
</div>
</div>
<footer class="footer footer-big footer-color-black" data-color="black">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3">
<div class="info">
<h5 class="title">Company</h5>
<nav>
<ul>
<li>
<a href="#">Home</a></li>
<li>
<a href="#">Find offers</a>
</li>
<li>
<a href="#">Discover Projects</a>
</li>
<li>
<a href="#">Our Portfolio</a>
</li>
<li>
<a href="#">About Us</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title"> Help and Support</h5>
<nav>
<ul>
<li>
<a href="#">Contact Us</a>
</li>
<li>
<a href="#">How it works</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="#">Company Policy</a>
</li>
<li>
<a href="#">Money Back</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="info">
<h5 class="title">Latest News</h5>
<nav>
<ul>
<li>
<a href="#">
<i class="fa fa-twitter"></i> <b>The best Shopping Experice</b> The best kit in the market is here, just give it a try and let us...
<hr class="hr-small">
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i> We've just been featured on <b> Awwwards Website</b>! Thank you everybody for...
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-2 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title">Follow us on</h5>
<nav>
<ul>
<li>
<a href="#" class="btn btn-social btn-facebook btn-simple">
<i class="fa fa-facebook-square"></i> Facebook
</a>
</li>
<a href="#" class="btn btn-social btn-twitter btn-simple">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<hr>
<div class="copyright">
© <script>
document.write(new Date().getFullYear())
</script> Developer - NewNet - Jokatama R
</div>
</div>
</footer>
</body>
<!-- core js files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<!-- js library for devices recognition -->
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<!-- script for google maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<!-- file where we handle all the script from the Gaia - Bootstrap Template -->
<script type="text/javascript" src="assets/js/ssindex.js"></script>
</html>