-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
636 lines (618 loc) · 42 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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/flickity.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://kit.fontawesome.com/b9edfb7622.js" crossorigin="anonymous"></script>
<link rel='shortcut icon' type='image/x-icon' href="img/chordFlow.ico"/>
<title>Chord Flow - Music Shop</title>
</head>
<body>
<!-- HEADER -->
<div class="container-fluid header-wrapper sticky-top">
<header class=" container-fluid container-lg">
<nav class="nav-flexbox flex-space-between-custom display-flex-custom flex-center-custom">
<div class="d-flex align-items-center flex-nowrap">
<div class="brand-logo display-flex-custom flex-center-custom">
<div class="logo-img display-flex-custom flex-center-custom">
<svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
xmlns="http://www.w3.org/2000/svg">
<g>
<path
d="m506.611 165.484c-3.415-2.85-7.918-4.036-12.294-3.242l-220 40c-7.132 1.297-12.317 7.509-12.317 14.758v191.035c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55 55-24.673 55-55v-147.481l190-34.545v93.062c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55 55-24.673 55-55v-240.001c0-4.448-1.974-8.667-5.389-11.516z" />
<path
d="m55 330.001c30.327 0 55-24.673 55-55v-147.482l97.683-17.76c7.132-1.297 12.317-7.509 12.317-14.758v-80c0-4.448-1.974-8.667-5.389-11.516-3.415-2.85-7.918-4.04-12.294-3.242l-110 20c-7.132 1.296-12.317 7.508-12.317 14.758v191.035c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55z" />
<path
d="m275 90c23.551 0 45 21.449 45 45 0 8.284 6.716 15 15 15s15-6.716 15-15c0-23.551 21.449-45 45-45 8.284 0 15-6.716 15-15s-6.716-15-15-15c-23.551 0-45-21.449-45-45 0-8.284-6.716-15-15-15s-15 6.716-15 15c0 23.551-21.449 45-45 45-8.284 0-15 6.716-15 15s6.716 15 15 15z" />
<path
d="m135 422c-23.551 0-45-21.449-45-45 0-8.284-6.716-15-15-15s-15 6.716-15 15c0 23.551-21.449 45-45 45-8.284 0-15 6.716-15 15s6.716 15 15 15c23.551 0 45 21.449 45 45 0 8.284 6.716 15 15 15s15-6.716 15-15c0-23.551 21.449-45 45-45 8.284 0 15-6.716 15-15s-6.716-15-15-15z" />
</g>
</svg>
<span class="text-white g-bold-font text-nowrap">Chord Flow</span>
</div>
</div>
<a class="nav-hd-link h-medium-font text-nowrap" href="index.html"><i
class="fas fa-home"></i> HOME</a>
<a class="nav-hd-link h-medium-font text-nowrap" href="#"><i
class="fas fa-compact-disc"></i> COLLECTIONS</a>
<a class="nav-hd-link h-medium-font text-nowrap" href="#"><i
class="fas fa-shopping-cart"></i> PURCHASE LIST</a>
<a class="h-medium-font post-ad-option" href="#">POST AN AD</a>
</div>
<div class="login-info flex-center-custom display-flex-custom d-none d-md-flex h-medium-font">
<a class="nav-user-link" href="#"><i class="fas fa-envelope"></i>
Gabriel Silveira</a>
<img class="user-image" src="img/roundImg.png" alt="user image">
</div>
</nav>
</header>
</div>
<!-- MAIN SEARCH -->
<main class="mb-4">
<div class="container-fluid search-div d-flex flex-column justify-content-center align-items-center">
<div class="mb-5">
<h1>
<span class="text-white g-bold-font text-left text-nowrap shop-name display-block-custom">Chord Flow</span>
<span class="text-white h-light-font text-left text-nowrap shop-motto display-block-custom">Bringing music to your life
</span>
</h1>
</div>
<form class="form-search d-flex" action="search.html">
<select id="category" class="select-search">
<option value="AllDep">All Categories...</option>
<option value="Strings">String Instruments</option>
<option value="Percussion">Percussion Instruments</option>
<option value="Wind">Wind Instruments</option>
<option value="Acessories">Accessories</option>
</select><input class="search-input" type="text" placeholder="What do you look for..."><button
class="button-search" type="submit" value="Search">Search</button>
</form>
</div>
<section class="hot-ads mt-4">
<div class="container">
<h2 class="g-bold-font section-header">HOT ADS</h2>
<div class="gallery js-flickity">
<div class="gallery-cell d-flex">
<img class="hot-ads-img" src="img/stratocaster.jpg" alt="stratocaster">
<div class="hot-ads-description ml-2">
<h3 class="hot-ad-name g-bold-font">Stratocaster</h3>
<p class="description-big d-none d-md-block h-light-font">The Fender Stratocaster is a
guitar most used
in live shows and recordings around the
world! Launched in 1954, a Stratocaster presents incredible versatility, you see in the
hands of great idols of different
musical styles.</p>
<div class="brand-cat-info">
<p class="text-nowrap"><span class="g-bold-font">Brand: </span><span
class="g-light-font light-gray">Fender</span></p>
<p class="text-nowrap"><span class="g-bold-font">Category: </span><span
class="g-light-font light-gray">String Instruments</span></p>
</div>
<div>
<a class="hot-ads-link-1 h-bold-font" href="#">
<span>
400$
</span>
</a>
<a class="hot-ads-link-2 h-bold-font" href="#">
<span class="text-nowrap">
<i class="fas fa-shopping-cart"></i> Purchase details
</span>
</a>
</div>
</div>
</div>
<div class="gallery-cell d-flex">
<img class="hot-ads-img" src="img/amplifier.jpg" alt="amplifier">
<div class="hot-ads-description ml-2">
<h3 class="hot-ad-name g-bold-font text-nowrap">Guitar Amplifier</h3>
<p class="description-big d-none d-md-block h-light-font">Powered by batteries, with
separate gain and volume controls, it allows you to go from clean to fully distorted
sound or any other of your preferences.</p>
<div class="brand-cat-info">
<p class="text-nowrap"><span class="g-bold-font">Brand: </span><span
class="g-light-font light-gray">Marshall</span></p>
<p class="text-nowrap"><span class="g-bold-font">Category: </span><span
class="g-light-font light-gray">Acessories</span></p>
</div>
<div>
<a class="hot-ads-link-1 h-bold-font" href="#">
<span>
220$
</span>
</a>
<a class="hot-ads-link-2 h-bold-font" href="#">
<span class="text-nowrap">
<i class="fas fa-shopping-cart"></i> Purchase details
</span>
</a>
</div>
</div>
</div>
<div class="gallery-cell d-flex">
<img class="hot-ads-img" src="img/hp-wireless.png" alt="headphone">
<div class="hot-ads-description ml-2">
<h3 class="hot-ad-name g-bold-font">Wireless Headphone</h3>
<p class="description-big d-none d-md-block h-light-font">Enjoy immersive listening with
these wireless headphones. The Pure Adaptive Noise Cancelling feature filters ambient
sounds to reduce distractions.</p>
<div class="brand-cat-info">
<p class="text-nowrap"><span class="g-bold-font">Brand: </span><span
class="g-light-font light-gray">JBL</span></p>
<p class="text-nowrap"><span class="g-bold-font">Category: </span><span
class="g-light-font light-gray text-nowrap">Acessories</span></p>
</div>
<div>
<a class="hot-ads-link-1 h-bold-font" href="#">
<span>
50$
</span>
</a>
<a class="hot-ads-link-2 h-bold-font" href="#">
<span class="text-nowrap">
<i class="fas fa-shopping-cart"></i> Purchase details
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="category-section container-fluid my-5 border-top border-bottom py-5">
<!-- STRING CATEGORY -->
<div class="container" id="stringCateg">
<div class="category-title flex-center-custom display-flex-custom border-bottom pb-2">
<img class="category-image-title" src="img/string.png" alt="string">
<h2 class="g-bold-font heading-categ-title">String Instruments</h2> <span
class="h-light-font categ-title-info">(Guitars, Basses, Pianos.)</span>
</div>
<div class="items-list flex-space-between-custom display-flex-custom flex-column-custom">
<div class="arrow-left flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-left"></i>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-1">
<img class="categ-img-item" src="img/sg-1.png" alt="sg guitar">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">1961 Les Paul SG Standard</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Gibson</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">550$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-2">
<img class="categ-img-item" src="img/piano-1.png" alt="piano">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Seiler Model B Standard</span>
<span class="g-light-font item-used">Used</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Seiler</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">4550$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-3">
<img class="categ-img-item" src="img/stiletto-1.jpg" alt="bass">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Schecter Stiletto Custom-4</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Schecter</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">440$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-4">
<img class="categ-img-item" src="img/eagle-1.jpg" alt="guitar">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Eagle Model 13 Acoustic</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Eagle</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">380$</span>
</div>
</div>
<div class="arrow-right flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</div>
<!-- PERCUSSION CATEGORY -->
<div class="container pt-5" id="percussionCateg">
<div class="category-title flex-center-custom display-flex-custom border-bottom pb-2">
<img class="category-image-title" src="img/percussion.png" alt="percussion Logo">
<h2 class="g-bold-font heading-categ-title">Percussion Instruments</h2> <span
class="h-light-font categ-title-info">(Drums, Bongos, Tambourines, Xylophones.)</span>
</div>
<div class="items-list flex-space-between-custom display-flex-custom flex-column-custom">
<div class="arrow-left flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-left"></i>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-1">
<img class="categ-img-item" src="img/drum-1.jpg" alt="drum">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Roland Electronic Drums</span>
<span class="g-light-font item-used">Used</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Roland</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">2890$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-2">
<img class="categ-img-item" src="img/bongo-1.jpg" alt="bongo">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Wood Bongo Maple S1</span>
<span class="g-light-font item-used">Used</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Meinl</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">72$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-3">
<img class="categ-img-item" src="img/tambourine.jpeg" alt="tambourine">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Double Row Tamborine</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Black Swamp</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">21$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-4">
<img class="categ-img-item" src="img/xylophone-1.jpg" alt="xylophone">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Yamaha YX35G</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Yamaha</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">110$</span>
</div>
</div>
<div class="arrow-right flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</div>
<!-- WIND CATEGORY -->
<div class="container pt-5" id="windCateg">
<div class="category-title flex-center-custom display-flex-custom border-bottom pb-2">
<img class="category-image-title" src="img/wind.jpg" alt="wind logo">
<h2 class="g-bold-font heading-categ-title">Wind Instruments</h2> <span
class="h-light-font categ-title-info">(Flutes, Saxophone, Clarinet.)</span>
</div>
<div class="items-list flex-space-between-custom display-flex-custom flex-column-custom">
<div class="arrow-left flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-left"></i>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-1">
<img class="categ-img-item" src="img/flute-1.jpeg" alt="flute picture">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Gemeinhardt 3SB J1 Ss</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Gemeinhardt</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">990$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-2">
<img class="categ-img-item" src="img/saxophone.jpeg" alt="saxophone">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Axos Alto Saxophone</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Selmer Paris</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">2850$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-3">
<img class="categ-img-item" src="img/clarinet.jpeg" alt="clarinet">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Elite Clarinet Key of A</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Schiller</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">21$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-4">
<img class="categ-img-item" src="img/flute-2.jpeg" alt="flute picture">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Baroque Flute 415</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">D'almaine</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">110$</span>
</div>
</div>
<div class="arrow-right flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</div>
<!-- ACCESORIES CATEGORY -->
<div class="container pt-5" id="accCateg">
<div class="category-title flex-center-custom display-flex-custom border-bottom pb-2">
<img class="category-image-title" src="img/amplifier.png" alt="amplifier logo">
<h2 class="g-bold-font heading-categ-title">Acessories</h2> <span
class="h-light-font categ-title-info">(Amplifiers, Head Phones, Pedalboards, Guitar
Picks.)</span>
</div>
<div class="items-list flex-space-between-custom display-flex-custom flex-column-custom">
<div class="arrow-left flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-left"></i>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-1">
<img class="categ-img-item" src="img/amplifier-1.jpg" alt="amplifier">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">30w Electric Guitar Amp </span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Marshall</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">250$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-2">
<img class="categ-img-item" src="img/hp-beats.jpg" alt="head phone">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Head Phone Wireless</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Beats</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">80$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-3">
<img class="categ-img-item" src="img/pedal-1.jpg" alt="pedal">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Multi Effect Stomp Pedal</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">NUX</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">90$</span>
</div>
</div>
<div
class="item-category flex-space-between-custom flex-column-custom display-flex-custom flex-center-custom categ-item-4">
<img class="categ-img-item" src="img/picks.jpeg" alt="guitar pick">
<div class="item-categ-info flex-column-custom align-self-start-custom display-flex-custom">
<span class="g-bold-font item-name">Guitar Picks</span>
<span class="g-light-font item-used">New</span>
<div>
<span class="h-light-font brand-categ-item">Brand:</span> <span
class="h-light-font name-brand-categ-item">Alice</span>
</div>
</div>
<div
class="item-categ-price flex-space-between-custom align-self-start-custom display-flex-custom">
<a href="#" class="item-add-buy">+</a>
<span class="item-price-buy h-bold-font align-self-center-custom">5$</span>
</div>
</div>
<div class="arrow-right flex-center-custom align-self-center-custom">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</div>
</section>
</main>
<div class="container-fluid">
<footer>
<div class="row mb-4">
<div class="col-md-3 d-flex flex-column justify-content-center about-footer-first">
<div class="brand-logo-name d-flex justify-content-center">
<div class="logo-img-footer mb-4">
<svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
xmlns="http://www.w3.org/2000/svg">
<g>
<path
d="m506.611 165.484c-3.415-2.85-7.918-4.036-12.294-3.242l-220 40c-7.132 1.297-12.317 7.509-12.317 14.758v191.035c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55 55-24.673 55-55v-147.481l190-34.545v93.062c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55 55-24.673 55-55v-240.001c0-4.448-1.974-8.667-5.389-11.516z" />
<path
d="m55 330.001c30.327 0 55-24.673 55-55v-147.482l97.683-17.76c7.132-1.297 12.317-7.509 12.317-14.758v-80c0-4.448-1.974-8.667-5.389-11.516-3.415-2.85-7.918-4.04-12.294-3.242l-110 20c-7.132 1.296-12.317 7.508-12.317 14.758v191.035c-7.507-3.848-16-6.035-25-6.035-30.327 0-55 24.673-55 55s24.673 55 55 55z" />
<path
d="m275 90c23.551 0 45 21.449 45 45 0 8.284 6.716 15 15 15s15-6.716 15-15c0-23.551 21.449-45 45-45 8.284 0 15-6.716 15-15s-6.716-15-15-15c-23.551 0-45-21.449-45-45 0-8.284-6.716-15-15-15s-15 6.716-15 15c0 23.551-21.449 45-45 45-8.284 0-15 6.716-15 15s6.716 15 15 15z" />
<path
d="m135 422c-23.551 0-45-21.449-45-45 0-8.284-6.716-15-15-15s-15 6.716-15 15c0 23.551-21.449 45-45 45-8.284 0-15 6.716-15 15s6.716 15 15 15c23.551 0 45 21.449 45 45 0 8.284 6.716 15 15 15s15-6.716 15-15c0-23.551 21.449-45 45-45 8.284 0 15-6.716 15-15s-6.716-15-15-15z" />
</g>
</svg>
<span class="text-white g-bold-font text-nowrap"> Chord Flow</span>
</div>
</div>
<p class="text-justify g-light-font about-footer">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum, provident! Amet corrupti
maiores culpa laboriosam aspernatur, alias perspiciatis magnam expedita necessitatibus eligendi
explicabo nemo in cupiditate? Placeat dicta aperiam id!
</p>
</div>
<div class="col-md-4 footer-wrapper">
<div class="footer-title pb-2">
<h2 class="h-medium-font footer-sec-title">CATEGORIES</h2>
</div>
<div class="d-flex justify-content-between">
<div>
<ul>
<li class="padding-1"><a class="link-categ" href="#stringCateg">String Instruments </a>
</li>
<li class="padding-1"><a class="link-categ" href="#percussionCateg">Percussion
Instruments </a></li>
<li class="padding-1"><a class="link-categ" href="#windCateg">Wind Instruments </a></li>
<li class="padding-1"><a class="link-categ" href="#accCateg">Acessories </a></li>
</ul>
</div>
<div>
<ul>
<li class="padding-1"><a class="link-categ" href="#stringCateg">String Instruments </a>
</li>
<li class="padding-1"><a class="link-categ" href="#percussionCateg">Percussion
Instruments </a></li>
<li class="padding-1"><a class="link-categ" href="#windCateg">Wind Instruments </a></li>
<li class="padding-1"><a class="link-categ" href="#accCateg">Acessories </a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-2 footer-wrapper">
<div class="footer-title pb-2">
<h2 class="h-medium-font footer-sec-title">NAVIGATION</h2>
</div>
<div>
<ul>
<li class="padding-1"><a class="link-categ" href="index.html">Home</a></li>
<li class="padding-1"><a class="link-categ" href="#">Sign in
</a></li>
<li class="padding-1"><a class="link-categ" href="#">Sign out</a></li>
<li class="padding-1"><a class="link-categ" href="#">Terms & Conditions</a></li>
<li class="padding-1"><a class="link-categ" href="#">FAQ</a></li>
<li class="padding-1"><a class="link-categ" href="#">Help</a></li>
</ul>
</div>
</div>
<div class="col-md-3 footer-wrapper">
<div class="d-flex flex-column align-items-center">
<div class="d-flex flex-column align-items-end">
<div class="my-1 footer-user-selections align-self-end">
<span class="footer-local h-bold-font"> COUNTRY</span>
<span class="footer-selected h-medium-font">Brazil</span>
</div>
<div class="my-1 footer-user-selections align-self-end">
<span class="footer-local h-bold-font">LANGUAGE</span>
<span class="footer-selected h-medium-font">English</span>
</div>
<div class="my-1 footer-user-selections align-self-end">
<span class="footer-local h-bold-font">CURRENCY</span>
<span class="footer-selected h-medium-font">US Dollar</span>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-footer g-light-font d-flex justify-content-center border-top py-4">
Copyright © 2020 Chord Flow. All Rights Reserved. Design by Gabriel Silveira.
</div>
</footer>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Flickity -->
<script src="js/flickity.pkgd.min.js"></script>
</body>
</html>