forked from HarshikaAdarsh/Try-you
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sproduct.html
286 lines (245 loc) · 10.7 KB
/
sproduct.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" type="image/png" href="img/icon.png">
<title>Try You</title>
</head>
<body>
<!--navbar created-->
<nav class="navbar navbar-expand-lg bg-transparent bg-body-tertiary mt-3">
<div class="container">
<img src="img/logo1.png" height="28px">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class=" navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav" style="position: absolute;left: 1000px;">
<li class="nav-item">
<a class="nav-link a" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#"><span class="material-symbols-outlined py-0">
<i class="material-icons">
search
</i>
</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="cart.html"><span class="material-symbols-outlined py-0">
<i class="material-icons">
shopping_cart
</i>
</span></a>
</li>
</div>
</div>
</nav>
<section id="prodetails" style="margin:20px 20px 0px 20px; padding:20px 20px 0px 20px; ">
<div class="singlep">
<img src="img/products/p6.jpg" alt="" width="99% " id="Mainimg">
<div class="small-img-group" width="80%" style="margin:5px 0px;">
<div class="small-img-col" style="margin: 5px 0px;">
<img src="img/products/p6.jpg" alt="" width="100%" class="smallimg">
</div>
<div class="small-img-col" style="margin: 5px 0px;">
<img src="img/products/p2.jpg" alt="" width="100%" class="smallimg">
</div>
<div class="small-img-col"style="margin: 5px 0px;">
<img src="img/products/p3.jpg" alt="" width="100%" class="smallimg">
</div>
<div class="small-img-col" style="margin: 5px 0px;">
<img src="img/products/p4.jpg" alt="" width="100%" class="smallimg">
</div>
</div>
</div>
<div class="singleprodetails" >
<h6>Home / Dress </h6>
<h4>Sneakers for Men / Women</h4>
<h2>₹1050</h2>
<select class="form-select" aria-label="Default select example" style="width:18%; margin: 10px 0px;">
<option selected>Select Size</option>
<option value="1">S</option>
<option value="2">M</option>
<option value="3">L</option>
<option value="2">XL</option>
<option value="2">XXL</option>
</select>
<input class="form-control form-control-sm" type="number" aria-label=".form-control-sm example" value="1" style="width:8%; margin:10px 0px; display:inline;">
<button type="button" class="btn btn-success btn-sm" style="margin-bottom:5px;">Add to Cart</button>
<h4 style="font-size: 30px; margin-top: 15px;">Product Details</h4>
<span>The Gildan Ultra Cotton T-shirt is made from a substantial 6.0 oz per sq. yd. fabric constructed from 100% cotton,
this classic fit preshrunk jersey knit provides unmatched comfort with each wear. Featuring a taped neck and shoulder,
and a seamless double- needle collar, and available in a range of colors, it offers it all in the ultimate head-turning package.
</span>
</div>
</section>
<section id="foryou" style="padding: 40px 80px;">
<div class="wow">
<h2 style="font-family:Noto Sans serif; font-weight: 200; font-size:35px;">Featured for you</h2>
<p></p>
<p></p>
</div>
<div class="row container-fluid">
<div class="col">
<div class="image">
<img src="img/products/p6.jpg" alt=""></div>
<div class="des">
<span>Converse</span>
<h5>Sneakers </h5>
<div class="star">
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
</div>
<h4>₹1050</h4>
</div>
<a href="#"> <i class="material-icons"> shopping_cart </i>
</a>
</div>
<div class="col">
<div class="image">
<img src="img/products/p7.jpg" alt=""></div>
<div class="des">
<span>h&m</span>
<h5>Sweatshirt</h5>
<div class="star">
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
</div>
<h4>₹799</h4>
</div>
<a href="#"> <i class="material-icons"> shopping_cart </i>
</a>
</div>
<div class="col">
<div class="image">
<img src="img/products/p8.jpg" alt=""></div>
<div class="des">
<span>Prada</span>
<h5>Shoulder bag</h5>
<div class="star">
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
</div>
<h4>₹1499</h4>
</div>
<a href="#"> <i class="material-icons"> shopping_cart </i>
</a>
</div>
<div class="col">
<div class="image">
<img src="img/products/p9.jpg" alt=""></div>
<div class="des">
<span>Allen Solly</span>
<h5>Strip Sweathshirt</h5>
<div class="star">
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
<i class="material-icons"> star </i>
</div>
<h4>₹650</h4>
</div>
<a href="#"> <i class="material-icons"> shopping_cart </i>
</a>
</div>
</div>
</section>
<section id="newsletter" style="padding: 40px 80px; margin: 50px 0px;" >
<div class="newstext">
<h4>Sign up for newsletter</h4>
<p>Get email updates about our latest arrivals and <span>special offers.</span></p>
</div>
<form class="row g-3" style="margin-top:12px;">
<div class="col-auto">
<label for="emailid" class="visually-hidden">Password</label>
<input type="email" class="form-control" id="inputPassword2" placeholder="[email protected]">
</div>
<div class="col-auto">
<button type="button" class="btn btn-light">Sign up</button>
</div>
</form>
</section>
<footer>
<div class="row container-fluid">
<div class="col">
<img src="img/logo1.png" style="height:28px; width: 35%; margin-bottom: 9px;">
<h4>Contact</h4>
<p><strong>Address :</strong> 7607 Rubie Valley, Eulahhaven, </p><p>California</p>
<p><strong>Contact no. :</strong> +975753-5220 </p>
<p><strong>Hours :</strong> 10:00 to 18:00 , Mon to Sat</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"> <i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About us</a>
<a href="#">Delivery Information </a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">Sign in</a>
<a href="#">View Cart </a>
<a href="#">My Wishlist</a>
<a href="#">Track my order</a>
<a href="#">Help</a>
</div>
<div class="col">
<h4>Install App</h4>
<p>From App Store or Google Play</p>
<div class="row">
<img src="img/pay/app.jpg" >
<img src="img/pay/play.jpg">
</div>
<br>
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png">
</div>
</div>
</footer>
<div class="copyright">
<p>© 2023 www.tryyou.com - All Rights Reserved</p>
</div>
<script src="script.js"></script>
</body>
</html>