-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
33 lines (33 loc) · 1.23 KB
/
dev.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dev   ‌</title>
<link rel="stylesheet" href="dev.css">
</head>
<body>
<div id="main">
<div id="logo-box">
<a class="logo" href="./index.html">dev</a>
</div>
<fieldset>
<legend>about us</legend>
we’re a game development studio and other things mostly based out of portland, oregon. we also really like
lowercase
</fieldset>
<fieldset>
<legend>projects</legend>
<ul>
<li><a target="_blank" href="https://github.com/devpty/devpty.github.io/" rel="noopener noreferrer">this very website</a></li>
<li><a target="_blank" href="https://github.com/devpty/rbx-subtitles/" rel="noopener noreferrer">rbx-subtitles</a></li>
<li><a target="_blank" href="https://github.com/devpty/horizon/" rel="noopener noreferrer">horizon (discontinued)</a></li>
<li><a target="_blank" href="https://github.com/devpty/canvos/" rel="noopener noreferrer">canvos (archived)</a></li>
<li></li>
<li>several other projects are in progress</li>
</ul>
</fieldset>
</div>
</body>
</html>