forked from AkhilBashetty/bytebusters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (173 loc) · 8.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bargain Bot</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="buyButton" id="buyButton">Buy</div>
<div class="aiBotDiv" id="aiBotDiv">
<div class="aiBotDivLayer"></div>
<div class="aiBotDivimg-2"></div>
</div>
<input type="text" id="mainChatBot-SearchDiv-input" placeholder="Bargain the price!!">
<div class="mainChatBot-SearchDiv" id="mainChatBot-SearchDiv">
<div class="mainChatBot-SearchDiv-closeDiv" id="mainChatBot-SearchDiv-closeDiv">
<div class="pil1"></div>
<div class="pil2"></div>
</div>
<div class="aiTextDiv" id="aiTextDiv">
<span class="ai-logo" id="ai-logo"></span><p class="ai-text" id="ai-text" style="margin-bottom: 0.5vw;">Hi There, Wanna Bargain The Price!!</p>
</div>
</div>
<header>
<div class="top-bar">
<img src="https://tse1.mm.bing.net/th?id=OIP.ZxJKzELlJx69HC_0E0qpMAHaFj&pid=Api&P=0&h=180" alt="Byte Busters Logo" class="logo">
<input type="text" placeholder="Search Byte Busters">
<button>Search</button>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Borrow</a></li>
<li><a href="#">Deals</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="right-links">
<a href="#">Account & Lists</a>
<a href="#">Returns & Orders</a>
<a href="#">Cart</a>
</div>
</nav>
</header>
<main>
<section class="product-grid">
<!-- Product 1 -->
<div class="product">
<img src="https://tse1.mm.bing.net/th?id=OIP.YMPh0xigPC0BUogmYoUg4gAAAA&pid=Api&P=0&h=180" alt="Product 1">
<h2>Luminous-Sport</h2>
<p>Old Price: <del>1999</del></p>
<p>Price: 999</p>
<button>Add to Cart</button>
</div>
<!-- Product 2 -->
<div class="product">
<img src="https://ae01.alicdn.com/kf/HTB1Gl6nMVXXXXcDXVXXq6xXFXXXZ/2016-Luxury-Golden-Dress-Automatic-Mechanical-Mens-Wristwatches-Fashion-Crystal-Dial-Date-Full-Steel-Wrist-Watches.jpg" alt="Product 2">
<h2>Rolex</h2>
<p>Old Price: <del>12,000</del></p>
<p>Price: 11,000</p>
<button>Add to Cart</button>
</div>
<!-- Product 3 -->
<div class="product">
<img src="https://stirmas.com/wp-content/uploads/2019/08/Unique-Design-Square-Men-Wristwatch-Wide-Big-Dial-Quartz-Male-Sport-Watch-Stirmas-1.jpg" alt="Product 3">
<h2>Wide Big Dail</h2>
<p>Old Price: <del>789</del></p>
<p>Price: 459</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://ae01.alicdn.com/kf/HTB1WD2UaOLxK1Rjy0Ffq6zYdVXaX/luxury-man-gold-watch-Multifunction-men-watches-Large-dial-TEMEITE-brand-mens-wristwatch-waterproof-stainless-steel.jpg_640x640.jpg" alt="Product 3">
<h2>Temeite</h2>
<p>Old Price: <del>2,999</del></p>
<p>Price: 1,900</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://modone.com/eng_pl_Mens-shirt-with-short-sleeves-K552-black-15611_4.jpg" alt="Product 3">
<h2>Modone shirt</h2>
<p>Old Price: <del>599</del></p>
<p>Price: 499</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://i.pinimg.com/736x/05/94/a5/0594a571e01ebe40bd717036e66369ce.jpg" alt="Product 3">
<h2>Black Berry shirt</h2>
<p>Old Price: <del>699</del></p>
<p>Price: 499</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://i.pinimg.com/originals/89/85/76/8985764b2e79f06252d48ba0761de105.jpg" alt="Product 3">
<h2>Check shirt</h2>
<p>Old Price: <del>999</del></p>
<p>Price: 789</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://oldnavy.gap.com/webcontent/0027/643/451/cn27643451.jpg" alt="Product 3">
<h2>Old Navy shirt</h2>
<p>Old Price: <del>1,299</del></p>
<p>Price: 599</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://cdn.shopify.com/s/files/1/0267/0323/3076/products/suzhoucargopantst81007pic5_1200x1200.jpg?v=1614415711" alt="Product 3">
<h2>Cargo pants</h2>
<p>Old Price: <del>999</del></p>
<p>Price: 899</p>
<button>Add to Cart</button>
</div>
<!-- Add more products here -->
<!-- Product 20 -->
<div class="product">
<img src="https://ae01.alicdn.com/kf/HTB1sbS2ij3z9KJjy0Fmq6xiwXXab/2018-Dress-Pants-Men-Pure-Color-Formal-Business-Suit-Pants-Trousers-Formal-Pants-for-Men.jpg" alt="Product 20">
<h2>Formal pant</h2>
<p>Old Price: <del>2,299</del></p>
<p>Price: 1,299</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://i.pinimg.com/originals/20/2e/63/202e6398778c702602db8270cea799f5.jpg" alt="Product 3">
<h2>Pargo pants</h2>
<p>Old Price: <del>3,000</del></p>
<p>Price: 2,500</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://spy.com/wp-content/uploads/2020/06/ama.jpg?resize=800" alt="Product 3">
<h2>Beach pant</h2>
<p>Old Price: <del>1,399</del></p>
<p>Price: 999</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://www.ujackets.com/wp-content/uploads/2017/05/mens-black-zip-up-hoodie.jpg" alt="Product 3">
<h2> Black Hoodie</h2>
<p>Old Price: <del>2,256</del></p>
<p>Price: 1,399</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://gearmoose.com/wp-content/uploads/2020/11/Best_Mens_Hoodies-2048x1281.jpg" alt="Product 3">
<h2>Gearmoose</h2>
<p>Old Price: <del>1,000</del></p>
<p>Price: 799</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://i.pinimg.com/originals/2d/94/65/2d946576d5e0daff7dd6dc476e7ba17c.jpg" alt="Product 3">
<h2>Light Orange Hoodie</h2>
<p>Old Price: <del>4,999</del></p>
<p>Price: 1,299</p>
<button>Add to Cart</button>
</div>
<div class="product">
<img src="https://assets.maisoncashmere.com/media/catalog/product/m/e/mens-pure-cashmere-hoodie-sweatshirt-light-grey-front.jpg" alt="Product 3">
<h2>Cashmere Hoodie</h2>
<p>Old Price: <del>6,999</del></p>
<p>Price: 5,430</p>
<button>Add to Cart</button>
</div>
</section>
</main>
<footer>
<p>© 2023 Shopping Website</p>
</footer>
<script src="index.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
</body>
</html>