-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (54 loc) · 3.25 KB
/
index.html
File metadata and controls
64 lines (54 loc) · 3.25 KB
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
<!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]-->
</head>
<body>
<div class="page-container">
<a href="https://github.com/HackathonHackers/HackathonHackers.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
<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>
</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> ·</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>