This repository was archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (98 loc) · 5.53 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="description" content="OHI/O 2015: The Ohio State Hackathon">
<meta name="keywords" content="Hackathon, OHIO, 2015">
<meta name="author" content="ohio, buckeye hackers">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://hack.osu.edu">
<meta property="og:type" content="website">
<meta property="og:title" content="OHI/O 2015">
<meta property="og:description" content="OHI/O 2015: The Ohio State Hackathon">
<meta property="og:site_name" content="OHI/O 2015">
<meta property="og:image" content="img/logo.png">
<link rel="icon" href="images/favicon.png">
<title>OHI/O 2015</title>
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://www.osu.edu/assets/fonts/webfonts.css">
<link rel="stylesheet" type="text/css" href="style/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style/s.css">
<link rel="stylesheet" type="text/css" href="style/timeline-osu.css">
</head>
<body ng-app='hack' ng-controller='Controller'>
<nav id="nav" class="">
<div class="content">
<a class="menu-open" id="mb">Menu</a>
<ul>
<li><a ng-click="scrollIt('about')">About</a></li>
<li><a ng-click="scrollIt('events')">Pre-Events</a></li>
<li><a ng-click="scrollIt('faq')">FAQ</a></li>
<li><a ng-click="scrollIt('timeline')">Timeline</a></li>
<li><a ng-click="scrollIt('prizes')">Prizes</a></li>
<li><a ng-click="scrollIt('sponsors')">Sponsors</a></li>
<li><a href="winners">Winners</a></li>
</ul>
</div>
</nav>
<section>
<div class="intro">
<div class="intro-content">
<img class="logo" src="img/logo.png" alt="OHI/O 2015 logo.">
<div>
<h1 class="master-title">Let's build something
<span class="rotate-box">
<span class="rotator">amazing</span>
<span class="rotator">efficient</span>
<span class="rotator">wonderful</span>
<span class="rotator">beautiful</span>
<span class="rotator">stellar</span>
<span class="rotator">fancy</span>
<span class="rotator">advanced</span>
<span class="rotator">powerful</span>
<span class="rotator">stupendous</span>
<span class="rotator">phenomenal</span>
<span class="rotator">extraordinary</span>
</span>
</h1>
<h2>November 14<sup>th</sup>-15<sup>th</sup></h2>
<!-- <a class="button b scarlet" href="https://www.facebook.com/groups/ohio2015teamformation/">Find Team</a> -->
<a class="button b scarlet" href="https://www.eventbrite.com/e/ohio-2015-ohio-state-hackathon-showcase-tickets-19160103385">Showcase</a>
<a class="button b scarlet" href="live">LIVE</a>
<!-- <a class="button b scarlet" href="http://go.osu.edu/hackideas2015">Submit Idea</a> -->
<!-- <a class="button b scarlet" href="https://docs.google.com/forms/d/1DTDnWm8Zq0WgCwjJPs1MKvwi6G6_-a8GZgh6Zp29fdw/viewform?usp=send_form">Mentor</a> -->
<div class="social">
<a href="https://facebook.com/hackohio"><i class="fa fa-facebook"></i></a>
<a href="http://twitter.com/hackohio"><i class="fa fa-twitter"></i></a>
<a href="http://instagram.com/hackohio"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="about" ng-include src="'views/about.html'"></section>
<section id="events" ng-include src="'views/events.html'"></section>
<section id="faq" ng-include src="'views/faq.html'"></section>
<section id="timeline" ng-include src="'views/timeline.html'"></section>
<section id="prizes" ng-include src="'views/prizes.html'"></section>
<section id="sponsors" ng-include src="'views/sponsors.html'" ></section>
<footer>
<div class="content center white">
<h3 class="white">Ready to build something awesome?</h3>
<p class="white">Made with love by...<br><small><a style="color:white;" href="http://www.buckhacks.org/">Buckeye Hackers</a> • <a style="color:white;" href="https://opensource.osu.edu/">Open Source Club</a> • <a style="color:white;" href="http://electronicsosu.com/">Electronics Club</a> • <a style="color:white;" href="http://acmw.org.ohio-state.edu/">ACM-W</a> • <a style="color:white;" href="https://mobileapposu.github.io/">Mobile App Developers Club</a> • <a style="color:white;" href="http://cwdg.io/">CWDG</a> • <a style="color:white;" href="https://ecs.osu.edu/">Engineering Career Services</a> • <a style="color:white;" href="https://engineering.osu.edu/">College of Engineering</a> • <a style="color:white;" href="https://cse.osu.edu/">Department of Computer Science & Engineering</a> • <a style="color:white;" href="https://library.osu.edu/">University Libraries</a></small></p>
</div>
</footer>
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/angular-scroll/angular-scroll.min.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower_components/countUp.js/countUp.js"></script>
<script src="bower_components/angular-timeline/dist/angular-timeline.js"></script>
<script src="js/sheetrock.min.js"></script>
<script src="js/app.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="js/rotator.js"></script>
</body>
</html>