diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /projects.html | |
maintainence
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..9e7127c --- /dev/null +++ b/projects.html @@ -0,0 +1,71 @@ +<!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>Soft Machine | Projects</title>
+</head>
+<body>
+ <div class="top">
+ <h1>Poetry</h1>
+ <h1 class="logo"><a href="index.html">Soft Machine</a></h1>
+ </div>
+ <nav>
+ <span>
+ <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="library.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>
|
