-
Notifications
You must be signed in to change notification settings - Fork 0
/
About-Perfect.html
42 lines (42 loc) · 1.68 KB
/
About-Perfect.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About Perfect</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<header>
<h1>About Perfect</h1>
<nav>
<ul>
<li> </li>
<li><a href="index.html">Home</a></li>
<li>|</li>
<li><a href="aboutme.html">About Me</a></li>
<li>|</li>
<li><a href="abouttwine.html">Twine</a></li>
</ul>
</nav>
</header>
<div id="projects">
<div class="project">
<h2>Perfect</h2>
<p><em>Perfect</em> is an interactive poem written in Twine 2's Harlowe story format. This project was my "hello world" for Twine, but since then, it's become a freeform expression of the trappings of beauty and familiarity.</p>
<p>As a short poem, this project can be considered complete, though I do plan to add more to it from time to time, whenever inspiration strikes.</p>
<p><a href="twine/Perfect-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
</div>
</div>
<footer>
<nav>
<ul>
<li> </li>
<li>Last updated 28 June 2020.</li>
<li>|</li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
</footer>
</body>
</html>