-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathindex.html
65 lines (56 loc) · 2.37 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CompoHub - Find game jams</title>
<link rel="stylesheet" href="jamhub.css?4" />
<link rel="stylesheet" href="font.css" />
<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-27046573-1']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script>
</head>
<body>
<script type="text/javascript">
if (navigator.appVersion.indexOf("Win") == -1) { document.body.className = "nice_fonts"; }
</script>
<div class="header">
<h1>CompoHub</h1>
<h2>Find game jams</h1>
<div class="header_tools">
<a class="button" href="https://github.com/leafo/compohub/tree/master/jams#how-to-add-a-new-jam">Submit a jam</a>
<div class="multi_share">
<div class="top">Share</div>
<div class="row">
<a class="button" rel="nofollow" href="http://www.facebook.com/sharer.php?s=100&p[title]=CompoHub&p[summary]=CompoHub+lists+all+kinds+of+game+development+events%21&p[url]=http%3A%2F%2Fcompohub.net">Facebook</a>
</div>
<div class="row">
<a class="button" rel="nofollow" href="https://plusone.google.com/_/+1/confirm?hl=en&url=http%3A%2F%2Fcompohub.net">Google+</a>
</div>
<div class="row">
<a class="button" rel="nofollow" href="http://twitter.com/share?url=http%3A%2F%2Fcompohub.net&text=CompoHub+lists+all+kinds+of+game+development+events%21">Twitter</a>
</div>
</div>
</div>
</div>
<div class="jam_browser">
</div>
<div class="jam_list">
</div>
<div class="footer">
CompoHub is opensource,
<a href="https://github.com/leafo/compohub">view on GitHub</a>
·
follow
<a href="https://twitter.com/compohub">@compohub</a>
on Twitter
·
<a href="jams/">all jams</a>
</div>
<script type="text/javascript" src="jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="underscore-min.js"></script>
<script type="text/javascript" src="moment.min.js"></script>
<script type="text/javascript" src="jamhub.js?3"></script>
<script type="text/javascript">
new J.Header(".header");
new J.Calendar(".jam_browser");
</script>
</body>
</html>