-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoyWithUke.html
229 lines (194 loc) · 12 KB
/
BoyWithUke.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!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"> <!-- The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. -->
<link rel="stylesheet" href="Style2.css"> <!-- This <link> tag use for linking CSS in HTML -->
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Dancing+Script:wght@400;700&display=swap" rel="stylesheet"> <!-- This <link> tag use for linking font from the web in HTML -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"> <!-- This link is used for profile arrow icon -->
<link href="https://fonts.googleapis.com/css2?family=Macondo&family=Syne+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<title>Muzify</title>
</head>
<body>
<!-- This is <div> tag it is used to divied web-page into parts with class "topbar" which helps to identify in CSS -->
<div class="topbar">
<!-- This <div> tag is subset of "topbar" -->
<div class="topbar-container">
<!-- New <div> has start from here and subset of topbar-container -->
<div class="logo-container">
<!-- This <h1> contains website name -->
<h1 class="logo">Muzify</h1>
</div>
<!-- New <div> has start from here and subset of topbar-container -->
<div class="profile-container">
<!-- <img> tag is used for insert image with src attribute which used as source for image -->
<img class="profile-image" src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Alberto_conversi_profile_pic.jpg" alt="">
<div class="profile-text-container">
<span class="profile-text">Profile</span>
<!-- This used for arrow which shown in beside profile -->
<i class="fa-sharp fa-solid fa-caret-down"></i>
</div>
<div class="toggle">
<i class="fa-solid fa-moon toggle-icon"></i>
<i class="fa-solid fa-sun toggle-icon"></i>
<div class="toggle-ball"></div>
</div>
</div>
</div>
</div>
<!-- This is another <div> tag it is used to divied web-page into parts with class "Sidebar" which helps to identify in CSS -->
<div class="sidebar">
<i class="left-menu-icon fa-solid fa-magnifying-glass"></i>
<a href="Index.html"><i class="left-menu-icon fa-solid fa-house-chimney"></i></a>
<i class="left-menu-icon fa-solid fa-users"></i>
<i class="left-menu-icon fa-solid fa-bookmark"></i>
</div>
<!-- This is yet another <div> for container(main content in website) -->
<div class="main_container">
<div class="container">
<div class="top_container">
<img src="img/BoyWithUke.jpeg" alt="" class="img-title">
<p class="img-desc">
BoyWithUke is a pseudonymous American alt-pop singer, musician and internet personality.<br><br>
He rose to popularity on the online platform TikTok with his viral single "Toxic". He is currently signed to Republic Records.<br><br>
The single reached No. 1 on the Billboard Alternative Airplay charts after being on the charts for thirty-one consecutive weeks, which was the sixth-longest rise to No. 1 in Alternative Airplay's history.<br><br>
"Toxic" was also BoyWithUke's first No. 1 chart listing..<br><br>
BoyWithUke wears an opaque face shield with two large LED lights in order to ensure his anonymity. His music is centered around the ukulele<br><br>
t debuted at No. 7 on the Billboard Alternative Airplay and Billboard 200 charts and features "Toxic" as its lead single.<br><br>
After the album's release, BoyWithUke was listed as one of the top ten Billboard Emerging Artists
</p>
</img>
</div>
<div class="bottom_container">
<div class="artist-img">
<h1 class="title-artist">
Recent Albums
</h1>
<div class="artist-img-wrapper">
<div class="artist-img-list">
<div class="artist-img-item">
<img src="img/Understand.jpeg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Seratonin Dreams
<p class="artist-img-desc"> </p>
</span>
</div>
<div class="artist-img-item">
<img src="img/folklore and evermore.jpeg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Melatonin Dreams</span>
<p class="artist-img-desc"> </p>
</div>
</div>
</div>
</div>
</h1>
<div class="song_list2">
<li class="song_Item">
<span class="span">01</span>
<img src="img/SickOfU.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Sick of U (with Oliver Tree)<br>
<div class="subtitle">BoyWithUke,Oliver Tree</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SickOfU.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
<li class="song_Item">
<span class="span">02</span>
<img src="img/LongDrives.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Long Drives <br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Long Drives.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
<li class="song_Item">
<span class="span">03</span>
<img src="img/BoyWithUke2.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Two Moons<br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/TwoMoons.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
<li class="song_Item">
<span class="span">04</span>
<img src="img/Toxic.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Toxic<br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Toxic.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
</div>
<div class="song_list2">
<li class="song_Item">
<span class="span">05</span>
<img src="img/Understand.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Afterglow<br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
<li class="song_Item">
<span class="span">06</span>
<img src="img/Loafers.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Loafers<br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Loafers.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i> &n
</audio>bsp;
</div>
</li>
<li class="song_Item">
<span class="span">07</span>
<img src="img/Understand.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Heart of Ice<br>
<div class="subtitle">BoyWithUke</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Heart Of Ice.mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="App.js"></script>
</html>