-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmusic.html
More file actions
174 lines (161 loc) · 7.57 KB
/
music.html
File metadata and controls
174 lines (161 loc) · 7.57 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/styles.css" />
<title>This is Juice WRLD</title>
</head>
<body>
<div class="navbar">
<a href="/home.html">
<img class="logo" src="assets/img/Logo.png" alt="logo" />
</a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a class="active" href="music.html">Music</a>
<a href="stats.html">Stats</a>
<a href="merch.html">Merch</a>
</div>
</div>
<h1 class="Stats">Juice WRLD Discography</h1>
<div class="music-container">
<div class="album-section">
<h2>Studio Albums</h2>
<div class="albums-container">
<div class="album-card">
<img src="assets/img/gbandgr.jpg" alt="Goodbye & Good Riddance" />
<div class="album-info">
<h3>Goodbye & Good Riddance (2018)</h3>
<p>Juice WRLD's debut album that brought him mainstream success</p>
<p class="popular-tracks">Top Tracks: "Lucid Dreams", "All Girls Are the Same", "Lean Wit Me"</p>
</div>
</div>
<div class="album-card">
<img src="assets/img/deathrace.jpg" alt="Death Race for Love" />
<div class="album-info">
<h3>Death Race for Love (2019)</h3>
<p>His second studio album that debuted at number one on the Billboard 200</p>
<p class="popular-tracks">Top Tracks: "Robbery", "Hear Me Calling", "Fast"</p>
</div>
</div>
<div class="album-card">
<img src="assets/img/legendsneverdie.jpg" alt="Legends Never Die" />
<div class="album-info">
<h3>Legends Never Die (2020)</h3>
<p>Posthumous album released after his tragic passing</p>
<p class="popular-tracks">Top Tracks: "Come & Go", "Wishing Well", "Life's a Mess"</p>
</div>
</div>
<div class="album-card">
<img src="assets/img/fightingdemons.jpg" alt="Fighting Demons" />
<div class="album-info">
<h3>Fighting Demons (2021)</h3>
<p>Second posthumous album with powerful emotional themes</p>
<p class="popular-tracks">Top Tracks: "Already Dead", "Burn", "Girl of My Dreams"</p>
</div>
</div>
<div class="album-card">
<img src="assets/img/partyneverends.png" alt="The Party Never Ends" />
<div class="album-info">
<h3>The Party Never Ends (2024)</h3>
<p>Third posthumous album continuing his legacy</p>
<p class="popular-tracks">Top Tracks: "Swerve", "To the Stars", "Doomsday"</p>
</div>
</div>
</div>
</div>
<div class="singles-section">
<h2>Notable Singles & Collaborations</h2>
<div class="singles-container">
<div class="single-card">
<h3>"Bandit" (with YoungBoy Never Broke Again)</h3>
<p>Released: October 4, 2019</p>
</div>
<div class="single-card">
<h3>"Lucid Dreams"</h3>
<p>Released: May 4, 2018</p>
<p>Peaked at #2 on Billboard Hot 100</p>
</div>
<div class="single-card">
<h3>"Godzilla" (with Eminem)</h3>
<p>Released: January 17, 2020</p>
<p>Posthumous collaboration with Eminem</p>
</div>
<div class="single-card">
<h3>"Hate Me" (with Ellie Goulding)</h3>
<p>Released: June 26, 2019</p>
</div>
<div class="single-card">
<h3>"Smile" (with The Weeknd)</h3>
<p>Released: August 7, 2020</p>
<p>Posthumous collaboration</p>
</div>
<div class="single-card">
<h3>"All Night" (with BTS)</h3>
<p>Released: June 21, 2019</p>
</div>
</div>
</div>
<div class="music-timeline">
<h2>Musical Journey</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">2015</div>
<div class="timeline-content">
<p>Began posting music on SoundCloud under the name JuicetheKidd</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2017</div>
<div class="timeline-content">
<p>Released EP "9 9 9" and changed his name to Juice WRLD</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2018</div>
<div class="timeline-content">
<p>Released "Lucid Dreams" and signed to Interscope Records for $3 million</p>
<p>Released debut album "Goodbye & Good Riddance"</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2019</div>
<div class="timeline-content">
<p>Released "Death Race for Love" which debuted at #1 on Billboard 200</p>
<p>Collaborated with artists including BTS, Ellie Goulding, and YoungBoy Never Broke Again</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2020-2024</div>
<div class="timeline-content">
<p>Posthumous releases including "Legends Never Die", "Fighting Demons", and "The Party Never Ends"</p>
<p>Continued to break streaming records and maintain a musical legacy</p>
</div>
</div>
</div>
</div>
<div class="music-player-section">
<h2>Listen to Juice WRLD</h2>
<div class="streaming-links">
<a target="_blank" href="https://open.spotify.com/artist/4MCBfE4596Uoi2O4DtmEMz">
<img class="spotify" src="assets/img/spotify.png" />
<p>Spotify</p>
</a>
<a target="_blank" href="https://soundcloud.com/uiceheidd">
<img class="soundcloud" src="assets/img/soundcloud.png" />
<p>SoundCloud</p>
</a>
<a target="_blank" href="https://www.youtube.com/@JuiceWRLD">
<img class="youtube" src="assets/img/youtube.png" />
<p>YouTube</p>
</a>
</div>
</div>
</div>
<script src="assets/js/music-page.js"></script>
</body>
</html>