summaryrefslogtreecommitdiff
path: root/old/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/projects.html')
-rw-r--r--old/projects.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/old/projects.html b/old/projects.html
new file mode 100644
index 0000000..e748429
--- /dev/null
+++ b/old/projects.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <link href="house.css" rel="stylesheet">
+ <meta charset="unicode">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="The Weight of Comfort">
+ <meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro">
+ <meta name="author" content="Radiohotline">
+ <title>Projects</title>
+</head>
+<body>
+ <nav>
+ <h1>Soft Machine</h1>
+ <span>
+ <a href="house.html">home</a>&emsp;&emsp;
+ <a href="about.html">about</a>&emsp;&emsp;
+ <a href="art.html">art</a>&emsp;&emsp;
+ <a href="music.html">music</a>&emsp;&emsp;
+ <a href="thoughts.html">thoughts</a>&emsp;&emsp;
+ <a href="muse.html">muse</a>&emsp;&emsp;
+ <a href="poetry.html">poetry</a>&emsp;&emsp;
+ <a href="books.html">library</a>&emsp;&emsp;
+ <a href="projects.html">projects</a>&emsp;&emsp;
+ <a href="links.html">links</a>&emsp;&emsp;
+ </span>
+ <hr>
+ </nav>
+
+ <h2>Projects</h2>
+
+ <p>Code will be hosted on <a href="https://github.com/radiohotline/">GitHub</a> once I finish or polish it.</p>
+
+ <h3>Art/Games</h3>
+
+ <ul>
+ <li>It's a secret.</li>
+ </ul>
+
+ <h3>Software - WIP</h3>
+
+ <ul>
+ <li>Basic software suite</li>
+ <ul>
+ <li>Text editor</li>
+ </ul>
+ </ul>
+ </ul>
+
+ <h3>Hardware</h3>
+
+ <ul>
+ <li>They will be disclosed when they're presentable. It doesn't feel right to talk about what I'll make when I haven't worked on it yet.</li>
+ </ul>
+
+ <h3>Microprojects</h3>
+
+ <p>These were made as programming practice.</p>
+
+ <ul>
+ <li>Coreutils clone (WIP)</li>
+ <li>Loveletter generator (<a href="https://github.com/radiohotline/loveletter">link</a>)</li>
+ <li>Troysort (joke)</li>
+ </ul>
+
+ <img src="img/objects/duckgrass.gif"></img>
+
+</body>
+</html>