-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
362 lines (332 loc) · 11.6 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<link rel="icon" href="images/shopment-demo.png" type="image/gif" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Shopment</title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet"> <!-- range slider -->
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
#navbar {
overflow: hidden;
background-color: #333;
}
/* Navbar links */
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px;
text-decoration: none;
}
/* Page content */
.content {
padding: 16px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 60px;
}
.front{
z-index: 5;
}
</style>
<script>
// When the user scrolls the page, execute myFunction
window.onscroll = function() {myFunction()};
// Get the navbar
var navbar = document.getElementById("navbar");
// Get the offset position of the navbar
var sticky = navbar.offsetTop;
// Add the sticky class to the navbar when you reach its scroll position. Remove "sticky" when you leave the scroll position
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
</head>
<body class="sub_page">
<div class="hero_area">
<!-- header section strats -->
<header class="header_section sticky front">
<div class="header_top">
<div class="container-fluid">
<div class="top_nav_container">
<div class="contact_nav">
<a href="">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>
Call : 7855678990
</span>
</a>
<a href="">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>
Email : shopment@gmail.com
</span>
</a>
</div>
<div class="user_option_box">
<a href="login.html" class="account-link">
<i class="fa fa-user" aria-hidden="true"></i>
<span>
My Account
</span>
</a>
<a href="Cart.html" class="cart-link">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
<span>
Cart
</span>
</a>
</div>
</div>
</div>
</div>
<div class="header_bottom">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
<span>
<img id="Produtz_Hunt_cvn" src="images/shopments.png" >
</span>
<br>
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Categories
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="product.html">Electronics</a>
<ul>
<li><a class="dropdown-item" href="product.html">Mobiles</a></li>
<li><a class="dropdown-item" href="product.html">Televisions</a></li>
<li><a class="dropdown-item" href="product.html">Air Conditioners</a></li>
<li><a class="dropdown-item" href="product.html">Computers</a></li>
</ul>
<a class="dropdown-item" href="product.html">Home Appliance</a>
<a class="dropdown-item" href="product.html">Kitchen</a>
<a class="dropdown-item" href="product.html">Fashion</a>
<a class="dropdown-item" href="product.html">Health</a>
<a class="dropdown-item" href="product.html">Toys</a>
<a class="dropdown-item" href="product.html">Books</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="product.html">Others</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="testimonial.html">Testimonial</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<a class="btn btn-outline-success my-2 my-sm-0" href="product.html">Search</a>
</form>
</div>
</nav>
</div>
</div>
</header>
<!-- end header section -->
</div>
<!-- about section -->
<section class="about_section">
<div class="container-fluid ">
<div class="row">
<div class="col-md-5 ml-auto">
<div class="detail-box pr-md-3">
<div class="heading_container">
<h2>
We Provide Best For You
</h2>
</div>
<p>
Totam architecto rem beatae veniam, cum officiis adipisci soluta perspiciatis ipsa, expedita maiores quae accusantium. Animi veniam aperiam, necessitatibus mollitia ipsum id optio ipsa odio ab facilis sit labore officia!
Repellat expedita, deserunt eum soluta rem culpa. Aut, necessitatibus cumque. Voluptas consequuntur vitae aperiam animi sint earum, ex unde cupiditate, molestias dolore quos quas possimus eveniet facilis magnam? Vero, dicta.
</p>
<a href="">
Read More
</a>
</div>
</div>
<div class="col-md-6 px-0">
<div class="img-box">
<img src="images/about-img.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- info section -->
<section class="info_section ">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="info_contact">
<h5>
<a href="" class="navbar-brand">
<span>
Shopment
</span>
</a>
</h5>
<p>
<i class="fa fa-map-marker" aria-hidden="true"></i>
Address
</p>
<p>
<i class="fa fa-phone" aria-hidden="true"></i>
7855678990
</p>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
shopment@gmail.com
</p>
</div>
</div>
<div class="col-md-3">
<div class="info_info">
<h5>
Information
</h5>
<p>
Eligendi sunt, provident, debitis nemo, facilis cupiditate velit libero dolorum aperiam enim nulla iste maxime corrupti ad illo libero minus.
</p>
</div>
</div>
<div class="col-md-3">
<div class="info_links">
<h5>
Links
</h5>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="about.html">
About
</a>
</li>
<li>
<a href="product.html">
Products
</a>
</li>
<li>
<a href="why.html">
Why Us
</a>
</li>
<li>
<a href="testimonial.html">
Testimonial
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="info_form ">
<h5>
Newsletter
</h5>
<form action="">
<input type="email" placeholder="Enter your email">
<button>
Subscribe
</button>
</form>
<div class="social_box">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<footer class="footer_section">
<div class="container">
<p>
© <span id="displayYear"></span> All Rights Reserved By
<a href="#">Techno Twosome</a>
</p>
</div>
</footer>
<!-- footer section -->
<script>
window.watsonAssistantChatOptions = {
integrationID: "e86f80da-104d-4478-8da6-f8e290ff50dc", // The ID of this integration.
region: "eu-gb", // The region your integration is hosted in.
serviceInstanceID: "69991b67-d029-4970-8241-665c01a1540c", // The ID of your service instance.
onLoad: function(instance) { instance.render(); }
};
setTimeout(function(){
const t=document.createElement('script');
t.src="https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js";
document.head.appendChild(t);
});
</script>
<!-- jQery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>