-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added effects & adjusted spotify page
added glow effects adjusted spotify page to look more pleasing looking
- Loading branch information
Showing
8 changed files
with
123 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# This isn't fully my work :) | ||
# I have adjusted a lot of stuff + added animations + multiple web pages + tried to make it more aesthetically pleasing :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>~/Spotify</title> | ||
<link rel="stylesheet" type="text/css" href="stylespotify.css"> | ||
</head> | ||
|
||
<body> | ||
<nav> | ||
<h1>•* ⁀ ➷ My playlists .ೃ࿐</h1> | ||
<h1> | ||
<div style = "position:relative;right:125px;bottom:20px;"> | ||
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/4aTtB4MV00ZFwQvEUjRkHj?utm_source=generator" width="150%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe> | ||
</div> | ||
<h1 class="animate-glow">•* ⁀ ➷ My playlists .ೃ࿐</h1> | ||
<div class="playlist-container"> | ||
<iframe | ||
style="border-radius:12px" | ||
src="https://open.spotify.com/embed/playlist/4aTtB4MV00ZFwQvEUjRkHj?utm_source=generator" | ||
width="100%" | ||
height="352" | ||
frameBorder="0" | ||
allowfullscreen="" | ||
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" | ||
loading="lazy"></iframe> | ||
</div> | ||
<div class="playlist-container"> | ||
<iframe | ||
style="border-radius:12px" | ||
src="https://open.spotify.com/embed/playlist/6xk8MBSfV8XipqVJd4Yp9W?utm_source=generator&theme=0" | ||
width="100%" | ||
height="352" | ||
frameBorder="0" | ||
allowfullscreen="" | ||
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" | ||
loading="lazy"></iframe> | ||
</div> | ||
|
||
<div style = "position:relative;right:125px;bottom:15px;"> | ||
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/6xk8MBSfV8XipqVJd4Yp9W?utm_source=generator&theme=0" width="150%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe> | ||
</div> | ||
</h1> | ||
<h1> | ||
<div style="position: relative;left: 40px;"> | ||
<a href="index.html">ˏˋ°•*⁀➷┊ Main Page ┆· • . °</a> | ||
</div> | ||
</h1> | ||
<div class="home-link"> | ||
<a href="index.html">ˏˋ°•*⁀➷┊ Main Page ┆· • . °</a> | ||
</div> | ||
</nav> | ||
|
||
<script type="text/javascript" src="index.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters