-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
80 lines (70 loc) · 2.85 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>BorderHACK team</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: 50%;}
div.right {width: 50%;}
</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="about">
<h2>Who we are</h2>
<p>Two human beings who feel passionate about assisting refugees<br>
and immigrants along their arduous journey, and throughout the<br>
challenges they face settling into their new homes.</p>
<p>Between our volunteer work and field inspection efforts<br>
<b>we continue to identify needs within the growing crisis</b>.<br>
We bring together our distinctly different backgrounds and skill sets<br>
to brainstorm applicable solutions</p>
<h3>People:</h3>
<table id="team">
<tr><td style="padding-top: 3px; padding-right:12px;"><a href="http://www.about.me/christinacalbos" target="_blank"><img id="person" height="120" width="120" src="img/christa.png"></a></td>
<td style="padding-top: 3px"><a href="http://www.ntemposd.me/" target="_blank"><img id="person" height="120" width="120" src="img/dimitri.png"></a></td></tr>
<tr><th style="padding-right:12px; padding-top: 2px;">Christa</th>
<th style="padding-top: 2px;">Dimitri</th></tr>
</table>
</div>
</div>
<div class="right">
<div id="sponsors">
<h2>Who is sponsoring:</h2>
<p><br><br>
<a href="http://www.coho.gr/home/en/" target="_blank"><img src="img/coho.png"/></a></p>
<p><br>
<img src="img/sponsor.png"/></p>
</div>
</div>
<div class="footer">
<span id="social">
<a href="https://www.facebook.com/BorderHACK-1508455406131637/" target="_blank"><img src="img/f.png" alt="f"></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>