Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Update index.html #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,26 @@ <h6>By Esha</h6>
<button>Feel it. Live it. </button>
</div>
</div>

<!--Aman's card --> <!--Esha's card -->
<div class="card">

<div class="image">
<img
src="https://images.unsplash.com/photo-1661287976410-a9b4a4b65716?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80">
</div>
<div class="title">
<h1>
Diljit mix </h1>
<h6>By Aman </h6>
</div>
<div class="des">
<iframe style="border-radius:12px" src="https://open.spotify.com/playlist/37i9dQZF1DX0GO2iStOATx?si=76df1602999b4f27"
width="100%" height="380"
frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<button>Feel it. Live it. </button>
</div>
</div>


</body>
Expand Down