-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (185 loc) · 6.95 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
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
<!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>Online Shopping for Outdoors, E-Bikes, Smart Home, Consumer Electronics, TV Boxes, Laptops, Drones and more gadgets at Geekbuying</title>
<link rel="shortcut icon" type="image/ico" href="https://m.geekbuying.com/favicon.ico">
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./style/footer.css">
</head>
<body>
<div id="top-navbar"></div>
<!-- Slideshow container -->
<div id="uppermost">
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="https://img.gkbcdn.com/bn/2206/740x670-62a1901e2b40c922986a73c8._p1_.jpg" style="width:100%">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="https://img.gkbcdn.com/bn/2206/740x670-62a007cb2b40c92a74a1cbd8._p1_.jpg" style="width:100%">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="https://img.gkbcdn.com/bn/2206/740x670-62a2a3142b40c90b54550c7e._p1_.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="https://img.gkbcdn.com/bn/2206/740x670-62a0002d2b40c92a74417d70._p1_.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="https://img.gkbcdn.com/bn/2206/740x670-629ffdf02b40c92a74417d6f._p1_.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<!-- Next and previous buttons -->
<a class="prev">❮</a>
<a class="next">❯</a>
</div>
<br>
<div style="text-align:center" id="dot">
<span class="dot" onclick="currentSlide(1)" ></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
<!-- The dots/circles -->
<div id="rightbox"></div>
</div>
<h1>Trending Categories</h1>
<div id="blog"></div>
<h1>New For You</h1>
<div id="outof1slide">
<div>
<img src="https://img.gkbcdn.com/bn/2206/276x348-62a6e6f12b40c917a8566ce6._p1_.jpg" alt="">
</div>
<div id="outerdiv">
<div id="Showdata"></div>
</div>
<button class="pre">❮</button>
<button class="fwd">❯</button>
</div>
</div>
<h1>Enjoy life</h1>
<div id="mainoutdiv">
<div id="bigimg">
<img src="https://img.gkbcdn.com/bn/2205/500x632-6290272b2b40c91cb007bd35._p1_.jpg" alt="">
</div>
<div id="forgrid">
<div class="x-out">
<h4 class="outertags">How to go car free</h4>
<div id="corner">
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x2102-62902a182b40c91cb09e7ad9._p1_.jpg" alt="">
<p class="disofpro"> electric scooter</p>
</div>
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x2104-62902c152b40c91cb09e7ada._p1_.jpg" alt="">
<p class="disofpro">cost-effective community</p>
</div>
</div>
</div>
<div class="x-out">
<h4 class="outertags">Effeciently Work from home</h4>
<div id="corner">
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x2103-62902ce92b40c91cb09e7adb._p1_.jpg" alt="">
<p class="disofpro">lightweight laptop for play</p>
</div>
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x2105-62902f152b40c91cb09e7adc._p1_.jpg" alt="">
<p class="disofpro">health benifit for standing</p>
</div>
</div>
</div>
<div class="x-out">
<h4 class="outertags">Take for fun</h4>
<div id="corner">
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x210-629032502b40c91cb0af0c93._p1_.jpg" alt="">
<p class="disofpro">spring black friday is here</p>
</div>
<div>
<img src="https://img.gkbcdn.com/s3/bn/2206/lALPJuZB2ShsBi3M0szS210210-629de75c2b40c92584276d1f.png" alt="">
<p class="disofpro">Transport tws speakers</p>
</div>
</div>
</div>
<div class="x-out">
<h4 class="outertags">unlimited your days</h4>
<div id="corner">
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x2102-629039202b40c91cb0d51f4c._p1_.jpg" alt="">
<p class="disofpro">Ticktok Trending</p>
</div>
<div>
<img src="https://img.gkbcdn.com/bn/2205/210x210-6290393f2b40c91cb0d51f4d._p1_.jpg" alt="">
<p class="disofpro">kitchen and dining</p>
</div>
</div>
</div>
</div>
</div>
</div>
<h1>Best Seller</h1>
<div id="outerdiv2" >
<div id="Showdata2"></div>
</div>
<button class="pre2">❮</button>
<button class="fwd2">❯</button>
<div class="slideshow-containers">
<div class="mySlidess fades">
<img src="https://img.gkbcdn.com/bn/2205/1500x2603-628f67f02b40c91f8ca376fa._p1_.jpg" style="width:100%">
</div>
<div class="mySlidess fades">
<img src="https://img.gkbcdn.com/bn/2205/1500x2602-628f67e92b40c91f8ca376f9._p1_.jpg" style="width:100%">
</div>
<div class="mySlidess fades">
<img src="https://img.gkbcdn.com/bn/2205/1500x2603-628f67f02b40c91f8ca376fa._p1_.jpg" style="width:100%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dots"></span>
<span class="dots"></span>
<span class="dots"></span>
</div>
<div class="out-1">
<div>
<img src="https://img.gkbcdn.com/bb/jimmy-20200910094916929._p1_.jpg" alt="">
</div>
<div class="con-1"></div>
</div>
<div class="out-1">
<div>
<img src="https://img.gkbcdn.com/bb/eleglide-20220531151324673._p1_.jpg" alt="">
</div>
<div class="con-2"></div>
</div>
<div class="out-1">
<div>
<img src="https://img.gkbcdn.com/bb/tronsmart-20210123120544453._p1_.jpg" alt="">
</div>
<div class="con-3"></div>
</div>
<h1>Recommended For You</h1>
<div id="outerdiv3">
<div id="Showdata3"></div>
</div>
<button class="pre3">❮</button>
<button class="fwd3">❯</button>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./index.js" type="module"></script>