-
Notifications
You must be signed in to change notification settings - Fork 0
/
tba.html
62 lines (51 loc) · 1.82 KB
/
tba.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
<!DOCTYPE html>
<html>
<head>
<title>Hackathon Schedule</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: 90%;}
div.right {width: 10%;}
</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">
<img src="img/hack4.png">
</span>
<a href="index.html">home</a>|
<a href="about.html">about</a>|
<a href="apply.html">apply</a>|
<a href="tba.html">schedule</a>
</nav>
<div class="left" >
<div id="welcome">
<h3 class="first"><span id="tba"> Mark the dates 20, 21, 22 of November </span></h3>
<h3 class="blah"><span id="tba"> more TBA soon </span></h3>
</div>
</div>
<div class="right">
</div>
<div class="footer">
<span id="social">
<a href="http://www.facebook.com/borderhack" 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%20" target="_top">contact</a>|
<a href="#">press</a>
</div>
</body>
</html>