Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new Playlist #91

Merged
merged 1 commit into from Oct 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 17 additions & 2 deletions index.html
Expand Up @@ -661,7 +661,24 @@ <h6>by SP</h6>
</div>
</div> -->

<!--Vansh's card -->

<div class="card">

<div class="image">
<img src="https://i.scdn.co/image/ab67616d0000b273a2dc2c548bd88e8da5ac40da">
</div>
<div class="title">
<h1>
Indie Rock</h1>
<h6>by Vansh</h6>
</div>
<div class="des">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/0F5jtqymZdQLjASSiFY496?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<button>Hit it While on Road</button>

</div>
</div>


<!-- youtube--card -->
Expand Down Expand Up @@ -738,8 +755,6 @@ <h1>Insert YouTube music playlist name.</h1>





<p class="footer-heart">
Made with <g-emoji class="g-emoji" alias="heart"
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">
Expand Down