forked from QuantumBox/blackgamedevs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (60 loc) · 3 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Black Game Developers</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="http://www.blackgamedevs.com">
<meta name="description" content="A list of black game developers, designers, artists, and more. Here they are. Hire them. Buy their stuff.">
<meta property="og:title" content="Black Game Developers"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.blackgamedevs.com"/>
<meta property="og:description" content="A list of black game developers, designers, artists, and more. Here they are. Hire them. Buy their stuff."/>
<meta property="og:image" content="http://www.blackgamedevs.com/site-logo.png"/>
</head>
<body>
<header class="header">
<h1>Black Game Developers</h1>
<h2>Here they are. Hire them. Buy their stuff.</h2>
<p>Want to add to the list? <a href="https://github.com/QuantumBox/blackgamedevs" target="_blank">Go here.</a></p>
</header>
<div class="main">
<div class="navigation">
<h2 class="mt-0">Filters</h2>
<img src="/loading.png" id="filter-loading-icon">
<section id="section-filters" class="display-none">
<p><strong>Skills:</strong></p>
<ul id="list-of-skills">
</ul>
<p><strong>Locations:</strong></p>
<ul id="list-of-locations">
</ul>
<p><strong>Names starting with:</strong></p>
<ul id="list-of-letters">
</ul>
</section>
</div>
<p id="filter-on" class="display-none">Filtering by <span id="filter-current"></span>. <button onclick="filterData();">Remove filters</button></p>
<h2 id="people">People <a href="#companies" class="small-text">Jump to companies</a></h2>
<!-- INSTRUCTIONS:
Put people's information in people.json.
Put companies' information in companies.json.
To test, navigate to this folder in your command line editor and run a server using Apache or Python.
-->
<ul id="list-of-people" class="grid-list">
<img src="/loading.png">
</ul>
<!-- COMPANIES -->
<h2 id="companies">Companies <a href="#people" class="small-text">Jump to people</a></h2>
<ul id="list-of-companies" class="grid-list">
<img src="/loading.png">
</ul>
</div>
<footer class="footer">
A project by <a href="http://edibletoaster.itch.io/" target="_blank">Arthur Ward, Jr</a>, <a href="http://cattsmall.com" target="_blank">Catt Small</a>, & <a href="http://chrisalgoo.com" target="_blank">Chris Algoo</a>. Want to add to the list? <a href="https://github.com/QuantumBox/blackgamedevs" target="_blank">Go here.</a>
</footer>
<script type="text/javascript" src="scripts.js"></script>
</body>
</html>