-
Notifications
You must be signed in to change notification settings - Fork 0
/
playlist.html
87 lines (72 loc) · 3.9 KB
/
playlist.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Spotify </title>
<link rel="shortcut icon" href="Icons/favicon1.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li class="brand-logo">
<img src="GIFs/spotify.gif" alt="logo">
Spotify
</li>
<li> <a href="index.html"> HOME </a> </li>
<li> <a href="playlist.html"> MY CORNER </a> </li>
</ul>
</nav>
</header>
<main>
<h2> My Spotify Playlists </h2>
<div class="myPlaylists">
<div class="playlist">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/3NMO2qj23k2rzV6CKgAiLD?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="playlist">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/6kzXqbhWp3LTQgZo51uiMZ?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="playlist">
<iframe src="https://open.spotify.com/embed/playlist/26hfnjdeF1a5FMnI2XEVPz?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="playlist">
<iframe src="https://open.spotify.com/embed/playlist/5hYyYr7oP8t3jojH0JSwsp?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="playlist">
<iframe src="https://open.spotify.com/embed/playlist/7clBHrxhf8JRuR24rDw3mg?utm_source=generator&theme=0" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<div class="playlist">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/5hQNRFoo7s4zevPUciySwX?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
</div>
<div class="gifs">
<br>
<div id="quote"> One good thing about music, when it hits you, you feel no pain. </div>
<br>
<div class="enjoying-gifs">
<img src="GIFs/enjoyingsong.gif" alt="">
<img src="GIFs/enjoyingsong2.gif" alt="">
</div>
<div id="spotify-url-container">
<a href="https://open.spotify.com/user/8crnjds4202jyqa77wnhgdwsa" target="_blank" >
<img src="GIFs/spotify.gif" id = "spotify-gif" alt="">
</a>
<span id="spotify-profile-link"> Follow me on Spotify by clicking on this logo </span>
</div>
</div>
</main>
<footer>
<p>© Copyright 2021</p>
<p>Built with ❤️ by Ayush Singh</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>
</body>
</html>