-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (172 loc) · 6.01 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
<!DOCTYPE html>
<html>
<head>
<title>Order</title>
<link href="css/bootstrap-3.1.1.min.css" rel='stylesheet' type='text/css' />
<script src="js/jquery.min.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href='//fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<!-- start menu -->
<script src="js/bootstrap.min.js"></script>
<script src="js/simpleCart.min.js"> </script>
<!-- slide -->
<script src="js/responsiveslides.min.js"></script>
<script>
$(function () {
$("#slider").responsiveSlides({
auto: false,
speed: 500,
namespace: "callbacks",
pager: true,
});
});
</script>
<!-- animation-effect -->
<link href="css/animate.min.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- //animation-effect -->
</head>
<body>
<!--header-->
<div class="header">
<div class="header-top">
<div class="container">
<div class="col-sm-4 logo animated wow fadeInLeft" data-wow-delay=".5s">
<h1><a href="index.html">Order<span> Your Drier Now</span></a></h1>
</div>
<div class="col-sm-4 world animated wow fadeInRight" data-wow-delay=".5s">
<div class="cart box_1">
<a href="checkout.html">
<h3> <div class="total">
<span class="simpleCart_total"></span></div>
<img src="images/cart.png" alt=""/></h3>
</a>
<p><a href="javascript:;" class="simpleCart_empty">Empty Cart</a></p>
</div>
</div>
<div class="col-sm-2 search animated wow fadeInRight" data-wow-delay=".5s">
<a class="play-icon popup-with-zoom-anim" href="#small-dialog"><i class="glyphicon glyphicon-search"> </i> </a>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="container">
<div class="head-top">
<div class="n-avigation">
<nav class="navbar nav_bottom" role="navigation">
<!-- 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>
<a class="navbar-brand" href="#"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-megadropdown-tabs">
<ul class="nav navbar-nav nav_1">
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="account.html">Sign In</a></li>
<li class="last"><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
<div class="clearfix"> </div>
<!---pop-up-box---->
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all"/>
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<!---//pop-up-box---->
<div id="small-dialog" class="mfp-hide">
<div class="search-top">
<div class="login">
<form action="#" method="post">
<input type="submit" value="">
<input type="text" name="search" value="Type something..." onfocus="this.value = '';" onblur="if (this.value == '') {this.value = '';}">
</form>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!---->
</div>
</div>
</div>
<!--banner-->
<div class="banner">
<div class="matter-banner">
<div class="slider">
<div class="callbacks_container">
<ul class="rslides" id="slider">
<li>
<img src="images/towel.jpg" alt="">
<div class="tes animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<h2>Towel Drier and Disinfectant</h2>
<h4>UPTO 20%</h4>
<p>OFFER</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!--//banner-->
<!--content-->
<div class="content">
<div class="container">
<div class="content-top">
<div class="content-top1">
<div class="col-md-3 col-md2 animated wow fadeInLeft" data-wow-delay=".5s">
<div class="col-md1 simpleCart_shelfItem">
<img class="img-responsive" src="images/towel.jpg" alt="" />
<h3>Towel Drier and Disinfectant</h3>
<div class="price">
<h5 class="item_price">$450</h5>
<a href="#" class="item_add">Add To Cart</a>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="footer">
<div class="container">
</div>
<div class="footer-bottom">
<div class="container">
<div class="clearfix"> </div>
<p class="footer-class animated wow fadeInUp animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;"> © 2017 All Rights Reserved | Design by Inderjeet And Manisha</p>
</div>
</div>
</div>
<!--footer-->
</body>
</html>