forked from i-64/HamsaOverseas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
308 lines (300 loc) · 10.1 KB
/
index.html
File metadata and controls
308 lines (300 loc) · 10.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Hamsa Overseas</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="/static/css/style.css" />
<script src="/static/js/jquery-3.3.1.js"></script>
<script src="/static/js/popper.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script>
$(function () {
$("#header").load("navbar.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<div style="height: 60px;"></div>
<section>
<div
id="carouselExampleIndicators"
class="carousel slide"
data-ride="carousel"
data-interval="3000"
>
<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>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
class="d-block carouselImg"
src="/static/img/home_slider/1.webp"
alt="First slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block carouselImg"
src="/static/img/home_slider/2.webp"
alt="Second slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block carouselImg"
src="/static/img/home_slider/3.webp"
alt="Third slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block carouselImg"
src="/static/img/home_slider/4.webp"
alt="Fourth slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block carouselImg"
src="/static/img/home_slider/5.webp"
alt="Fifth slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block carouselImg"
src="/static/img/home_slider/6.webp"
alt="Sixth slide"
/>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleIndicators"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<br />
<!-- <section>
<div class="container mx-auto">
<div class="row">
<div class="col-sm-4 px-4 my-3">
<img class="img-fluid" src="./static/img/best_quality.jpg" width="400" height="420" alt=""
style="display: block; margin: auto;" />
<br />
<h3 class="text-center">
We ensure to supply premium quality products.
</h3>
</div>
<div class="col-sm-4 px-4 my-3">
<img class="img-fluid" src="./static/img/best_price.jpg" width="400" height="420" alt=""
style="display: block; margin: auto;" />
<br />
<h3 class="text-center mt-2">
We commit to give most competitive prices.
</h3>
</div>
<div class="col-sm-4 px-4 my-3">
<img class="img-fluid" src="./static/img/delivery.jpg" width="400" height="420" alt=""
style="display: block; margin: auto;" />
<br />
<h3 class="text-center mt-3">We ensure delivery on time.</h3>
</div>
</div>
</div>
<br /><br />
</section> -->
<br />
<section class="container">
<!-- <h1 class="text-center text-uppercase" style="font-style: italic;">
About Us
</h1> -->
<div class="row">
<div class="col-sm-7">
<p style="text-align: justify; font-size: 18px;">
Hamsa Overseas is established with the objective of providing
high-quality Spices, herbs, oil seeds, fresh fruits & vegetables and
multiple agro products under one roof complying with export quality
standards & specification of different countries across the globe.
We have 3 generations of rich experience in trading and rearing
farms and orchards. Implementing new technology enables us to export
high quality products throughout the year.
<br />
</p>
</div>
<div class="col-sm-5 p-0">
<ul class="font-weight-bold" style="list-style-type: none;">
<li>
<h2>
<i class="fa fa-check" style="color: #e60000;"></i> Premium
quality products
</h2>
</li>
<li>
<h2>
<i class="fa fa-check" style="color: #e60000;"></i> Most
competitive prices
</h2>
</li>
<li>
<h2>
<i class="fa fa-check" style="color: #e60000;"></i> Ensured
timely delivery
</h2>
</li>
</ul>
</div>
</div>
</section>
<br /><br /><br /><br />
<section>
<div class="container">
<h1 class="text-center text-uppercase" style="font-style: italic;">
Product Gallery
</h1>
<div class="row">
<div class="col-sm-4 mx-auto">
<div class="card">
<img
class="card-img-top product_img"
src="/static/img/spices.webp"
alt="Card image cap"
/>
<div class="card-body">
<h3 class="card-title text-center">Spices</h3>
<div class="text-center">
<a href="./products/spices.html" class="btn button"
>Learn More</a
>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mx-auto">
<div class="card">
<img
class="card-img-top product_img"
src="/static/img/oil_seeds.webp"
alt="Card image cap"
/>
<div class="card-body">
<h3 class="card-title text-center">Oil Seeds</h3>
<div class="text-center">
<a href="./products/oil_seeds.html" class="btn button"
>Learn More</a
>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mx-auto">
<div class="card">
<img
class="card-img-top product_img"
src="/static/img/herbs_botanical.webp"
alt="Card image cap"
/>
<div class="card-body">
<h3 class="card-title text-center">Herbs and Botanicals</h3>
<div class="text-center">
<a href="./products/herbs_botanical.html" class="btn button"
>Learn More</a
>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mx-auto">
<div class="card">
<img
class="card-img-top product_img"
src="/static/img/pulses_grains.webp"
alt="Card image cap"
/>
<div class="card-body">
<h3 class="card-title text-center">Pulses and Grains</h3>
<div class="text-center">
<a href="./products/pulses.html" class="btn button"
>Learn More</a
>
</div>
</div>
</div>
</div>
<div class="col-sm-4 mx-auto">
<div class="card">
<img
class="card-img-top product_img"
src="/static/img/fruits_vegetables.webp"
alt="Card image cap"
/>
<div class="card-body">
<h3 class="card-title text-center">Fruits and Vegetables</h3>
<div class="text-center">
<a href="./products/fruits_vegetables.html" class="btn button"
>Learn More</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br /><br /><br /><br />
<section>
<div class="container">
<h1 class="text-center text-uppercase" style="font-style: italic;">
Memberships
</h1>
<br />
<div class="row">
<div class="col-sm-4 mx-auto mb-5">
<img src="./static/img/fieo.jpg" alt="" class="certificationImg" />
</div>
<div class="col-sm-4 mx-auto px-2 mb-5">
<img src="./static/img/apeda.png" alt="" class="certificationImg" />
</div>
<div class="col-sm-4 mx-auto px-2 mb-5">
<img src="./static/img/msme.jpg" alt="" class="certificationImg" />
</div>
</div>
</div>
</section>
<br /><br /><br />
<div id="footer"></div>
<script src="./static/js/main.js"></script>
</body>
</html>