-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
166 lines (166 loc) · 5.16 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>gwen's code</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<h1>gwen's code</h1>
<h4>and other creative projects</h4>
<div class="rose">
<div class="spacer"></div>
<div class="spacer"></div>
<img class="rose-end" src="./img/writing-book.png" />
<div class="spacer"></div>
<img class="rose-center" src="./img/trans-pansy-512px.png" />
<div class="spacer"></div>
<img class="rose-end" src="./img/lerp-cube.png" />
<div class="spacer"></div>
<div class="spacer"></div>
</div>
<div class="page">
<div class="column code">
<h2 id="code">apps</h2>
<a
class="project"
href="https://gwenscode.com/drawall"
style="background-image: url('https://github.com/gmalmquist/drawall/raw/main/docs/ui.png');"
target="blank_"
>
<div class="description">
<div class="spacer"></div>
<h3>drawall</h3>
<p>a little webapp for mocking up floor plans.</p>
</div>
</a>
<a
class="project"
href="./genderterms/index.html"
style="background-image: url('./img/genderterms.png');"
target="blank_"
>
<div class="description">
<div class="spacer"></div>
<h3>gender terms</h3>
<p>a lil web-app for marking what gendered terms you prefer. based on an image template that floated around the net for a while.</p>
</div>
</a>
<a
class="project"
href="./ndbingo/index.html"
style="background-image: url('./img/ndbingo.png');"
target="blank_"
>
<div class="description">
<h3>neurospicy bingo</h3>
<p>bingo cards for mental illness</p>
</div>
</a>
</div>
<div class="column writing">
<h2 id="writing">games</h2>
<a
class="project"
href="./alts"
style="background-image: url('./img/alts.png');"
target="blank_"
>
<div class="description">
<h3>alternatives</h3>
<p>an interactive fiction story about alternate timelines</p>
</div>
</a>
<a
class="project"
href="./noodles"
style="background-image: url('./img/noodles.png');"
target="blank_"
>
<div class="description">
<h3>noodles</h3>
<p>an interactive fiction story about a cup of instant ramen</p>
</div>
</a>
</div>
<div class="column other">
<h2 id="art">art</h2>
<a
class="project"
href="https://gwenviola.com"
style="background-image: url('./img/violas-512.jpg');"
target="blank_"
>
<div class="description">
<h3>portfolio of art, writing, and ttrpg things</h3>
<p>adventure modules, digital paintings, vector art, miscellaneous ttrpg things</p>
</div>
</a>
<a
class="project"
href="https://www.thingiverse.com/gwenwritescode/designs"
style="background-image: url('./img/thingiverse.png');"
target="blank_"
>
<div class="description">
<h3>thingiverse models</h3>
<p>3D printing models I've designed for a variety of purposes. i mostly make these in openscad because i'm a freak who has fun coding art out of math.</p>
</div>
</a>
</div>
<div class="column writing">
<h2 id="ttrpgs">ttrpg tools</h2>
<a
class="project"
href="./pf2cards"
style="background-image: url('./img/pf2cards.png');"
target="blank_"
>
<div class="description">
<h3>pathfinder 2e remastered spell card generator</h3>
<p>generator for printable spell cards for the pathfinder second edition remastered ttrpg system</p>
</div>
</a>
<a
class="project"
href="./ttrpg/scion-cards/index.html"
style="background-image: url('./img/scioncards.png');"
target="blank_"
>
<div class="description">
<h3>scion 2e cards</h3>
<p>javascript-generated printable cards for scion 2e purviews, boons, and fatebindings. these are available as downloadable PDFs on my art/writing portfolio.</p>
</div>
</a>
</div>
<div class="column other">
<h2 id="links">socials</h2>
<a
class="project"
href="https://cohost.org/gwenverbsnouns"
style="background-image: url('./img/dice-book-2-512.png'); background-size: contain; background-position: center;"
target="blank_"
>
<div class="description">
<h3>blog</h3>
<p>i post all the things that i used to post on cohost (rip eggbugg <3)</p>
</div>
</a>
<a
class="project"
href="https://mastodon.social/@gwenverbsnouns"
style="background-image: url('./img/mastodon.png');"
target="blank_"
>
<div class="description">
<h3>mastodon</h3>
<p>i don't use this super frequently tbh</p>
</div>
</a>
</div>
</div>
<div class="footer">
<img class="email" src="./img/email.png" />
</div>
</body>
</html>