-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (38 loc) · 1.95 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CoREhacks</title>
<meta name="description" content="CoREhacks is an internal CoRE hackathon for members to work on their CoRE projects.">
<meta name="author" content="CoREhacks Team">
<!-- Styles -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/ribbon.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300" type="text/css">
<!-- Favicon -->
<link rel="icon" href="favicon.ico">
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="blue-bg valign-wrapper">
<!-- Verfied Banner -->
<a href="http://core.binghamton.edu/" target="_blank">
<div class="corner-ribbon top-right sticky red shadow">Powered by CoRE</div>
</a>
<div id="introText" class="valign center-align">
<h1>CoREhacks</h1>
<h2>Internal CoRE Hackathon</h2>
<h2 class="smallText">Stay tuned for more information on future CoRE-run hackathons!</h2>
<a href="spring-16.html">
<button class="btn btn-large waves-effect waves-dark red join" type="submit" name="action">View Spring 2016 Hackathon</button>
</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
</body>
</html>