forked from moore3071/ohio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (65 loc) · 3.12 KB
/
Copy pathindex.html
File metadata and controls
70 lines (65 loc) · 3.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="description" content="OHI/O: Fostering a Tech Culture at Ohio State">
<meta name="keywords" content="Hackathon, OHIO, tech">
<meta name="author" content="OHI/O">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HackOHI/O 2019</title>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" type="text/css" href="style/nav.css">
<link rel="stylesheet" type="text/css" href="style/main.css">
<link rel="stylesheet" type="text/css" href="style/section.css">
<link rel="stylesheet" type="text/css" href="style/clock.css">
<link rel="stylesheet" type="text/css" href="style/particlesstyle.css">
<link rel="stylesheet" type="text/css" href="https://www.osu.edu/assets/fonts/webfonts.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-sheetrock/1.1.4/dist/sheetrock.min.js"></script>
<script type="text/javascript" src="script/page-builder.js"></script>
<script type="text/javascript" src="script/nav.js"></script>
<script type="text/javascript" src="script/hype-events.js"></script>
</head>
<body>
<div id="nav-spacer"></div>
<div id="particles-js"></div>
<!--Home content-->
<div id="home">
<img id="hack-logo" class="grow" src="img/hack-logo.svg" alt="HackOHI/O logo" />
<h1 class="bold-msg">The Ohio State University's annual hackathon.</h1>
<h2>November 2 - 3, 2019</h2>
<h2>
<a target="_blank" href="https://www.google.com/maps/place/Ohio+Union/@39.9976772,-83.0107641,17z/data=!3m1!4b1!4m5!3m4!1s0x88388eb8c5837241:0x29e24cc55fefd423!8m2!3d39.9976772!4d-83.0085754"><img height="18px" src="img/location-pin.png" alt="pin"/></a>
Ohio Union - Columbus, Ohio
</h2>
<br>
<div><a id="apply" href="live">Event Day Live Site</a></div>
<br>
<!--<div id="countdown"></div>-->
<br><br>
</div>
<!--class section will also are sections to insert-->
<span id="nav-container">
<div id="mobile-nav">
<a id="nav-home" href="">Home</a>
<img src="img/menu.svg" id="mobile-menu"/>
</div>
<nav id="nav">
<a href="#about" class="section">About</a>
<a href="#hype-events" class="section">Hype Events</a>
<a href="#schedule" class="section">Schedule</a>
<a href="#challenges" class="section">Challenges</a>
<a href="#faq" class="section">FAQ</a>
<a href="#sponsors" class="section">Sponsors</a>
<a href="live" class="section"><b>LIVE SITE</b></a>
</nav>
</span>
<!--Section pages inserted via page-builder.js-->
<div id="content"></div>
<script src="script/particles.min.js"></script>
<script src="script/particlesapp.js"></script>
<script type="text/javascript" src="script/clock.js"></script>
</body>
</html>