This repository has been archived by the owner on Jan 21, 2019. It is now read-only.
forked from tinasplatt/hackpsusite2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (56 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html>
<head>
<title>HackPSU|Learn.Build.Share.</title>
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- other scripts -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script class='desktop' type='text/javascript' src='js/hexagons.js'></script>
<script src="js/main.js"></script>
<script src="js/quickfit.js"></script>
<!-- bootstrap -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- styles -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/hexagons.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- ~~so metadata -->
<meta property="og:title" content="HackPSU: Penn State's Official Hackathon" />
<meta property="og:site_name" content="HackPSU.org"/>
<meta property="og:description" content="Join us April 9th for HackPSU, Penn State's Offial Hackathon! 500 students will have 24 hours to build the coolest technology they can to compete for prizes and eternal glory." />
<meta property="og:image" content="/hackpsulogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="logo-container">
<img src="assets/images/hackpsulogo.png" class="animated rubberBand" alt="hackpsulogo" >
</div>
<div id="banner">
<div class="container">
<div>
<h1>Penn state's hackathon</h1>
<div class='divider'></div>
<h1 class="date"><span class="yellow">04</span>.<span class="yellow">09</span>.<span class="yellow">16</span></h1ß>
<div class='divider'></div>
<h1>welcome to #hackyvalley</h1>
</div>
<!-- BUTTONS FOR MORE INFORMATION -->
<div class="row">
<div class='col-md-2' ></div>
<div class='col-md-4 col-sm-12' >
<div class="button"><a href="http://goo.gl/forms/Rn2hrhWHJv">KEEP ME UPDATED!</a></div>
</div>
<div class='col-md-4 col-sm-12'>
<div class="button"><a href="assets/HackPSU_SP2016Sponsorship.pdf">SPONSORSHIP INFO</a></div>
</div>
<div class='col-md-2' ></div>
</div>
</div>
</div>
<div id="footer">
<p style="padding:5px;" class="white">// Made with <span class="yellow glyphicon glyphicon-heart"></span> in <a class="white" href="http://www.facebook.com/creativejamdesign">Happy Valley</a>.</p>
</div>
</body>
</html>