-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (73 loc) · 3.32 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
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The countdown to the most awesome thing ever. DubHacks is the Pacific Northwest's flagship hackathon. Conceived of and organized by three different student groups at the University of Washington– IUGA, Startup UW, and Sudo Soliders– the inaugural DubHacks Hakcathon, being held this October, has been 7 months in the making.">
<meta name="author" content="DubHacks">
<meta name="keywords" content="DubHacks, uw, hackathon, PNW">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>DubHacks - The Countdown</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/soon.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
</head>
<!-- START BODY -->
<body class="nomobile">
<!-- START HEADER -->
<section id="header">
<div class="container">
<br><br><br><br><br><br><br>
<h4 style="margin-top:50px; margin-left: 5%;"><b><em>There's a creative in all of us. Discover yours at DubHacks this Friday</em></b></h4>
<!--
<header>
HEADLINE
<h1 data-animated="GoIn"><b>DubHacks</b> the awesome is coming soon...</h1>
</header>
-->
<!-- START TIMER -->
<div id="timer" data-animated="FadeIn">
<div id="days" class="timer_box"></div>
<div id="hours" class="timer_box"></div>
<div id="minutes" class="timer_box"></div>
<div id="seconds" class="timer_box"></div>
</div>
<!-- END TIMER -->
</div>
<!-- LAYER OVER THE SLIDER TO MAKE THE WHITE TEXTE READABLE -->
<div id="layer"></div>
<!-- END LAYER -->
<!-- START SLIDER -->
<!--
<div id="slider" class="rev_slider">
<ul>
<li data-transition="slideleft" data-slotamount="1" data-thumb="assets/img/slider/1.jpg">
<img src="assets/img/slider/dh.jpg">
</li>
</ul>
</div>
-->
<!-- END SLIDER -->
</section>
<!-- END HEADER -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/soon/plugins.js"></script>
<script src="assets/js/soon/jquery.themepunch.revolution.min.js"></script>
<script src="assets/js/soon/custom.js"></script>
</body>
<!-- END BODY -->
</html>