-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
88 lines (81 loc) · 4.57 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Hack the Future</title>
<link rel="stylesheet" type="text/css" href="css/simple.css" />
<link href="https://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&status=0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" style="position:absolute;" data-href="http://hackthefuture.org" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
<div style="position:absolute;top:25px;"><a href="//twitter.com/share" class="twitter-share-button" style="position:absolute;top:500px;" data-url="http://hackthefuture.org" data-text="Check out Hack the Future!" data-hashtags="htf">Tweet</a></div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Header -->
<div id="header">
<a href="/"><img src="images/htf_logo.png" width="800" height="150" id="anttop" alt="profile image" /></a>
</div>
<!-- End Header -->
<!-- Begin Naviagtion -->
<div id="navigation">
<ul class="navigation">
<li><a href="/">HOME</a></li>
<li><a href="/next/">NEXT EVENT</a></li>
<li><a href="/about/">ABOUT</a></li>
<li><a href="/software/">SOFTWARE</a></li>
<li><a href="/media/">MEDIA</a></li>
<li><a href="/press/">PRESS</a></li>
<li><a href="/volunteer/">VOLUNTEER</a></li>
<li><a href="/sponsor/">SPONSOR</a></li>
</ul>
</div>
<!-- End Naviagtion -->
<!-- Begin Content -->
<div class="section black" id="section1">
<div class="video" >
<iframe width="721" height="440" src="https://www.youtube.com/embed/ox3xHMYFcSE?wmode=transparent&rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="textlist">
<h3>Hack the Future</h3>
<p>Hack The Future is a party. It's a self-directed hackathon for future hackers.</p>
<li>Are you a smart young person aged 10-19?</li>
<li>Want to hang out with some adult geeks? We can show you some awesome stuff they can't teach you in school.</li>
<p>See the <a href="/about/">ABOUT</a> page for more information on what to expect at Hack the Future events.</p>
<p>Hack the Future is a program of <a href="http://learningtech.org">Learningtech.org</a>.</p>
<h3>Past Events: Hack the Future 25</h3>
<p>Hack the Future 25 was held at The Tech Interactive on February 22, 2020.
We enjoyed seeing you there!</p>
<h3>Future Events</h3>
<p>If you know of a place that could host a future event,
<a href="http://tinyurl.com/htfhero">please get in touch</a> with us.</p>
<br />
<p><h4 id="subscribe">Subscribe for email updates</h4></p>
<div id="mc_embed_signup" style="padding-left:30px;">
<form action="https://hackthefuture.us2.list-manage.com/subscribe/post?u=93392dc3a05ea1cfc8557a575&id=6754f69cb6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required="required" />
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" /></div>
</form>
</div>
<h3>Software</h3>
<p><a href="/software/">Here</a> is a link to station information and software downloads to come prepared.</p>
</div>
</div>
<!-- End Content -->
<!-- Begin Footer -->
<div class="footer">
<p>© 2011–2021 Hack the Future</p>
<!-- End Footer -->
</div>
</div>
<!-- End Wrapper -->
</body>
</html>