forked from mhacks/mhacksF2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gateway.html
47 lines (46 loc) · 2.42 KB
/
gateway.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!--Add the title of your typeform below-->
<title>MHacks Gateway</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" name="og:title" content="MHacks Gateway"/>
<meta property="og:site_name" name="og:site_name" content="MHacks Gateway"/>
<meta property="og:url" name="og:url" content="http://gateway.mhacks.org"/>
<meta property="og:image" name="og:content" content="http://mhacks.org/img/gateway-cover.jpg?v=2"/>
<meta name="description" property="description" content="Learn how to make Flappy Bird and other iOS with MakeGamesWithUs and you're admitted into MHacks automatically. You have one more month of summer. Lets do this.">
<meta name="og:description" property="og:description" content="Learn how to make Flappy Bird and other iOS with MakeGamesWithUs and you're admitted into MHacks automatically. You have one more month of summer. Lets do this.">
<link rel="image_src" href="http://mhacks.org/img/mhacks_frame.png" >
<link rel="shortcut icon" href="http://mhacks.org/img/mhacks_frame.png">
<!--CSS styles that ensure your typeform takes up all the available screen space (DO NOT EDIT!)-->
<style type="text/css">
html{
margin: 0;
height: 100%;
overflow: hidden;
}
iframe{
position: absolute;
left:0;
right:0;
bottom:0;
top:0;
border:0;
}
</style>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=567361250010506&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" style="position: fixed; z-index: 100; bottom: 0; left: 0; margin-bottom: 10px; margin-left: 10px; "data-href="https://www.facebook.com/MHacksHackathon" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
<iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://mhacks.typeform.com/to/mOXuz5?embed=full"></iframe>
<script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/share.typeform.com/embed.js"></script>
</body>
</html>