-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 3.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Delta Rain Dance</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<main>
<div class="logo">
<img src="./img/logo-light.svg" alt="Delta Rain Dance" />
</div>
<div class="content">
<div class="newsletter">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://deltaraindance.us19.list-manage.com/subscribe/post?u=8c6da7dcf74be9b7f0dd4a2e4&id=e4a9ebb5ac"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank"
novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<!-- <label for="mce-EMAIL">Email Address </label> -->
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Enter E-Mail To Join Mailinglist">
<img class="newsletter__submit" src="./img/icn_submit-dark.svg" alt="">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_8c6da7dcf74be9b7f0dd4a2e4_e4a9ebb5ac"
tabindex="-1" value=""></div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="links">
<a href="https://deltaraindance.bandcamp.com/">Bandcamp</a>
<a href="https://www.instagram.com/deltaraindance/">Instagram</a>
<a href="https://soundcloud.com/deltaraindance">Soundcloud</a>
</div>
</div>
</main>
<script src="./js/input.js"></script>
</body>
</html>