-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.html
455 lines (451 loc) · 19.1 KB
/
faq.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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Electronic Store a Ecommerce Online Shopping Category Bootstrap Responsive Website Template | FAQ's :: w3layouts</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Electronic Store Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free web designs for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<!-- Custom Theme files -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- //Custom Theme files -->
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<!-- js -->
<script src="js/jquery.min.js"></script>
<!-- //js -->
<!-- web fonts -->
<link href='//fonts.googleapis.com/css?family=Glegoo:400,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!-- //web fonts -->
<!-- for bootstrap working -->
<script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script>
<!-- //for bootstrap working -->
<!-- start-smooth-scrolling -->
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- //end-smooth-scrolling -->
</head>
<body>
<!-- header modal -->
<div class="modal fade" id="myModal88" tabindex="-1" role="dialog" aria-labelledby="myModal88"
aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×</button>
<h4 class="modal-title" id="myModalLabel">Don't Wait, Login now!</h4>
</div>
<div class="modal-body modal-body-sub">
<div class="row">
<div class="col-md-8 modal_body_left modal_body_left1" style="border-right: 1px dotted #C2C2C2;padding-right:3em;">
<div class="sap_tabs">
<div id="horizontalTab" style="display: block; width: 100%; margin: 0px;">
<ul>
<li class="resp-tab-item" aria-controls="tab_item-0"><span>Sign in</span></li>
<li class="resp-tab-item" aria-controls="tab_item-1"><span>Sign up</span></li>
</ul>
<div class="tab-1 resp-tab-content" aria-labelledby="tab_item-0">
<div class="facts">
<div class="register">
<form action="#" method="post">
<input name="Email" placeholder="Email Address" type="text" required="">
<input name="Password" placeholder="Password" type="password" required="">
<div class="sign-up">
<input type="submit" value="Sign in"/>
</div>
</form>
</div>
</div>
</div>
<div class="tab-2 resp-tab-content" aria-labelledby="tab_item-1">
<div class="facts">
<div class="register">
<form action="#" method="post">
<input placeholder="Name" name="Name" type="text" required="">
<input placeholder="Email Address" name="Email" type="email" required="">
<input placeholder="Password" name="Password" type="password" required="">
<input placeholder="Confirm Password" name="Password" type="password" required="">
<div class="sign-up">
<input type="submit" value="Create Account"/>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true // 100% fit in a container
});
});
</script>
<div id="OR" class="hidden-xs">OR</div>
</div>
<div class="col-md-4 modal_body_right modal_body_right1">
<div class="row text-center sign-with">
<div class="col-md-12">
<h3 class="other-nw">Sign in with</h3>
</div>
<div class="col-md-12">
<ul class="social">
<li class="social_facebook"><a href="#" class="entypo-facebook"></a></li>
<li class="social_dribbble"><a href="#" class="entypo-dribbble"></a></li>
<li class="social_twitter"><a href="#" class="entypo-twitter"></a></li>
<li class="social_behance"><a href="#" class="entypo-behance"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- header modal -->
<!-- header -->
<div class="header" id="home1">
<div class="container">
<div class="w3l_login">
<a href="#" data-toggle="modal" data-target="#myModal88"><span class="glyphicon glyphicon-user" aria-hidden="true"></span></a>
</div>
<div class="w3l_logo">
<h1><a href="index.html">Electronic Store<span>Your stores. Your place.</span></a></h1>
</div>
<div class="search">
<input class="search_box" type="checkbox" id="search_box">
<label class="icon-search" for="search_box"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></label>
<div class="search_form">
<form action="#" method="post">
<input type="text" name="Search" placeholder="Search...">
<input type="submit" value="Send">
</form>
</div>
</div>
<div class="cart cart box_1">
<form action="#" method="post" class="last">
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="display" value="1" />
<button class="w3view-cart" type="submit" name="submit" value=""><i class="fa fa-cart-arrow-down" aria-hidden="true"></i></button>
</form>
</div>
</div>
</div>
<!-- //header -->
<!-- navigation -->
<div class="navigation">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header nav_2">
<button type="button" class="navbar-toggle collapsed navbar-toggle1" data-toggle="collapse" data-target="#bs-megadropdown-tabs">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-megadropdown-tabs">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<!-- Mega Menu -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Products <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-3">
<ul class="multi-column-dropdown">
<h6>Mobiles</h6>
<li><a href="products.html">Mobile Phones</a></li>
<li><a href="products.html">Mp3 Players <span>New</span></a></li>
<li><a href="products.html">Popular Models</a></li>
<li><a href="products.html">All Tablets<span>New</span></a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="multi-column-dropdown">
<h6>Accessories</h6>
<li><a href="products1.html">Laptop</a></li>
<li><a href="products1.html">Desktop</a></li>
<li><a href="products1.html">Wearables <span>New</span></a></li>
<li><a href="products1.html"><i>Summer Store</i></a></li>
</ul>
</div>
<div class="col-sm-2">
<ul class="multi-column-dropdown">
<h6>Home</h6>
<li><a href="products2.html">Tv</a></li>
<li><a href="products2.html">Camera</a></li>
<li><a href="products2.html">AC</a></li>
<li><a href="products2.html">Grinders</a></li>
</ul>
</div>
<div class="col-sm-4">
<div class="w3ls_products_pos">
<h4>30%<i>Off/-</i></h4>
<img src="images/1.jpg" alt=" " class="img-responsive" />
</div>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li><a href="about.html">About Us</a></li>
<li class="w3pages"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="icons.html">Web Icons</a></li>
<li><a href="codes.html">Short Codes</a></li>
</ul>
</li>
<li><a href="mail.html">Mail Us</a></li>
</ul>
</div>
</nav>
</div>
</div>
<!-- //navigation -->
<!-- banner -->
<div class="banner banner10">
<div class="container">
<h2>FAQ's</h2>
</div>
</div>
<!-- //banner -->
<!-- breadcrumbs -->
<div class="breadcrumb_dress">
<div class="container">
<ul>
<li><a href="index.html"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> Home</a> <i>/</i></li>
<li>FAQ's</li>
</ul>
</div>
</div>
<!-- //breadcrumbs -->
<!-- faq -->
<div class="faq">
<div class="container">
<div class="w3l_faq_grids">
<div class="w3l_faq_grid">
<h3>1. Excepteur sint occaecat cupidatat non proident ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>2. Quis nostrum exercitationem ullam corporis suscipit ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>3. Nemo enim ipsam voluptatem quia voluptas sit ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>4. Ut enim ad minima veniam, quis nostrum exercitationem ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>5. Quis autem vel eum iure reprehenderit qui ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>6. Sed ut perspiciatis unde omnis iste natus error sit ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>7. Nam libero tempore, cum soluta nobis est ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>8. At vero eos et accusamus et iusto odio dignissimos ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>9. Itaque earum rerum hic tenetur a sapiente delectus ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>10. vel illum qui dolorem eum fugiat quo voluptas nulla ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
<div class="w3l_faq_grid">
<h3>11. Ut enim ad minima veniam, quis nostrum exercitationem ?</h3>
<p><b>Ans.</b> But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain was born and I will give
you a complete account of the system, and expound the actual
teachings of the great explorer of the truth, the master-builder
of human happiness. No one rejects, dislikes, or avoids pleasure
itself, because it is pleasure.</p>
</div>
</div>
</div>
</div>
<!-- //faq -->
<!-- newsletter -->
<div class="newsletter">
<div class="container">
<div class="col-md-6 w3agile_newsletter_left">
<h3>Newsletter</h3>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="col-md-6 w3agile_newsletter_right">
<form action="#" method="post">
<input type="email" name="Email" placeholder="Email" required="">
<input type="submit" value="" />
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //newsletter -->
<!-- footer -->
<div class="footer">
<div class="container">
<div class="w3_footer_grids">
<div class="col-md-3 w3_footer_grid">
<h3>Contact</h3>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse.</p>
<ul class="address">
<li><i class="glyphicon glyphicon-map-marker" aria-hidden="true"></i>1234k Avenue, 4th block, <span>New York City.</span></li>
<li><i class="glyphicon glyphicon-envelope" aria-hidden="true"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="glyphicon glyphicon-earphone" aria-hidden="true"></i>+1234 567 567</li>
</ul>
</div>
<div class="col-md-3 w3_footer_grid">
<h3>Information</h3>
<ul class="info">
<li><a href="about.html">About Us</a></li>
<li><a href="mail.html">Contact Us</a></li>
<li><a href="codes.html">Short Codes</a></li>
<li><a href="faq.html">FAQ's</a></li>
<li><a href="products.html">Special Products</a></li>
</ul>
</div>
<div class="col-md-3 w3_footer_grid">
<h3>Category</h3>
<ul class="info">
<li><a href="products.html">Mobiles</a></li>
<li><a href="products1.html">Laptops</a></li>
<li><a href="products.html">Purifiers</a></li>
<li><a href="products1.html">Wearables</a></li>
<li><a href="products2.html">Kitchen</a></li>
</ul>
</div>
<div class="col-md-3 w3_footer_grid">
<h3>Profile</h3>
<ul class="info">
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Today's Deals</a></li>
</ul>
<h4>Follow Us</h4>
<div class="agileits_social_button">
<ul>
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="twitter"> </a></li>
<li><a href="#" class="google"> </a></li>
<li><a href="#" class="pinterest"> </a></li>
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="footer-copy">
<div class="footer-copy1">
<div class="footer-copy-pos">
<a href="#home1" class="scroll"><img src="images/arrow.png" alt=" " class="img-responsive" /></a>
</div>
</div>
<div class="container">
<p>© 2017 Electronic Store. All rights reserved | Design by <a href="http://w3layouts.com/">W3layouts</a></p>
</div>
</div>
</div>
<!-- //footer -->
<!-- cart-js -->
<script src="js/minicart.js"></script>
<script>
w3ls.render();
w3ls.cart.on('w3sb_checkout', function (evt) {
var items, len, i;
if (this.subtotal() > 0) {
items = this.items();
for (i = 0, len = items.length; i < len; i++) {
}
}
});
</script>
<!-- //cart-js -->
</body>
</html>