-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (59 loc) · 2.62 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
<!DOCTYPE html>
<html>
<head>
<title>welcome to 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/main.css">
<style>
div.left {width: 99%;}
div.right {width: 1%;}
</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="welcome">
<h1>Urgent call for changemakers</h1>
<p><span id="big">In 2015 alone, more than 530,000 refugees and migrants</span><br>
have risked their lives crossing the sea to reach Europe.</p>
<p><span id="big">Winter is coming</span> and it is unacceptable that many have to experience<br>
cold, hunger, and fatigue as they <b>dangerously cross borders by boat and on foot</b>.</p>
<p><b>Borders themselves may not be going anywhere</b>, but good ideas, smart solutions,<br>
and our humanity transcends all of that - all nations and borders.</p>
<h2>This is the inspiration for <b>BorderHACK</b></h2>
<p><b>The 3-day hackathon for</b> projects that will assist refugees on their journey,<br>
and a smooth transition into their <b>new homes</b>, wherever that may be.</p>
</div>
<h1 id="call"><a href="call.html">Tell me more:<img src="img/go.png" align="middle" onmouseover="this.src='img/gohov.png'" onmouseout="this.src='img/go.png'"></a></h1>
</div>
<div class="right">
</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="_blanc">venue</a>|
<a href="mailto:[email protected]?Subject=Hello" target="_top">contact</a>|
<a href="#">press</a>
</div>
</body>
</html>