-
Notifications
You must be signed in to change notification settings - Fork 0
/
call.html
74 lines (62 loc) · 2.99 KB
/
call.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
<!DOCTYPE html>
<html>
<head>
<title>About 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">
<style>
div.left {width: 55%;}
div.right {width: 45%;}
</style>
<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="left">
<div id="apply">
<h2>What is BorderHACK</h2>
<p><b>A game-changing Hackathon</b> for the best techies around Europe.</p>
<h2>What's the deal</h2>
<p><b>Fill out our application form</b>, and wait to receive an email from us.<br>
Once you have received the invite, you will be able to purchase a ticket.<br>
Due to a limited number of spaces, we may not be able to accommodate all applicants.
Should applications exceed our capacity, we will be selecting based on submitted profiles.</p>
<p><b>Ticket revenue allows us to organize the event and donate</b> additional funds
to volunteers and NGO’s who are tirelessly providing
food, clothes and water <b>to those crossing the Greek/Skopjan border in Eidomeni</b>.</p>
<p><b>At the event</b> you will be provided with all the <b>meals, drinks, and zen<br>
workspace</b> needed to build something awesome and change some lives.</p>
</div>
</div>
<div class="right">
<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>
<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="_blank">venue</a>|
<a href="mailto:[email protected]?Subject=Hello" target="_top">contact</a>|
<a href="#">press</a>
</div>
</body>
</html>