-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (45 loc) · 1.66 KB
/
index.html
File metadata and controls
48 lines (45 loc) · 1.66 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
<!doctype html>
<html lang="en-US">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<title>Bobbie's Web Demos</title>
<link href="normalize.css" rel="stylesheet" />
<link href="skeleton.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<h1 style="padding-top: 0.5em">Bobbie's Web Demos</h1>
<p>
This is my site for demoing web-based projects. See
<a href="https://bobbiechen.com/?ref=bobbiec.github.io">my main site</a> for general info.
</p>
<p>
If you like these projects, check out my blog at
<a href="https://digitalseams.com/?ref=bobbiec.github.io">Digital Seams</a>.
</p>
<h3>Projects</h3>
<ul>
<li>
<a href="semaphore-decoder.html">Semaphore Decoder</a>: a point-and-click visual semaphore decoder for
puzzling
</li>
<li>
<a href="white-elephant.html">White Elephant is surprisingly effective</a>: an analysis of simulated White
Elephant games
</li>
<li>
<a href="blackout-poetry.html">Blackout Poetry</a>: a tool for creating blackout poetry from a given text
</li>
<li>
<a href="bluesky-alt-text.html">Bluesky Alt Text Stream</a>: A view of all alt text (image descriptions) on
the Bluesky Firehose
</li>
<li>
<a href="cistercian-font.html">Cistercian Numerals Font</a>: A custom font that displays Cistercian numerals
using font ligatures
</li>
</ul>
</div>
</body>
</html>