-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaree.html
More file actions
102 lines (102 loc) · 7.13 KB
/
Copy pathsaree.html
File metadata and controls
102 lines (102 loc) · 7.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Category Woman's Collection</title>
<link rel="stylesheet" href="category_womans_collection.css">
</head>
<body>
<header class="header">
<img class="company_logo" src="company logo.png" width=15% height=15%>
</header>
<nav class="navigation"> class="Categories"
<a class="home" href="index.html">Home</a>
<a class="products"href="">Products</a>
<a class="category"href="">Category</a>
<a class="about"href="about.html">About us</a>
<a class="contact"href="contact.html">Contact us</a>
<!-- <a class="search" href="">Search</a> -->
<a class="cart"href=""><img src="addtocart.png" width=3% height=3%></a>
</nav><br><br><br>
<div class="category_item_flex">
<div class="sidebar">
<p class="filter">FILTERS</p>
<p>Price Range:</p>
<input type="range" value="price_range" class="price_range" >
<p>Category:</p>
<a class="Categories" href="saree.html">Sarees</a><br><br>
<a class="Categories" href="tops_tshirt_shirt.html">Tops,T-shirts and shirts </a><br><br>
<a class="Categories" href="jewellery.html">Jewellery</a><br><br>
<a class="Categories" href="bags.html">HandBags,purses and Clutches</a><br><br>
<a class="Categories" href="watches.html">Watches</a><br><br>
<!-- <a class="Categories" href="perfumes.html">Perfumes</a><br><br> -->
<a class="Categories" href="health.html">Health and Personal Care</a><br><br>
<!-- <a class="Categories" href="beauty.html">Beauty</a> -->
</div>
<div>
<div class="product_flexbox_1">
<div class="product">
<a href="an_collection_black_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/71ZDzg486lL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">AN COLLECTION</p>
<a class="product_description" href="an_collection_black_saree.html">Women's Woven Silk Saree With Blouse Piece</a><br>
<a class="product_price" href="an_collection_black_saree.html">₹689</a>
</div>
<div class="product">
<a href="vemarush_blue_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/619-hNvDr5L._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">VE-MARUSH</p>
<a class="product_description" href="vemarush_blue_saree.html">VE-MARUSH Launch New 2021-Collection Women's Designer Banarasi Jacquard Soft Lichi Silk Saree With Un-Stitched Blouse Piece (Blue)</a><br>
<a class="product_price" href="vemarush_blue_saree.html">₹799</a>
</div>
<div class="product">
<a href="tj_sarees.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/71AaTWB3mfL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">T.j SAREES</p>
<a class="product_description" href="tj_sarees.html">Handloom Summer collection Bengal Pure cotton Exclusive Party and wedding Jamdani With Zari Work Border Saree For Women</a><br>
<a class="product_price" href="tj_sarees.html">₹598</a>
</div>
</div>
<div class="product_flexbox_2">
<div class="product">
<a href="effigy_onlinehub_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/71KGXpiEWRL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">Effigy onlinehub</p>
<a class="product_description" href="effigy_onlinehub_saree.html">Women's Chiffon Saree With Blouse Piece</a><br>
<a class="product_price" href="effigy_onlinehub_saree.html">₹499</a>
</div>
<div class="product">
<a href="artham_banarasi_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/717zUpUCGKL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">ARTHAM</p>
<a class="product_description" href="artham_banarasi_saree.html">Women's Banarasi Cotton Saree with Blouse Piece</a><br>
<a class="product_price" href="artham_banarasi_saree.html">₹649</a>
</div>
<div class="product">
<a href="vaividhyam_pink_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/915iIl8ZF1L._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">VAIVIDHYAM</p>
<a class="product_description" href="vaividhyam_pink_saree.html">Women's Net Malai Saree with Blouse Piece.</a><br>
<a class="product_price" href="vaividhyam_pink_saree.html">₹710</a>
</div>
</div>
<div class="product_flexbox_3">
<div class="product">
<a href="mizzific_chanderi_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/91LAS3NEwrL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">Mizzific</p>
<a class="product_description" href="mizzific_chanderi_saree.html">Women's Chanderi Chanderi Saree With Blouse Piece</a><br>
<a class="product_price" href="mizzific_chanderi_saree.html">₹1,599</a>
</div>
<div class="product">
<a href="atyantah_blue_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/91gRTOWbzcS._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">ATYANTAH</p>
<a class="product_description" href="atyantah_blue_saree.html">Atyantah Women's Banarasi Cotton silk saree(Silver Zari Woven butta) with Blouse peace-(Maheshwari Silk)</a><br>
<a class="product_price" href="atyantah_blue_saree.html">₹899</a>
</div>
<div class="product">
<a href="sreetan_darkpink_saree.html"> <img class="product_image" src="https://m.media-amazon.com/images/I/916nMK7rdXL._AC_UL480_FMwebp_QL65_.jpg" width=200px height="300px" alt="Network problem"></a>
<p class="product_company">SRETAN</p>
<a class="product_description" href="sreetan_darkpink_saree.html">Women's Jacquard Net Saree With Unstitched Blouse Piece</a><br>
<a class="product_price" href="sreetan_darkpink_saree.html">₹599</a>
</div>
</div>
</div>
</div>
</body>
</html>