-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (79 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Look At The Bones | Linktree</title>
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.3.0/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" type="text/css" href="/style.css??version=1">
</head>
<body>
<a id="profilePicture" href="#popup">
<img src="img/flickering_latb_check_engine_light.gif" alt="Band Logo">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<img src="img/flickering_latb_check_engine_light.gif" alt="Band Logo">
</div>
<div class="popup-quote">
all the times i laughed... <br>i miss them all so bad
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="upcoming_shows">
<a href="https://www.songkick.com/artists/10262187"
class="songkick-widget" data-theme="dark" data-track-button="on"
data-detect-style="off" data-background-color="rgb(0,0,0,1)"
data-font-color="rgb(255,255,255,1)" data-locale="en"
data-other-artists="on" data-share-button="on" data-country-filter="on"
data-rsvp="on" data-request-show="on" data-past-events="off"
data-past-events-offtour="off" data-remind-me="off">
</a>
<script src='//widget-app.songkick.com/injector'></script>
</div>
<div id="links">
<a class="link" href="https://open.spotify.com/artist/3MI5NMHCQDn1aAjqgGNAC7" target="_blank">
Our debut EP "Home Sweet Home" is out now on all platforms!
</a>
<a class="link" href="https://open.spotify.com/artist/3MI5NMHCQDn1aAjqgGNAC7" target="_blank">
<i class="fab fa-spotify"> </i>Spotify
</a>
<a class="link" href="https://www.instagram.com/latbones" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://www.tiktok.com/@lookatthebones" target="_blank">
<i class="fa-brands fa-tiktok"> </i>TikTok
</a>
<a class="link" href="https://look-at-the-bones.bandcamp.com" target="_blank">
<i class="fab fa-bandcamp"> </i>Bandcamp
</a>
<a class="link" href="https://twitter.com/LATBones" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a>
<a class="link" href="https://music.apple.com/us/artist/look-at-the-bones/1646463098" target="_blank">
<i class="fab fa-itunes"> </i>Apple Music
</a>
<a class="link" href="https://www.youtube.com/channel/UCA2LFL3_0PL7dEmI1O2luug" target="_blank">
<i class="fab fa-youtube"> </i>Youtube
</a>
<a class="link" href="https://soundcloud.com/look-at-the-bones" target="_blank">
<i class="fab fa-soundcloud"> </i>Soundcloud
</a>
<a class="link" href="https://www.facebook.com/lookatthebones/" target="_blank">
<i class="fab fa-facebook"> </i>Facebook
</a>
<a class="link" href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope"> </i>E-Mail
</a>
</div>
<div id="hashtag">
#LATB
</div>
</body>
</html>