-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
111 lines (80 loc) · 4.83 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-15242862-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15242862-2');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,user-scalable =no" />
<meta name="description" content="Spacebarman is an electronic rock band from Barcelona. Spacebarman es un grupo de rock de Barcelona.">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Spacebarman</title>
<script src="scripts.js"></script>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />
<link href="reset.css" type="text/css" rel="stylesheet"/>
<link href="style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<nav id="top-bar" class="menu-bar">
<a class="bar-item" href="bio/">Bio</a>
<a class="bar-item" href="https://www.youtube.com/user/spacebarmanvideo" target="_blank">Video</a>
<a class="bar-item" href="https://spacebarman.us12.list-manage.com/subscribe?u=08fa2b83e7de09bfd19384dee&id=08f0d07b1e" target="_blank">Subscribe</a>
<div class="bar-item submenu">
Follow
<div class="submenu-dropdown">
<a class="bar-item" href="https://www.instagram.com/spacebarman/" target="_blank"><div class="bar-subitem">Instagram</div></a>
<a class="bar-item" href="https://facebook.com/spacebarman" target="_blank"><div class="bar-subitem">Facebook</div></a>
<a class="bar-item" href="https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fspacebarman.com%2F®ion=follow_link&screen_name=spacebarman&tw_p=followbutton&variant=2.0" target="_blank"><div class="bar-subitem">Twitter</div></a>
<a class="bar-item" href="https://music.youtube.com/spacebarmanvideo" target="_blank">Youtube</a>
</div>
</div>
</nav>
<div id="bg" class="bg">
<div id="profiles">
<div class="profile">
<img class="profile-img" src="images/profile-red-left.gif" />
</div>
<div class="profile right">
<img class="profile-img" src="images/profile-red-left.gif" />
</div>
</div>
<div id="middle">
<iframe width="560" height="315" src="https://www.youtube.com/embed/2qFQpK_iDQI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="ctas">
<div class="listen-button cta-button" id="listen-button">
<div class="listen-dropdown" id="listen-dropdown">
<div class="play-service">
<a href="https://open.spotify.com/artist/1o8zzq05yXKrsdQUrMzZdc?si=2PyPqY8tQgm56WQe26Musw" target="_blank"><img class="service-logo" src="images/logo-spotify.png" /></a>
</div>
<div class="play-service">
<a href="https://music.youtube.com/channel/UCkTzGWzQiEjXv_Uv_bi7chg" target="_blank"><img class="service-logo" src="images/logo-youtubemusic.png" /></a>
</div>
<div class="play-service">
<a href="https://itunes.apple.com/us/artist/spacebarman/id525428256" target="_blank"><img class="service-logo" src="images/logo-applemusic.png" /></a>
</div>
<div class="play-service">
<a href="https://www.deezer.com/us/artist/4246882" target="_blank"><img class="service-logo" src="images/logo-deezer.png" /></a>
</div>
<div class="play-service">
<a href="https://music.amazon.com/artists/B0081B12JI/spacebarman" target="_blank"><img class="service-logo" src="images/logo-amazon.png" /></a>
</div>
<div class="play-service">
<a href="https://soundcloud.com/spacebarman" target="_blank"><img class="service-logo" src="images/logo-soundcloud.png" /></a>
</div>
<div class="play-service" id="close-dropdown">
×
</div>
</div>
Listen
</div>
</div>
</div>
<div id="credits"><a id="jp" href="http://www.jpcarrascal.com" target=_blank>designed and coded by jp</a></div>
</div>
</body>
</html>