Spaces:
Running
Running
Commit
·
eec1d55
1
Parent(s):
f002507
Update index.html
Browse files- index.html +41 -43
index.html
CHANGED
|
@@ -287,15 +287,15 @@ audio {
|
|
| 287 |
</div>
|
| 288 |
|
| 289 |
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
</div>
|
| 299 |
<!-- Login Page appears when click on the login text -->
|
| 300 |
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
| 301 |
<div class="modal-dialog">
|
|
@@ -444,25 +444,24 @@ audio {
|
|
| 444 |
|
| 445 |
|
| 446 |
<!-- Carousel for image automate sliding -->
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
| 452 |
-
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
<div class="p-3 matter">
|
| 458 |
<h1>Enjoy The Most Popular Songs</h1>
|
| 459 |
<p>Popular songs are widely loved tunes that resonate widely with audiences, often topping charts and becoming widely recognized due to their catchy melodies or meaningful lyrics.</p>
|
| 460 |
</div>
|
| 461 |
-
</div>
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
-
<div class="slide2 d-flex flex-column justify-content-center">
|
| 466 |
<div>
|
| 467 |
<div class="p-3">
|
| 468 |
<h1>Trending Songs</h1>
|
|
@@ -470,11 +469,9 @@ audio {
|
|
| 470 |
</div>
|
| 471 |
</div>
|
| 472 |
</div>
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
|
| 476 |
-
|
| 477 |
-
<div class="slide3 d-flex flex-column justify-content-center">
|
| 478 |
<div>
|
| 479 |
<div class="p-3">
|
| 480 |
<h1>Best of 90's</h1>
|
|
@@ -482,21 +479,22 @@ audio {
|
|
| 482 |
</div>
|
| 483 |
</div>
|
| 484 |
</div>
|
| 485 |
-
</div>
|
| 486 |
-
|
| 487 |
-
</div>
|
| 488 |
-
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
|
| 489 |
-
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
| 490 |
-
<span class="sr-only">Previous</span>
|
| 491 |
-
</a>
|
| 492 |
-
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
|
| 493 |
-
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
| 494 |
-
<span class="sr-only">Next</span>
|
| 495 |
-
</a>
|
| 496 |
-
</div><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
|
| 497 |
-
<link rel="stylesheet" href="search.css" />
|
| 498 |
-
<script defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAi0RCj8aLdKFX-cvYkW6kDveuaUlMnpes&libraries=places&callback=initMap"></script>
|
| 499 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 500 |
|
| 501 |
<!-- Container page which containes songs -->
|
| 502 |
|
|
|
|
| 287 |
</div>
|
| 288 |
|
| 289 |
|
| 290 |
+
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
|
| 291 |
+
<div class="offcanvas-header">
|
| 292 |
+
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
|
| 293 |
+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
| 294 |
+
</div>
|
| 295 |
+
<div class="offcanvas-body">
|
| 296 |
+
<p>Try scrolling the rest of the page to see this option in action.</p>
|
| 297 |
+
</div>
|
| 298 |
+
</div>
|
| 299 |
<!-- Login Page appears when click on the login text -->
|
| 300 |
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
| 301 |
<div class="modal-dialog">
|
|
|
|
| 444 |
|
| 445 |
|
| 446 |
<!-- Carousel for image automate sliding -->
|
| 447 |
+
<div>
|
| 448 |
+
<div id="carouselExampleIndicators" class="carousel slide">
|
| 449 |
+
<div class="carousel-indicators">
|
| 450 |
+
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
| 451 |
+
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
|
| 452 |
+
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
|
| 453 |
+
</div>
|
| 454 |
+
<div class="carousel-inner">
|
| 455 |
+
<div class="carousel-item active">
|
| 456 |
+
<div class="slide1 d-flex flex-column justify-content-center">
|
| 457 |
<div class="p-3 matter">
|
| 458 |
<h1>Enjoy The Most Popular Songs</h1>
|
| 459 |
<p>Popular songs are widely loved tunes that resonate widely with audiences, often topping charts and becoming widely recognized due to their catchy melodies or meaningful lyrics.</p>
|
| 460 |
</div>
|
| 461 |
+
</div>
|
| 462 |
+
</div>
|
| 463 |
+
<div class="carousel-item">
|
| 464 |
+
<div class="slide2 d-flex flex-column justify-content-center">
|
|
|
|
| 465 |
<div>
|
| 466 |
<div class="p-3">
|
| 467 |
<h1>Trending Songs</h1>
|
|
|
|
| 469 |
</div>
|
| 470 |
</div>
|
| 471 |
</div>
|
| 472 |
+
</div>
|
| 473 |
+
<div class="carousel-item">
|
| 474 |
+
<div class="slide3 d-flex flex-column justify-content-center">
|
|
|
|
|
|
|
| 475 |
<div>
|
| 476 |
<div class="p-3">
|
| 477 |
<h1>Best of 90's</h1>
|
|
|
|
| 479 |
</div>
|
| 480 |
</div>
|
| 481 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 482 |
</div>
|
| 483 |
+
</div>
|
| 484 |
+
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
|
| 485 |
+
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
| 486 |
+
<span class="visually-hidden">Previous</span>
|
| 487 |
+
</button>
|
| 488 |
+
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
|
| 489 |
+
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
| 490 |
+
<span class="visually-hidden">Next</span>
|
| 491 |
+
</button>
|
| 492 |
+
</div>
|
| 493 |
+
</div>
|
| 494 |
+
|
| 495 |
+
|
| 496 |
+
|
| 497 |
+
|
| 498 |
|
| 499 |
<!-- Container page which containes songs -->
|
| 500 |
|