-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.html
56 lines (42 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Scala Space: Find Scala Meetup Groups Near You!</title>
<script src="http://maps.google.com/maps/api/js?v=3&sensor=false&key=AIzaSyD33qDKurWjcQmvYlv3mDpAiBGgsllELS0"></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-60044672-2', 'auto');
ga('send', 'pageview');
</script>
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:600,400" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="left">
<div><h1>ScalaSpace</h1></div>
<div><h2>Find Scala Meetup Groups Near You!</h2></div>
</div>
<div class="right">
<div id="expand-contribute"><a href="javascript:void(0)">Contribute!</a></div>
</div>
</header>
<section id="map"></section>
<div id="contribute">
<div>
<h3>Is your group missing, or you’ve found a mistake?</h3>
<p>This website is open source, and contributing corrections, additions or new functionality is easy!</p>
<p>Just fork the <a target="_new" href="https://github.com/scalaspace/scalaspace.github.io">ScalaSpace</a> repository on GitHub, make your changes to the <b>groups.js</b> file (instructions are in the <b>README.md</b> file), and create a pull request. We will merge the changes.</p>
<p>For any questions about <b>scala.space</b>, get in touch with <a target="_new" href="https://twitter.com/propensive">@propensive</a>.</p>
<p id="collapse-contribute"><a href="javascript:void(0)">Thanks, close this notice.</a></p>
</div>
</div>
</body>
<script src="js/lib/markerclusterer.js"></script>
<script src="js/scala-space-opt.js"></script>
<script src="js/scala-space-launcher.js"></script>
</html>