-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 2.48 KB
/
Copy pathindex.html
File metadata and controls
45 lines (44 loc) · 2.48 KB
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
<!doctype html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="custom.css">
</head>
<body>
<div class="container">
<div class="video-cont">
<div class="image-bg">
<div id="video-bg">
<div class="video-color"></div>
<div class="video-overlay">
<div class="logo-header">
<h1>HACKFSU '16</h1>
<img style="width: 52%; height:auto; padding-top:1em;" src="white_feather.png">
</div>
<div class="content">
<p id="description-text">
To be a hacker comes with an attitude of building to learn,
creating to build, and learning to create. Our Florida State
University organizing team is hard at work and we cannot wait
to see what you all bring to the table this Spring. Hack on.
</p>
<div id='vidForm'>
<form class="video-form" id="previewEmailSubscribe" action="#" role="form">
<input id="email" spellcheck="off" type="text" class="video-input" name="email" autocomplete="off" placeholder="student@uni.edu">
<button type="submit" id="submit" class="video-btn">SUBMIT</button>
</form>
</div>
<p id="be-the-first">Be the first to find out when registration opens!</p>
</div>
</div>
<video src="hackfsu-loop.mp4" loop autoplay>
<div class="mobileBG"></div>
</div>
</div>
</div>
</div>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>