-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
69 lines (59 loc) · 3.91 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<title>/join #hackers | Hackathon Hackers Slack</title>
<link rel="stylesheet" href="/css/app.css" />
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:url" content="http://hackathons.com" />
<meta property="og:title" content="/join #hackers | Hackathon Hackers Slack" />
<meta property="og:description" content="The all-inclusive hackathons community is getting a Slack. Make awesome things." />
<meta property="og:image" content="http://hackathons.com/facebook.png" />
<script>
if (window.location.protocol === 'https:') {
var location = window.location
location.href = "http:" + location.href.substring(location.protocol.length)
}
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var n=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(n?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o);for(var r=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["clearEventProperties","identify","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=r(p[c])};
heap.load("2382684951");
</script>
</head>
<body>
<div class="page-container">
<header class="page-header">
<div class="ico" id="ico" title="Ico, the Hackathon Hackers mascot, represents the many facets of the HH community."></div>
</header>
<main class="page-main">
<p class="call-to-action">/join #hackers</p>
<p class="note">Hackathon Hackers Slack</p>
<script async defer src="http://hashtaghackers.com/slackin.js?large"></script>
<p class="note"><a href="http://hashtaghackers.slack.com">Already a member?</a></p>
<p class="description">Hackathons.com and the HH Slack are projects of Hackathon Hackers, the all-inclusive hackathons community. We are not affiliated with any outside organizations, including but not limited to Devpost, MLH, Hacker Fund, Hack Club, or any individual hackathon.</p>
</main>
<footer class="page-footer">
<h1><a href="http://hh.gd">Hackathon Hackers</a> · Make Awesome Things</h1>
<p>Thanks <a href="https://twitter.com/teddy">@teddy</a> for the awesome domain name.</p>
<p>Released under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a> · <a href="http://hh.gd/websource">Fork Us</a></p>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r71/three.min.js"></script>
<script src="/js/Projector.js"></script>
<script src="/js/CanvasRenderer.js"></script>
<script src="/js/app.js"></script>
<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-66243923-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>