-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
349 lines (334 loc) · 17.9 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
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bootstrap demo</title>
<!-- PERSOINAL CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- BOOTSTRAP CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
</head>
<body>
<!-- NAVTOP START -->
<section style="width:100vw">
<ul class="nav justify-content-center text-white" style="background-color:rgb(226, 149, 6);">
<li class="nav-item">
<a class="nav-link text-white disabled" style="font-weight: 500" href="#">Top Quality Musical Instrument Store</a>
</li>
<li class="nav-item">
<button class="nav-link text-white" style="font-weight: 500" onclick="copyText()">
<i class="fa-brands fa-whatsapp me-3 navbutton" aria-hidden="true"><span style="font-family: 'Times New Roman', Times, serif;"> + 6281 928 3198</span></i>
</a>
</li>
<li class="nav-item me-5">
<a class="nav-link text-white" style="font-weight: 500" href="https://www.instagram.com/yazidanehakim/">
<i class="fa-brands fa-instagram navbutton"><span style="font-family: 'Times New Roman', Times, serif;"> yazidanehakim</span></i>
</a>
</li>
<li class="nav-item ms-4">
<a class="nav-link navbutton text-white" style="font-weight: 500" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link navbutton text-white" style="font-weight: 500" href="#">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link navbutton text-white" style="font-weight: 500" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link navbutton text-white" style="font-weight: 500" href="#">Disabled</a>
</li>
</ul>
</section>
<!-- NAVTOP END -->
<!-- NAV START -->
<nav class="navbar navbar-expand-lg m-auto" style="width:100vw;z-index: 10 !important; position: sticky; background-image: linear-gradient(to right, #b90580, #00b3b6);box-shadow:0 0 1px 1px rgb(183, 183, 183)">
<div class="container-fluid py-2">
<ul class="navbar-nav m-auto mb-2 mb-lg-0 d-flex">
<!-- LOGO -->
<li class="nav-item mx-4 m-auto">
<a class="navbar-brand m-auto" href="#">
<img class="logo" src="img/testlogo.png" alt="logo" />
</a>
</li>
<!-- SEARCH BAR -->
<li class="nav-item m-auto">
<form class="d-flex" role="search">
<input class="form-control" style="border-radius: 0 0 0 0; width: 30em; font-size: 14px" type="search" placeholder="Type to search..." aria-label="Search" />
<button class="me-2 btn" style="background-color:rgb(226, 149, 6);border-radius: 0 10px 10px 0" type="submit">
<i class="fa-solid fa-magnifying-glass" style="color: white;" aria-hidden="true"></i>
</button>
</form>
</li>
<!-- DROPDOWN -->
<li class="nav-item dropdown m-auto sticky">
<a class="nav-link dropdown-toggle text-white text-start" style="width:11.5em;font-weight: 500" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" id="instrumentList">Instrument List </a>
<ul class="dropdown-menu scrollable-menu">
<li><p class="dropdown-item" style="cursor: pointer;" href="">Guitar<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Drum<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Bass<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Be<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Flute<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">a<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Actionasdasdasd<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">a<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">Action<p></li>
<li><p class="dropdown-item" style="cursor: pointer;" href="">a<p></li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- NAV END -->
<div class="container-fluid" style="filter:blur(0);position:relative;width:100vw;height:fit-content;">
<!-- SLIDESHOW START -->
<div class="mainbg absolute"></div>
<div class="row">
<div class="mt-5 m-auto col-sm-7 text-white">
<div id="carouselExampleCaptions" class="carousel slide carousel-fade" style="border-radius:2em;box-shadow:
0 0 0 2px #ababab,
0 0 0 7px #0d0d0d,
inset 0 0 4px 5px black;" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner" style="border-radius:2em">
<div class="carousel-item active">
<img src="img/guitar.jpg" class="d-block w-100" alt="img/guitar.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Guitar</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/piano.jpg" class="d-block w-100" alt="img/guitar.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Piano</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/violin.jpg" class="d-block w-100" alt="img/guitar.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Violin</h5>
<p>Some representative placeholder content for the third slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<!-- SLIDESHOW END -->
<!-- ALL CATEGORIES START -->
<div class="row">
<div class="m-auto col-sm-8 text-white my-5 categories" style="box-shadow:0 0 5px .5px rgb(181, 181, 181);border-radius:3em;z-index:10;background-image: linear-gradient(#151515,#2c2c2c);">
<h3 class="text-center my-4">All Categories</h3>
<div class="d-flex justify-content-center flex-wrap">
<a href="#" class="card box1" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box2" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/bassicon.png" alt="Bass Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Bass</p>
</div>
</a>
<a href="#" class="card box3" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/pianoicon.png" alt="Piano Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Piano</p>
</div>
</a>
<a href="#" class="card box4" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/violinicon.png" alt="Violin Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Violin</p>
</div>
</a>
<a href="#" class="card box5" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box6" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box4" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/violinicon.png" alt="Violin Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Violin</p>
</div>
</a>
<a href="#" class="card box5" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box6" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box4" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/violinicon.png" alt="Violin Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Violin</p>
</div>
</a>
<a href="#" class="card box5" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
<a href="#" class="card box6 mb-5" style="width: 9em;height:9em">
<div class="card-img-top m-auto d-flex" style="width:70%">
<img class="m-auto my-2" src="img/guitaricon.png" alt="Guitar Icon" style="width: 4.4em;">
</div>
<div class="card-body">
<p class="card-text text-center fs-6">Guitar</p>
</div>
</a>
</div>
</div>
</div>
<!-- ALL CATEGORIES END -->
</div>
<div class="container-fluid mt-5 m-auto" style="filter:blur(0);position:relative;width:100vw;height:fit-content;">
<!-- PRODUCTS START -->
<div class="row">
<div class="col-sm-10 m-auto">
<h4>asdjfasd</h4>
<div class="overflow-x-auto m-auto scrollbar" style="width:100%;height:100%;display: grid;grid-auto-flow: column;">
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="img/piano.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text text-black">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
<!-- PRODUCTS END -->
</div>
<!-- PERSONAL SCRIPT -->
<script src="js/script.js"></script>
<!-- FONT AWESOME SCRIPT -->
<script src="https://kit.fontawesome.com/fce3afd82f.js" crossorigin="anonymous"></script>
<!-- BOOTSTRAP SCRIPT -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>