diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
| commit | c00ae4e38b44247b50d4ba36366323b3d2bba978 (patch) | |
| tree | b4d5e7949f009dbca94624a1e0bde58cb6fd7a99 /old/projects.html | |
| parent | fa98cb5aca8f508d547bf5fe2b8bd13f47a3140e (diff) | |
major site redesign
Diffstat (limited to 'old/projects.html')
| -rw-r--r-- | old/projects.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/old/projects.html b/old/projects.html new file mode 100644 index 0000000..9a42db0 --- /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>  
+ <a href="about.html">about</a>  
+ <a href="art.html">art</a>  
+ <a href="music.html">music</a>  
+ <a href="thoughts.html">thoughts</a>  
+ <a href="muse.html">muse</a>  
+ <a href="poetry.html">poetry</a>  
+ <a href="books.html">library</a>  
+ <a href="projects.html">projects</a>  
+ <a href="links.html">links</a>  
+ </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>
|
