-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
35 lines (31 loc) · 1.47 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Pixel Lab</title>
<link rel="stylesheet" href="pixel-lab.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Share+Tech+Mono|Space+Mono|UnifrakturCook:700|VT323" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div>
<header>
<h1>Pixel Lab</h1>
</header>
<section>
<p>a community of indie game devs and weird web artists</p>
<p>we're here to learn from each other and provide feedback and support for our digital side projects*</p>
<p>*you don't need to have any side projects to join!</p>
<p>our interests include: game design, Unity, 3D modeling, pixel art, three.js, weird browser experiences, WebGL...</p>
<p>some ground rules:</p>
<ul>
<li>everyone is welcome here</li>
<li>treat each other with dignity, respect, and kindness</li>
<li>there are no stupid questions. we're all here to learn, after all</li>
</ul>
<p>We keep track of what we're making on <a href="https://www.are.na/morgane-santos-1468206779/pixel-lab" target="_blank">Are.na</a></p>
<p>We chat in the #pixel-lab channel of the <a href="https://lg-slack-automate.herokuapp.com/" target="_blank">Learning Gardens Slack group</a></p>
</section>
</body>
</html>