-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
105 lines (73 loc) · 3.26 KB
/
music.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
<!-- Designed and Developed by Eli Alvarado and Damian Medina -->
<!------- Eli Alvarado ------->
<!-- Instagram: @eli_alvaradoo -->
<!-- Twitter: @elialvaradoo -->
<!------- Damian Media ------->
<!-- Instagram: _77three -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Adot finds a lot to do within that gray sonic blanket in his music, veering from terse, fragmented bars to viscous verses in his music that melt into the atmosphere while imparting a skittishness into his performances that suggests he could completely change course in the middle of a song">
<meta name="keywords" content="Adot, Adotxx, rapper, chicago, lyrical lemonade, ANTI">
<title>Adot | Music</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style01.css">
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Knewave" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="images/favicon-adot.jpg" sizes="16x16" type="image/jpg">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123905907-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123905907-1');
</script>
</head>
<body>
<div class="musicbackground-vid"></div>
<nav id="nav">
<a class="clickr fas fa-bars"></a>
<ul>
<li><a href="/index">Home</a></li>
<li><a href="/music">Music</a></li>
<li><a href="/videos">Videos</a></li>
<li><a href="https://adot.bigcartel.com/" target="_blank">Store</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<script type="text/javascript">
$('.clickr').click(function(){
$('#nav ul').slideToggle(300);
});
</script>
<div id="text">
<p></p>
<h1 class="landing-text"><span id="offset"></span></h1>
</div>
<!-- MUSIC SECTION -->
<div class="social-media-wrapper">
<div class="music-social-media">
<a href="https://itunes.apple.com/us/artist/adot/474886149" target="_blank">
<i class="fab fa-apple"></i>
</a>
</div>
<div class="music-social-media">
<a href="https://open.spotify.com/artist/1ErzdgsL12unJZsJkqq85H" target="_blank">
<i class="fab fa-spotify"></i>
</a>
</div>
<div class="music-social-media">
<a href="https://soundcloud.com/adot_al" target="_blank">
<i class="fab fa-soundcloud"></i>
</a>
</div>
</div>
<div class="allrights">© <script>document.write(new Date().getFullYear());</script> Adot. All rights reserved. </div>
</body>
</html>