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

Playlist added in index.html #232

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Playlist added in index.html
  • Loading branch information
Aman authored and Aman committed Oct 25, 2022
commit 5c921836af4eb34039a85c66b374a55e0e3e2180
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1913,6 +1913,33 @@ <h6>By Shreya</h6>
</div>
</div>

<!-- Aman's Playlist -->

<div class="card">
<div class="image">
<img
src="https://img.freepik.com/free-vector/classic-vintage-rays-sunburst-retro-background_1017-33769.jpg?size=626&ext=jpg&ga=GA1.2.91354484.1666539188"
/>
</div>
<div class="title">
<h1>Pop it up</h1>
<h6>by thisisamandang</h6>
</div>
<div class="des">
<iframe
style="border-radius: 12px"
src="https://open.spotify.com/embed/playlist/6neaEGap5A5YgVWYyTr5P8?utm_source=generator"
width="100%"
height="380"
frameborder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"
></iframe>
<button>Pop it up</button>
</div>
</div>

<!--ciana's card-->

<div class="card">
Expand Down