-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (76 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Pyrrhic's Twinerys</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<header>
<h1>Pyrrhic's Twinery</h1>
<nav>
<ul>
<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">
<p>Pyrrhic's Twinery is a website hosting Twine games made by Jeans Jake.</p>
<p>The source code for both the games and this website can be found on <a href="https://github.com/PyrrhicShadow/Pyrrhic-s-Twinery" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
</div>
<div class="project">
<img src="img/Not-Weird-Queer-0-0-004.png" alt="Twine Harlowe story map for Not Weird. Queer version 0.0.004." />
<h2>Not Weird. Queer</h2>
<p><a href="twine/Not-Weird-Queer-0-0-008.html" target="_blank" rel="noopener noreferrer">Play</a></p>
<p>A work in progress</p>
<p>A game about navagating middle school as a transgender person. Loosly autobiographical.</p>
<p><a href="About-Not-Weird-Queer.html">Read more</a></p>
<div class="clear"></div>
</div>
<div class="project">
<img src="img/fusionGodRobot.png" alt="A placeholder image for the Genshin Impact: Prosperous Partnerships flow chart." />
<h2>Genshin Impact: Prosperous Partnerships</h2>
<p><a href="twine/GI-Prosperous-Partnerships-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
<p>A completed project</p>
<p>a flow chart for assisting in the Prosperous Partnerships event in Genshin Impact version 2.4.</p>
<p></p>
<p><a href="About-GI-Prosperous-Partnerships.html">Read more</a></p>
<div class="clear"></div>
</div>
<div class="project">
<img src="img/Chaotic-Rooms-v2.png" alt="Twine Harlowe story map for Chaotic Rooms version 2." />
<h2>Chaotic Rooms</h2>
<p><a href="twine/Chaotic-Rooms-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
<p>Also a work in progress</p>
<p>A game based on S. Topaz Wolf's novella of the same name.</p>
<p><a href="About-Chaotic-Rooms.html">Read more</a></p>
<div class="clear"></div>
</div>
<div class="project">
<img src="img/fusionGodRobot.png" alt="A placeholder image for the game Perfect." />
<h2>Perfect</h2>
<p><a href="twine/Perfect-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
<p>A mostly complete project</p>
<p>an interactive poem about trappings of beauty and familiarity.</p>
<p><a href="About-Perfect.html">Read more</a></p>
<div class="clear"></div>
</div>
</div>
<footer>
<nav>
<ul>
<li> </li>
<li>Last updated 13 December 2024.</li>
<li>|</li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
</footer>
</body>
</html>