-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (49 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<title>Game Collectives</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="Game Collectives.">
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Pacifico|Ruda|Bree+Serif' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway|Slabo+27px" rel="stylesheet">
<script src="https://use.fontawesome.com/0be4c63a33.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.js" integrity="sha256-slogkvB1K3VOkzAI8QITxV3VzpOnkeNVsKvtkYLMjfk=" crossorigin="anonymous"></script>
<script type="text/javascript" src="lib/js-yaml.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="content">
<div id="intro">
<div class="col"><h1>GameCollectives.com</h1></div>
<div class="col"><i class="fa fa-users" aria-hidden="true"></i>A game collective is a group of individuals, not working for the same company, who collaborate based on their shared interest in indie game development.</div>
<div class="col"><i class="fa fa-desktop" aria-hidden="true"></i>A collective may provide a coworking space. Desks may be rented on a monthly basis. Collectives may also work completely remote.</div>
<div class="col"><i class="fa fa-calendar" aria-hidden="true"></i>Game collectives often benefit the local developer scene. This can be informal as a meeting point or by organizing an event series.</div>
</div>
<div id="map"></div>
<table>
<tr>
<td>Name</td>
<td>Co-Working</td>
<td>Established</td>
</tr>
</table>
<div id="footer">
<a href="https://goo.gl/forms/FCnqYaVzY98CV3ou1" target="_blank">Add Collective</a> -
<a href="http://riad.de">Riad Djemili</a>
<a href="https://github.com/riadd/gamecollectives"><i class="fa fa-github" aria-hidden="true"></i></a>
<span>2017-2018</span></div>
</div>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAQno3d_C1dQ-Q2A28AOFTNdzk6kXMYjNc&callback=initMap">
</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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-159687-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>