-
Notifications
You must be signed in to change notification settings - Fork 0
/
explore.html
94 lines (94 loc) · 3.93 KB
/
explore.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
<!DOCTYPE html>
<html>
<head>
<title>Tonus - connecting through music</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="get_background.js" type="text/javascript"></script>
</head>
<body>
<div class="tonus-entry">
<h1 class="tonus-title">Tonus</h1>
<h2 class="tonus-subtitle">Connecting through music</h2>
</div>
<div class="player">
<div class="explore">
<div class="map"><iframe width="100%" height="150" src="https://www.mapsdirections.info/en/custom-google-maps/map.php?width=100%&height=600&hl=ru&q=Malet%20St%2C%20London%20WC1E%207HU%2C%20United%20Kingdom+(Your%20Business%20Name)&ie=UTF8&t=&z=14&iwloc=A&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"><a href="https://www.mapsdirections.info/en/custom-google-maps/">Create a custom Google Map</a> by <a href="https://www.mapsdirections.info/en/">UK Maps</a></iframe></div>
<ul class="playlist">
<li class="song">
<div class="rating">
<div class="arrow-up"></div>
<div class="score">12</div>
<div class="arrow-down"></div>
</div>
<div class="thumbnail">
<!-- <img src="https://puu.sh/xmmgl/40a0bc382e.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/oMV3ofNrzak" frameborder="0" allowfullscreen></iframe>
<div class="play-button"></div>
</div>
<div class="song-details">
<div class="by-user">ilinca.roman</div>
<div class="song-title">Rhye - Summer Days</div>
<div class="song-date">20 minutes ago</div>
</div>
</li>
<li class="song">
<div class="rating">
<div class="arrow-up"></div>
<div class="score">12</div>
<div class="arrow-down"></div>
</div>
<div class="thumbnail">
<!-- <img src="https://puu.sh/xmmgl/40a0bc382e.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/oMV3ofNrzak" frameborder="0" allowfullscreen></iframe>
<div class="play-button"></div>
</div>
<div class="song-details">
<div class="by-user">ilinca.roman</div>
<div class="song-title">Glass Animals - Flip (Lyrics on Screen)</div>
<div class="song-date">20 minutes ago</div>
</div>
</li>
<li class="song">
<div class="rating">
<div class="arrow-up"></div>
<div class="score">12</div>
<div class="arrow-down"></div>
</div>
<div class="thumbnail">
<!-- <img src="https://puu.sh/xmmgl/40a0bc382e.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/oMV3ofNrzak" frameborder="0" allowfullscreen></iframe>
<div class="play-button"></div>
</div>
<div class="song-details">
<div class="by-user">ilinca.roman</div>
<div class="song-title">Glass Animals - Walla Walla (Lyrics on Screen) (Lyrics on Screen)</div>
<div class="song-date">20 minutes ago</div>
</div>
</li>
<li class="song">
<div class="rating">
<div class="arrow-up"></div>
<div class="score">12</div>
<div class="arrow-down"></div>
</div>
<div class="thumbnail">
<!-- <img src="https://puu.sh/xmmgl/40a0bc382e.png"> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/oMV3ofNrzak" frameborder="0" allowfullscreen></iframe>
<div class="play-button"></div>
</div>
<div class="song-details">
<div class="by-user">ilinca.roman</div>
<div class="song-title">Rhye - Summer Days</div>
<div class="song-date">20 minutes ago</div>
</div>
</li>
</ul>
</div>
<div class="menu-bar">
<div class="menu-explore"><a href="explore.html"><img src="assets/explore.png">Explore</a></div>
<div class="menu-add-song"><a href="search_song.html"><img src="assets/plus_grey.png">Add Song</a></div>
<div class="menu-profile"><a href="profile.html"><img src="assets/profile_grey.png">Profile</a></div>
</div>
</div>
</body>
</html>