-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
51 lines (40 loc) · 1.93 KB
/
apply.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
<!DOCTYPE html>
<html>
<head>
<title>apply for BorderHACK</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="http://borderhack.org/img/thumb.png">
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=9)">
<link rel="stylesheet" type="text/css" href="css/apply.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49294327-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<span id="logo">
<a href="index.html"><img src="img/logo.png"></a>
</span>
<a href="about.html">about</a>|
<a href="apply.html">apply</a>|
<a href="schedule.html">schedule</a>
</nav>
<div class="typeform-widget" data-url="https://ntemposd.typeform.com/to/LpNGRm" data-text="Borderhack registration" id="form"></div>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'widget.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>
<div class="footer">
<span id="social">
<a href="https://www.facebook.com/BorderHACK-1508455406131637/" target="_blank"><img src="img/f.png" alt="t"></a>
<a href="http://www.twitter.com/borderhack" target="_blank"><img src="img/t.png" alt="t"></a>
</span>
<a href="https://goo.gl/maps/B8sfAKSuZk52" target="_blanc">venue</a>|
<a href="mailto:[email protected]?Subject=Hello" target="_top">contact</a>|
<a href="#">press</a>
</div>
</body>
</html>