-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (42 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="assets/ghost.png" type="image/png">
<title>Spooky Beats</title>
<link href="https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica|Jim+Nightshade|Nosifer" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p class="intro">Mixmob Presents</p>
<img class="logo" src="assets/logo.png" alt="Spooky Beats">
<h1 class="header">
Oct 27 <span class="bullet">•</span> <a href="https://goo.gl/maps/xmkzdq5keEB2" target="_blank">555 Arts</a>
</h1>
<a class="get-tickets" href="https://www.eventbrite.com/e/spooky-beats-tickets-38451557644">
Get Tickets
</a>
<div class="lineup">
<p>FEATURING</p>
<a href="https://soundcloud.com/zelooperz" target="_blank">
<img class="headliner" src="assets/zeloopers.png" alt="zeloopers">
</a>
<p class="artists">
<a class="artist" href="https://soundcloud.com/dj-glitter-magik" target="_blank">Glitter Magik</a>
<a class="artist" href="https://soundcloud.com/zfogg" target="_blank">zfogg</a>
<a class="artist" href="https://soundcloud.com/rohyourb0at" target="_blank">Ro</a>
</p>
<p class="artists">
<a class="artist" href="https://soundcloud.com/zanewithspoon" target="_blank">Zanax</a>
<a class="artist" href="https://soundcloud.com/mynameisaaj" target="_blank">AAJ</a>
<a class="artist" href="https://soundcloud.com/shaedistrict" target="_blank">Shae District</a>
</p>
</div>
<video class="video-background" class="fullscreen" preload="auto" autoplay loop muted>
</video>
<script src="main.js"></script>
</body>
</html>