Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami committed Sep 5, 2024
1 parent d53a69f commit 23e6ea5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 0 additions & 1 deletion Exercise 2/ex2.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ body{
color: #7827e7;
border-color: #7827e7;
}

13 changes: 12 additions & 1 deletion Exercise 2/ex2.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h2 style="color: #7827e7;">Groovy</h2>
</div>
<br>


<!-- Popular section -->
<div class="popular-section">
<h2 class="text-center" style="font-size: 30px;">Popular Songs</h2>
Expand All @@ -55,6 +56,7 @@ <h3 class="popular-song-name">Electric Love</h3>
<h4 class="popular-singer-name">Borns</h4>
</div>


<!-- 2 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/42VsgItocQwOQC3XWZ8JNA">
Expand All @@ -66,6 +68,7 @@ <h3 class="popular-song-name">FEIN</h3>
<h4 class="popular-singer-name">Travis Scott, Playboi Carti</h4>
</div>


<!-- 3 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/5FVd6KXrgO9B3JPmC8OPst">
Expand All @@ -77,6 +80,7 @@ <h3 class="popular-song-name">Do I Wanna Know</h3>
<h4 class="popular-singer-name">Arctic Monkeys</h4>
</div>


<!-- 4 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/5LrN7yUQAzvthd4QujgPFr">
Expand All @@ -88,6 +92,7 @@ <h3 class="popular-song-name">Here</h3>
<h4 class="popular-singer-name">Alessia Shah</h4>
</div>


<!-- 5 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/4ztdjZ2t7BVo5DLIFQBdJh">
Expand All @@ -99,6 +104,7 @@ <h3 class="popular-song-name">Jericho</h3>
<h4 class="popular-singer-name">Iniko</h4>
</div>


<!-- 6 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/album/7vus4Q8r5DS2Dl1JClxEsA?uid=980533fe5f7ca9710059&uri=spotify%3Atrack%3A3Ofmpyhv5UAQ70mENzB277">
Expand All @@ -110,6 +116,7 @@ <h3 class="popular-song-name">Astronaut In The Ocean</h3>
<h4 class="popular-singer-name">Masked Wolf</h4>
</div>


<!-- 7 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/2gam98EZKrF9XuOkU13ApN">
Expand All @@ -121,6 +128,7 @@ <h3 class="popular-song-name">Promiscuous</h3>
<h4 class="popular-singer-name">Nelly Furtado, Timbaland</h4>
</div>


<!-- 8 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/3M0lSi5WW79CXQamgSBIjx">
Expand All @@ -132,6 +140,7 @@ <h3 class="popular-song-name">Swim</h3>
<h4 class="popular-singer-name">Chase Atlantic</h4>
</div>


<!-- 9 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/0qMip0B2D4ePEjBJvAtYre">
Expand All @@ -143,6 +152,7 @@ <h3 class="popular-song-name">Gurenge</h3>
<h4 class="popular-singer-name">Akano</h4>
</div>


<!-- 10 -->
<div class="col-6 col-md-2 popular text-center">
<a href="https://open.spotify.com/track/2FpWhUMOPGUVR95DkfKjGH">
Expand All @@ -157,7 +167,8 @@ <h4 class="popular-singer-name">Chris Stapleton</h4>
</div>
</div>


<!-- Bootstrap JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
</html>
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
</head>
<body>


<h1 style="font-size: 3rem;">Exercise</h1>


<div class="main">
<div class="sub">
<a href="./Exercise 1/ex1.html">Exercise 1</a>
Expand All @@ -18,9 +20,9 @@ <h1 style="font-size: 3rem;">Exercise</h1>
<a href="#">Exercise 4</a>
<a href="#">Exercise 5</a>
<a href="#">Exercise 6</a>
<a href="Bootstrap/boots.html">Bootstrap</a>
</div>
</div>


</body>
</html>
</html>

0 comments on commit 23e6ea5

Please sign in to comment.