-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<!-- <img src="mlh.svg" class="mlh-logo" alt=""> -->
<div class="jayz">
<img class="mango" src="mango.svg" alt="Mango">
<div class="content">
<h1 class="title">MangoHacks</h1>
<p class="info">
<span>February 2nd - 4th</span>
<span> • </span>
<span>Florida International University</span>
</p>
<div class="pt-5">
<button class="button animated" id="button">Pre-register</button>
<form class="hide animated" id="the-form" action="//mangohacks.us12.list-manage.com/subscribe/post?u=b868e956767fb6d193ac81d1e&id=09001e864b" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="form-group">
<div class="input-field inline col s12" type="text" name="b_b868e956767fb6d193ac81d1e_09001e864b" tabindex="-1" value="">
<input id="email" type="email" name="EMAIL" class="validate" value="" required="true" >
<button type="submit" value="Subscribe" name="subscribe" id="submit-btn" class="btn hide animated" type="submit">✓ Submit</button>
<label id="email-label" for="email">Email </label>
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>