-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (67 loc) · 3.34 KB
/
index.html
File metadata and controls
77 lines (67 loc) · 3.34 KB
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
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
<meta name="title" property="og:title" content="blog - joey schutz">
<meta name="type" property="og:type" content="website">
<meta name="image" property="og:image" content="/img/pinksmiles.png">
<meta name="url" property="og:url" content="">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="blog.joeyschutz.com">
<meta property="twitter:url" content="">
<meta name="twitter:title" content="blog - joey schutz">
<meta name="twitter:image" content="/img/pinksmiles.png">
<head>
<title>joey schutz dot com</title>
<link rel="icon" href="/img/background.png">
<link rel="stylesheet" type="text/css" href="/site2.css">
<script src="/code/config.js"></script>
</head>
<html lang="en">
<header>
<!-- <div class="Header-container">
<nav>
<ul>
<li><a href="/">home</a></li>
<li><a href="/archive">archive</a></li>
<li><a href="/links">links</a></li>
<li><a href="https://blog.joeyschutz.com">blog</a></li>
</ul>
</nav>
</div> -->
</header>
<body>
<div class="Body">
<div class="Body-container">
<div style="font-size: 50px; font-weight: 800">
joey schutz
</div>
<div style="margin-top: 50px">
hello there!
</div>
<div style="margin-top: 25px">
i'm a game developer and educator based in brooklyn, new york.
</div>
<div style="margin-top: 25px">
my games run the gamut from a <a href="http://nemonet.info/">citizen science game for NASA</a>, <a href="https://store.steampowered.com/app/2705820/Some_Goodbyes_We_Made/">an anthology game about saying goodbye</a>, and <a href="https://jamschutz.itch.io/winter-2001-someone-tell-luigi-i-love-him">experimental</a> <a href="https://jamschutz.itch.io/the-chamber-of-time">art</a> <a href="https://jamschutz.itch.io/maps-of-the-known-world">games</a>.
my work has been covered by WIRED, Rock Paper Shotgun, PC Gamer, and elsewhere; exhibited at places like Wonderville and Avant Beetle; and been a finalist for a Yugo BAFTA.
</div>
<div style="margin-top: 25px">
i am also an adjunct professor of game design at nyu, parsons, and city college new york.
</div>
<div style="margin-top: 25px">
i helped cofound <a href="https://boshis.place">boshi's place</a>, an arts / games events space in east williamsburg.
</div>
<div style="margin-top: 25px">
and i also <a href="https://blog.joeyschutz.com">write about games</a> on my blog.
</div>
<div style="margin-top: 100px">
<menu class="Landing-navContainer">
<li><a style="text-decoration: none;" href="https://jamschutz.itch.io">- games -</a></li>
<!-- <li><a style="text-decoration: none;" href="/teaching">TEACHING</a></li> -->
<li><a style="text-decoration: none;" href="https://blog.joeyschutz.com">- writing -</a></li>
</menu>
</div>
</div>
</div>
</body>
</html>