-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile.html
96 lines (87 loc) · 5.54 KB
/
mobile.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Venture Expo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Cabin:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- start Mixpanel --><script type="text/javascript">(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==
typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,
e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
mixpanel.init("119619f033e6dac7e2dc10c1a3cd37f2");</script><!-- end Mixpanel -->
</head>
<body>
<!--[if lt IE 9]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<nav id="navbar">
<div class="wrapper">
<a href="#head" class="logo" style="color:#000;"><hack><span style="color:#ffcc00;">M</span></hack></a>
<ul class="nav" id="mainnav">
<li><a href="#what">About</a></li>
<li><a href="#sponsors">Who's Invited?</a></li>
<li><a href="#">Sponsor Us!</a></li>
<li><a href="#" id="sign-up">Sign Up</a></li>
</ul>
</div>
</nav>
<div id="main-content">
<div id="head">
<div class="title">
<div id="logo">
<a href="#"><hack>M</hack></a>
</div>
<div id="info">
<a class="button-blue" href="javascript:void(0);">Sign Up Now</a>
<a class="button-clear venue-button" onClick="hideVideo();" style="margin-left:20px;" href="http://www.youtube.com/watch?feature=player_detailpage&v=4wRsEPcR60I&t=302">Some Inspiration..</a>
</div>
</div>
</div>
<div id="content">
<div class="container">
<div class="row clearfix">
<h1>This is as big as it gets.</h1>
<div id="what" class="row_12 clearfix">
<div class="grid_12">
<h2>
<span class="mega" style="margin-left:0;">48</span> hours
<span class="mega">500+</span> hackers
<span class="mega">$10000+</span> in prizes
</h2>
</div>
</div>
<div class="row_12 clearfix">
<div class="grid_12">
<h2>· breakfast · lunch · dinner · energy drinks · so much swag ·</h2>
<h2>February 2014 @ <span style="color:#ffcb05;">The Big House</span></h2>
</div>
</div>
<div id="sponsors" class="row_12 clearfix">
<h1 style="margin: 40px 0;">Whose Invited?</h1>
<div class="grid_12">
<img src="img/companies/facebook.png" class="company-logo" />
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>© <a href="#">MHacks 2013</a> | | Website by <a href="http://kabra.com" target="_blank">Pratik Kabra</a> and <a href="http://www.thedanyaal.com" target="_blank">Danyaal Rangwala</a></p>
</div>
</div>
</div>
<!-- Le Scripts -->
<script src="js/vendor/jquery-1.9.0.min.js"></script>
<script src="js/mobilemain.js"></script>
</body>
</html>