-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (183 loc) · 5.66 KB
/
index.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
<!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" />
<meta name="title" content="Nyanyi Yuk" />
<meta
name="description"
content="Layanan streaming musik yang paling asik"
/>
<meta
name="keywords"
content="music player, nyanyi yuk, stream music, streaming music"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="57x57"
href="./assets/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="./assets/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="./assets/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="./assets/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="./assets/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="./assets/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="./assets/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="./assets/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="./assets/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="./assets/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<link rel="manifest" href="./assets/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="./assets/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="app/style.css" />
<title>Nyanyi Yuk</title>
</head>
<body>
<div class="app">
<nav class="nav">
<div class="nav__brand">
<figure class="nav__brand-media">
<img src="./assets/img/brand.png" alt="Nyanyi Yuk Logo" />
</figure>
<h1 class="nav__brand-text">Nyanyi Yuk</h1>
</div>
<button class="btn" id="js-btn-lib">Library</button>
</nav>
<div class="player__song-wrapper l-space">
<img class="player__img" alt="Music image" data-song-img />
<h2 class="player__song xl-space"></h2>
<span class="player__artist"></span>
<audio></audio>
</div>
<div class="player__control-wrapper flow-content">
<div class="player__progress">
<div class="progress__duration">
<span class="progress__current-time">00:00</span>
<span class="progress__end-time">03:26</span>
</div>
<div class="progress__bar" id="js-progress-el">
<div class="progress__bar-item" id="js-progress"></div>
</div>
</div>
<div class="player__controls">
<div class="controls__volume">
<svg class="controls__item" id="js-volume">
<use
href="svg/sprite.svg#volume-off"
class="controls__icon"
></use>
</svg>
<input
type="range"
name="volume"
id="js-volume-bar"
min="0"
max="100"
step="1"
/>
</div>
<svg class="controls__item" id="js-prev">
<use href="svg/sprite.svg#play-back" class="controls__icon"></use>
</svg>
<svg class="controls__item controls__item-play" id="js-play">
<use href="svg/sprite.svg#play" class="controls__icon"></use>
</svg>
<svg class="controls__item controls__item-pause" id="js-pause">
<use href="svg/sprite.svg#pause" class="controls__icon"></use>
</svg>
<svg class="controls__item" id="js-next">
<use
href="svg/sprite.svg#play-forward"
class="controls__icon"
></use>
</svg>
<svg class="controls__item controls__item-repeat" id="js-repeat">
<use href="svg/sprite.svg#repeat" class="controls__icon"></use>
</svg>
</div>
</div>
</div>
<div class="library flow-content--large">
<h1 class="library__heading">Library</h1>
<!-- <div class="song">
<img class="song__img" src="img/drunk.jpg" alt="Drunk">
<div class="song__details">
<h2 class="song__title">Drunk</h2>
<span class="song__artist">Keshi</span>
</div>
</div> -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"></script>
<script type="module" src="app/script.js"></script>
</body>
</html>