-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrazor.html
242 lines (232 loc) · 8.04 KB
/
razor.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
<html>
<head>
<title>FLIPZONE ONLINE SHOPPING</title>
<link rel="icon" href="pic/icon.png" type="image/icon type">
<link rel="stylesheet" href="sty1.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" ></script>
</head>
<body>
<div class="top-nav-bar">
<div class="search-box">
<i class="fa fa-bars" id="menu-btn" onclick="openmenu()"></i>
<i class="fa fa-times" id="close-btn" onclick="clsemenu()"></i>
<a href="index.html"><img src="pic/main.png" height="50px" width="85px"></a>
<input type="text" class="form-control">
<span class="input-group-text"><i class="fa fa-search" aria-hidden="true"></i></span>
</div>
<div class="menu-bar">
<ul>
<li><a href="#"><i class="fa fa-shopping-basket" aria-hidden="true"></i>CART</a></li>
<li><a href="#">SIGN UP</a></li>
<li><a href="#">LOGIN</a></li>
</ul>
</div>
</div>
<!-----single product------>
<section class="single-product">
<div class="container">
<div class="row">
<div class="col-md-5">
<div id="slider" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pic/razor.jpg" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="pic/razor.jpg" class="d-block w-100" >
</div>
<div class="carousel-item">
<img src="pic/razor.jpg" class="d-block w-100">
</div>
</div>
</div>
</div>
<div class="col-md-7">
<p class="new-arrival text-center">NEW</p>
<h2>Razor</h2>
<p>Product code:ZXCAMA33335</p>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-0"></i>
<i class="fa fa-star-0"></i>
<p class="price">$5</p>
<p><b>Availability:</b> IN STOCK</p>
<p><b>Condition:</b> New</p>
<p><b>Brand:</b> Gillette</p>
<label><b>Quantity</b>:</label>
<input type="text" value="1">
<button type="button" class="btn btn-primary">Add to Cart</button>
</div>
</div>
</div>
</section>
<!------product-description----->
<section class="product-description">
<div class="container">
<h6>Product Description</h6>
<p>smoothest and safest razor ever!! .</p>
<hr>
</div>
<div class="container">
<div class="title-box">
<h2>Similar</h2>
</div>
<div class="row">
<div class="col-md-3">
<div class="product-top">
<a href="file:baseballbat.html"><img src="pic/baseballbat.jpg" ></a>
<div class="overlay-right">
<button type="button" class="btn btn secondary" title="Quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<h3>baseball bat</h3>
<h5>$20</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<a href="file:tshirt.html"><img src="pic/tshirt.jpg" ></a>
<div class="overlay-right">
<button type="button" class="btn btn secondary" title="Quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<h3>Men's Tshirt</h3>
<h5>$15</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<a href="file:jersey.html"><img src="pic/jersey.jpg" ></a>
<div class="overlay-right">
<button type="button" class="btn btn secondary" title="Quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-0"></i>
<h3>Jersey</h3>
<h5>$30</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<a href="file:predator.html"><img src="pic/predator.jpg" ></a>
<div class="overlay-right">
<button type="button" class="btn btn secondary" title="Quick Shop">
<i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Wishlist">
<i class="fa fa-heart-o"></i>
</button>
<button type="button" class="btn btn secondary" title="Add to Cart">
<i class="fa fa-shopping-cart"></i>
</button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
<h3>acer predator</h3>
<h5>$5000</h5>
</div>
</div>
</div>
</div>
</section>
<!---------footer-------->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<h1>Useful links</h1>
<p>Privacy Policy</p>
<p>Terms of Use</p>
<p>Return Policy</p>
<p>Discount coupons</p>
</div>
<div class="col-md-3">
<h1>Company</h1>
<p>About Us</p>
<p>Contact Us</p>
<p>Career</p>
<p>Affiliate</p>
</div>
<div class="col-md-3">
<h1>Follow Us On</h1>
<p><i class="fa fa-facebook-official"></i> Facebook</p>
<p><i class="fa fa-youtube-play"></i> Youtube</p>
<p><i class="fa fa-instagram"></i> Instagram</p>
<p><i class="fa fa-Twitter"></i> Twitter</p>
</div>
<div class="col-md-3 footer-image">
<h1>Download App</h1>
<img src="pic/main.png" >
</div>
</div>
<hr>
<p class="copyright">Made with <i class="fa fa-heart-o"></i> by Group 2</p>
</div>
</section>
<script>
function openmenu()
{
document.getElementById("side-menu").style.display="block"
document.getElementById("menu-btn").style.display="none"
document.getElementById("close-btn").style.display="block"
}
function clsemenu()
{
document.getElementById("side-menu").style.display="none"
document.getElementById("menu-btn").style.display="block"
document.getElementById("close-btn").style.display="none"
}
</script>
</body>
</html>