forked from Cnibungco/hackpoly-standby
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (50 loc) · 2.85 KB
/
index.html
File metadata and controls
51 lines (50 loc) · 2.85 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
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hackpoly | annual student-run hackathon at Cal Poly Pomona">
<meta name="author" content="Camille Nibungco">
<title>Hackpoly</title>
<!-- 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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<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>Hackpoly</h1>
<h2>Thanks for coming to Hackpoly 2016!</h2>
<!---<img style="width: 52%; height:auto; padding-top:1em;" src=""-->
</div>
<div class="content">
<p id="description-text">
We can't wait to see what next year brings! Sign up below to be kept in the loop for Hackpoly 2017! <span class="fa fa-heart animated pulse"></span>
</p>
<div id='vidForm'>
<form class="video-form" id="previewEmailSubscribe" action="http://eepurl.com/b6YzAj" 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" href="http://eepurl.com/ucOy1">SUBMIT</button>
</form>
</div>
<p id="be-the-first">Sign up for our mailing list!</p>
</div>
</div>
<video src="RoughDraft.mp4" loop autoplay muted>
<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>