diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
| commit | 8447267bbe6579255905e313c512ea449309e393 (patch) | |
| tree | c5bebcad1c9a27844a72ccb0912b92a3b39950a9 /projects.html | |
| parent | 3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff) | |
add files
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..e748429 --- /dev/null +++ b/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>
|
