-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·132 lines (108 loc) · 4.28 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!-- Designed and Developed by Eli Alvarado and Damian Medina -->
<!------- Eli Alvarado ------->
<!-- Instagram: @eli_alvaradoo -->
<!------- Damian Media ------->
<!-- Instagram: _77three -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Adot finds a lot to do within that gray sonic blanket, veering from terse, fragmented bars to viscous verses 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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Adot | Home</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="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 style="cursor: url('images/cross-hair.cur')">
<!-- <div class="fullscreen-bg">
<video loop muted autoplay poster="img/videoframe.jpg" class="fullscreen-bg__video">
<source src="videos/min-clip.mp4" type="video/mp4">
</video> -->
<div class="background-vid"></div>
<!-- <div class="background-vid01"></div>
<div class="background-vid02"></div> -->
</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>
<div id="text">
<p>Official website for</p>
<h1 class="landing-text">ADOT<span id="offset"></span></h1>
</div>
<footer>
<div class="social-media-wrapper">
<div class="social-media">
<a href="https://www.instagram.com/adotxx/?hl=en" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="social-media">
<a href="https://soundcloud.com/adot_al" target="_blank">
<i class="fab fa-soundcloud"></i>
</a>
</div>
<div class="social-media">
<a href="https://open.spotify.com/artist/1ErzdgsL12unJZsJkqq85H" target="_blank">
<i class="fab fa-spotify"></i>
</a>
</div>
<div class="social-media">
<a href="https://twitter.com/adotxx?lang=en" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</div>
<div class="social-media">
<a href="https://itunes.apple.com/us/artist/adot/474886149" target="_blank">
<i class="fab fa-apple"></i>
</a>
</div>
<!-- <div class="social-media">
<a href="">
<i class="fab fa-youtube"></i>
</a>
</div> -->
<!-- <div class="social-media">
<a href="">
<i class="fab fa-facebook-square"></i>
</a> -->
</div>
<div class="allrights">© <script>document.write(new Date().getFullYear());</script> Adot. All rights reserved.<br>© ED WAS HERE </div>
</div>
</footer>
<script type="text/javascript">
$('.clickr').click(function(){
$('#nav ul').slideToggle(300);
});
</script>
<!--
<script>
document.getElementsByTagName("body")[0].style.cursor = "url('images/cross-hair.cur'), auto";
</script> -->
<!--
<script>
console.log('%c created by EDvelopment', 'font-weight: bold; font-size: 50px;color: red; text-shadow: 2px 2px 0 rgb(217,31,38) , 4px 4px 0 rgb(226,91,14) , 6px 6px 0 rgb(245,221,8) , 8px 8px 0 rgb(5,148,68) , 10px 10px 0 rgb(2,135,206) , 12px 12px 0 rgb(4,77,145) , 14px 14px 0 rgb(42,21,113)');
</script>
-->
</body>
</html>