-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
383 lines (361 loc) · 15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/favicon.ico">
<link rel="icon" type="image/png" href="./assets/img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>SSS Impex Imports and Exports</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport'/>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:300,300i,400,600,800" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Main CSS -->
<link href="./assets/css/main.css" rel="stylesheet"/>
<link href="./assets/css/custom.css" rel="stylesheet"/>
<!-- ekko-lightbox -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" />
<!-- ekko-lightbox -->
<!-- Animation CSS -->
<link href="./assets/css/vendor/aos.css" rel="stylesheet"/>
</head>
<body>
<!------------------------------------------
NAVBAR
------------------------------------------->
<nav class="topnav navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container">
<a class="navbar-brand" href="./index.html"><strong>SSS</strong> Impex</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarColor02" style="">
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<ul class="navbar-nav ml-auto d-flex align-items-center">
<li class="nav-item">
<span class="nav-link" href="#">
<a class="btn btn-info btn-round shadow" href="#"><i class="fas fa-mobile-alt"></i> Contact us <a href="#contact"></a>
</a>
</span>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!------------------------------------------
HEADER
------------------------------------------->
<section class="pt-4 pb-5" data-aos="fade-up" id="example-carousel">
<div class="full-width">
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner shadow-sm">
<div class="carousel-item active">
<img class="d-block mx-auto h-100" src="assets/img/demo/slide1.jpg" alt="First slide">
<div class="carousel-caption">
<div class="col">
<h1 class="display-3">Worldwide Coverage, Natural & Fresh Fruits Supply Quality</h1>
<h5 class="font-weight-light mb-4">We Taste And Rate All Varieties So You Only Get The Best</h5>
<a href="#contact" class="btn btn-lg btn-white btn-round">Learn more</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block mx-auto h-100" src="assets/img/demo/slide2.jpg" alt="Second slide">
<div class="carousel-caption">
<div class="col">
<h1 class="display-3">We Grow & Sell Organic Food Collection</h1>
<h5 class="font-weight-light mb-4">We Taste And Rate All Varieties So You Only Get The Best</h5>
<a href="#contact" class="btn btn-lg btn-white btn-round">Learn more</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="d-block mx-auto h-100" src="assets/img/demo/slide3.jpg" alt="Third slide">
<div class="carousel-caption">
<div class="col">
<h1 class="display-3">We Have Wide Range Of Seafood Products</h1>
<h5 class="font-weight-light mb-4">We Taste And Rate All Varieties So You Only Get The Best</h5>
<a href="#contact" class="btn btn-lg btn-white btn-round">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Header -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center pt-5 pb-5 font-weight-bold">About Our Company</h1>
</div>
<div class="col-md-8">
<h3>About SSS Import and Exports</h3>
<p class="text-justify">
Shree Sai Snehal Import & Export Pvt. Ltd. (SSS Import & Export) is a FRUITS, VEGETABLES, FISH AND SEAFOOD & GARMENTS Exporter Importer , the company SSS IMPORT & EXPORT TRADING COMPANY aims to market fruits, vegetables, fish, Garments and seafood directly from production areas, The freshness of the product is paramount, The merchandise is packed on the day of the harvest, then it is transported to our warehouses in Morocco. It is transhipped on the day of arrival for an immediate departure worldwide Each pallet of goods is checked by a quality checker before leaving for its final destination.
</p>
</div>
<div class="col-md-4">
<img src="assets/img/about.jpg" alt="about" />
</div>
</div>
<div class="row pt-5 pb-5">
<div class="col-md-4">
<div class="jumbotron jumbotron-fluid overlay overlay-blue" style="background-size:cover; background-image:url(assets/img/ground-delivery.jpg);">
<div class="container text-center text-white">
<h1 class="display-6">Ground</h1>
</div>
</div>
</div>
<div class="col-md-4">
<div class="jumbotron jumbotron-fluid overlay overlay-blue" style="background-size:cover; background-image:url(assets/img/air-delivery.jpg);">
<div class="container text-center text-white">
<h1 class="display-6">Air</h1>
</div>
</div>
</div>
<div class="col-md-4">
<div class="jumbotron jumbotron-fluid overlay overlay-blue" style="background-size:cover; background-image:url(assets/img/sea-delivery.jpg);">
<div class="container text-center text-white">
<h1 class="display-6">Sea</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="products">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="pt-5 pb-5 text-center font-weight-bold">Our Products</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 text-center">
<img class="rounded-circle shadow" src="assets/img/vegetables.jpg">
<h3 class="pt-2 pb-2">Vegetables</h3>
</div>
<div class="col-md-3 text-center">
<img class="rounded-circle shadow" src="assets/img/fruits.jpg">
<h3 class="pt-2 pb-2">Fruits</h3>
</div>
<div class="col-md-3 text-center">
<img class="rounded-circle shadow" src="assets/img/seafood.jpg">
<h3 class="pt-2 pb-2">Sea Food</h3>
</div>
<div class="col-md-3 text-center">
<img class="rounded-circle shadow" src="assets/img/garments.jpg">
<h3 class="pt-2 pb-2">Garments</h3>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center pt-5 pb-5">
<p>Freshly picked, organic and local vegetables from FreshDirect. Our farms deliver to us daily, ensuring you only eat the best of what's in season.Nutritious and delicious fresh fruit from FreshDirect. We taste and rate all varieties so you only eat the best.Packaging is a matter of customisation. Just tell us your preferences and we will take care of it. Large or small, practical or luxurious, conventional or extraordinary: we are happy to discuss the almost endless possibilities with you.each product has it respectively packaging formats . You can always get in touch if you want to know more about other packaging, formats, private label etc. Together we will look at the best solution to meet your requirements.</p>
</div>
</div>
</div>
</section>
<section id="gallery">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center pt-5 pb-5 font-weight-bold">Products Gallery</h2>
</div>
</div>
<div class="row text-center text-lg-left">
<div class="col-lg-3 col-md-4 col-6">
<a href="#gallerypic1" class="d-block mb-4 h-100" data-toggle="modal">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/oVjggVoG320/400x300" class="img-fluid">
</a>
<!-- The modal itself -->
<div class="modal fade" id="gallerypic1" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/oVjggVoG320/600x300" class="img-fluid">
</div>
</div>
</div>
</div>
<!-- The modal itself -->
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/aob0ukAYfuI/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/EUfxH-pze7s/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/M185_qYH8vg/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/sesveuG_rNo/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/AvhMzHwiE_0/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/2gYsZUmockw/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/EMSDtjVHdQ8/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/8mUEy0ABdNE/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/G9Rfc1qccH4/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/aJeH0KcFkuc/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="#" class="d-block mb-4 h-100">
<img class="img-fluid img-thumbnail" src="https://source.unsplash.com/p2TQ-3Bh3Oo/400x300" alt="">
</a>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="text-center pt-5 pb-5 font-weight-bold">Contact Us</h2>
<h3>Address</h3>
<p>
<i class="fas fa-map-marker mr-2"></i>105, Master Mind, Royal Palms IV, AArry Milk Colony<br />
Goregaon (E), Mumbai - 400 065 <br />
Branch Office: Vapi Gujrat
</p>
<p><i class="fas fa-mobile-alt mr-2"></i> +91-9910099100
</p>
<form>
<div class="row form-group">
<div class="col">
<input type="text" class="form-control" placeholder="First name">
</div>
<div class="col">
<input type="text" class="form-control" placeholder="Last name">
</div>
</div>
<div class="form-group">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="6"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-round">Submit</button>
</form>
</div>
<div class="col-md-6">
<div class="jumbotron text-center">
<img src="assets/img/contact.jpg" class="" />
</div>
</div>
</div>
</div>
</section>
<!--------------------------------------
FOOTER
--------------------------------------->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 1440 126" style="enable-background:new 0 0 1440 126;" xml:space="preserve">
<path class="bg-black" d="M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z"/>
</svg>
<footer class="bg-black pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md mr-4">
<i class="fas fa-copyright text-white"></i>
<small class="d-block mt-3 text-muted">©
<script>document.write(new Date().getFullYear())</script>
All right reserved, Designed and Developed by <a target="_blank" href="https://www.webanaya.com" target="_blank">WebAnaya Solutions</a>.
</div>
</div>
</div>
</footer>
<!--------------------------------------
JAVASCRIPTS
--------------------------------------->
<script src="./assets/js/vendor/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/vendor/bootstrap.min.js" type="text/javascript"></script>
<script src="./assets/js/functions.js" type="text/javascript"></script>
<!-- ekko-lightbox -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js"></script>
<!-- ekko-lightbox -->
<!-- Animation -->
<script src="./assets/js/vendor/aos.js" type="text/javascript"></script>
<noscript>
<style>
*[data-aos] {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
</style>
</noscript>
<script>
AOS.init({
duration: 700
});
</script>
<!-- Disable animation on less than 1200px, change value if you like -->
<script>
AOS.init({
disable: function () {
var maxWidth = 1200;
return window.innerWidth < maxWidth;
}
});
</script>
<script>
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
</html>