-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSelf.html
79 lines (74 loc) · 4.25 KB
/
Self.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
<!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>Self</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
</ul>
</nav>
<div class="background-container">
<video autoplay loop muted playsinline class="background-clip">
<source src="Background1.mp4">
</video>
<div class="container">
<div class="songlist">
<h1>Unlock Self Confidence</h1>
<br>
<div class="songItemContainer">
<div class="songItem">
<img src="Cover21.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/WKiRLpD0xSo?si=2M4e0QrYNlXvY_FI">Self Confidence</a></span>
<span class="timestamp">7:31</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="1"></i> </span>
</div>
<div class="songItem">
<img src="Cover22.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/8HT44TBt2Zk?si=X4zsVGw1V8DLl4xP">Smart Work</a></span>
<span class="timestamp"> 8:47</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="2"></i> </span>
</div>
<div class="songItem">
<img src="Cover23.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/i1fXAmApPrA?si=Mo2FTJshRTJqtoSL">Self Empowerment</a></span>
<span class="timestamp"> 9:51</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="3"></i> </span>
</div>
<div class="songItem">
<img src="Cover24.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/AL08YZCYShc?si=Fth3b5rGFi4Da5rm">Encouragement</a></span>
<span class="timestamp"> 6:15</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="4"></i> </span>
</div>
<div class="songItem">
<img src="Cover25.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/PGUdWfB8nLg?si=XvrgbL-xWNF2y8dz">Driving Force</a></span>
<span class="timestamp"> 7:07</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="5"></i> </span>
</div>
<div class="songItem">
<img src="Cover26.jpg" alt="1" height="30px" width="80px">
<span><a href="https://youtu.be/Tuw8hxrFBH8?si=Lg8MgsE-T7QDGeba">Elevation</a></span>
<span class="timestamp">10:28</span>
<span class="songlistplay"><span></span> <i class="miniPlay fa-regular songItemPlay fa-2x fa-circle-play" style="color: black" id="6"></i> </span>
</div>
</div>
</div>
</div>
<div class="songbanner"></div>
</div>
<nav>
<ul>
</ul>
</nav>
<script src="https://kit.fontawesome.com/7b137c33d0.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>