-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (169 loc) · 6.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopiji</title>
<link rel="stylesheet" href="assets/style.css">
<!-- remix Icons -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
</head>
<body>
<div id="container">
<div id="header-top">
<!-- // will be inserted dynamically -->
</div>
<div id="header-bottom">
<!-- / header bottom will be added dynamically -->
</div>
<div id="categories-nav">
<h4> HOME</h4>
<h4> CATEGORIES</h4>
<h4> MEN'S</h4>
<h4> WOMEN'S</h4>
<h4> JEWELRY</h4>
<h4> PERFUME</h4>
<h4> BLOG</h4>
<h4> HOT OFFERS</h4>
</div>
<div id="hero-section">
<div id="banner-img">
<h3>Get Fashion Wares</h3>
<h3>Get Trendy</h3>
</div>
</div>
<div id="no-products-found">
<h3>We are unable to provide such product but will inform you as soon as it is available in our inventory.</h3>
</div>
<div id="main-product-area">
<div id="category-list">
<h2>Categories</h2>
<ul>
<li>Women's Running Shoes</li>
<li>Men's Casual Loafers</li>
<li>Women's High Heel Pumps</li>
<li>Women's Ankle Boots</li>
<li>Men's Formal Party Shoes</li>
<li>Women's Designer Sneakers</li>
</ul>
</div>
<div id="products-area-container">
<div id="product-of-the-day">
<h4>Deal of the Day</h4>
<div id="product-day-container">
<div id="product-img-day">
<img src="assets/images/products/shampoo.jpg" alt="">
</div>
<div id="product-day-description">
<div id="rating">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-half-fill"></i>
</div>
<h4>Shampoo, Conditioner & facewash pack</h4>
<p>Lorem ipsum dolor sit amet consectetur Lorem ipsum dolor dolor sit amet consectetur Lorem ipsum dolor</p>
<h3>Rs. 1500</h3>
<button>Add to cart</button>
<div id="time-remaining">
<h6>HURRY UP ! OFFERS ENDS IN </h6>
<div id="time">
<p><span id="days"></span><b>Days</b></p>
<p><span id="hours"></span><b>hours</b></p>
<p><span id="minutes" ></span><b>Minutes</b></p>
<p><span id="seconds" ></span><b>Seconds</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Main product cards area -->
<div id="products-cards-list">
<!-- <div class="product-card">
<div class="product-image">
<img src="/assets/images/products/bluevestfront.jpg" alt="Product Image 1">
<img src="assets/images/products/bluevestback.jpg" alt="Product Image 2" class="hover-image">
<div class="menu">
<ul>
<li><button class="like-button">Add to Favorites</button></li>
<li><button class="more-button">More</button></li>
</ul>
</div>
</div>
<div class="product-info">
<h3 class="product-name">Product Name</h3>
<p class="product-description">Product Description Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="brand"> Brand : ABC Sports</div>
<div class="product-marked-price"> $54.00</div>
<div class="product-price">Price: <span>$19.99</span> </div>
</div> -->
</div>
</div>
</div>
<div id="containerWished"></div>
<div id="before-footer">
<div id="popular-categories">
<h3>Popular Categories</h3>
<h6>Fashion</h6>
<h6>Electronic</h6>
<h6>Cosmetic</h6>
<h6>Health</h6>
<h6>Watches</h6>
</div>
<div id="products">
<h3>Products</h3>
<h6>Prices Dr</h6>
<h6>New Produc</h6>
<h6>Best Sal</h6>
<h6>Contact </h6>
<h6>Sitemap</h6>
</div>
<div id="our-company">
<h3>Our company</h3>
<h6> Delivery</h6>
<h6> Legal Notice</h6>
<h6> Terms And Conditions</h6>
<h6> About Us</h6>
<h6> Secure Payment</h6>
</div>
<div id="services">
<h3>services</h3>
<h6> Prices Drop</h6>
<h6> New Products</h6>
<h6> Best Sales</h6>
<h6> Contact Us</h6>
<h6> Sitemap </h6>
</div>
<div id="contact">
<h3>Contact</h3>
<h6><i class="ri-map-pin-user-line"></i>Ramdhuni Municipality, <br> Sunsari, Nepal </h6>
<h6><i class="ri-phone-line"></i> 9806348932</h6>
<h6><i class="ri-mail-line"></i>[email protected]</h6>
</div>
</div>
<footer>
<div id="payment-gateways-img">
<img src="assets/images/payment.png" alt="payment">
</div>
<div id="copyright-msg">
<p>Copyright © <a href="https://github.com/nischal108" target="_blank">Nischal </a>All Rights Reserved.</p>
</div>
</footer>
<div id="added-to-favourite">
<h5>Added to Wishlist</h5>
</div>
<div id="added-to-cart">
<h5>Added to Cart</h5>
</div>
<script src="assets/headers.js"></script>
<script src="assets/products.js"></script>
<script src="assets/index.js"></script>
<script src="assets/wishlist.js" type="module"></script>
<script src="assets/exportCart.js" type="module"></script>
<script src="assets/cart-page/cart.js" type="module"></script>
<!-- <script src="assets/favourites-page/favourite.js"></script> -->
</body>
</html>