diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-03-31 12:36:00 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-03-31 12:36:00 +0000 |
| commit | 4cb279a4d7f5649e00edda638dc97c51cb5bfd91 (patch) | |
| tree | dda64568d010b57c48ef8bb96bb345aa517de1da | |
| parent | 117590d6d1a5370043bd56483c5a0f1465663cc2 (diff) | |
added temporary pages
| -rw-r--r-- | brain.html | 34 | ||||
| -rw-r--r-- | links.html | 1 | ||||
| -rw-r--r-- | poem/index.html | 72 | ||||
| -rw-r--r-- | webring/linuxring/index.html | 2 |
4 files changed, 103 insertions, 6 deletions
@@ -1,5 +1,29 @@ -<a href="library.html">library</a> -<a href="thoughts.html">thoughts</a> -<a href="muse.html">muse</a> -<a href="poetry.html">poetry</a> -<p>temporary page</p>
\ No newline at end of file +<!DOCTYPE HTML> +<html> + <head> + <style> + a { + font-size: 16pt; + } + + a:hover { + font-style: italic; + } + </style> + </head> + <body> + <h1>Brain/</h1> + <a href="library.html">library</a> + <br> + <a href="thoughts.html">thoughts</a> + <br> + <a href="muse.html">muse</a> + <br> + <a href="poetry.html">poetry</a> + <br> + <a href="poem/index.html">hypertext</a> + <br> + <a href="https://radio.softmachine.dev/">radio</a> + <p>temporary page</p> + </body> +</html> @@ -71,6 +71,7 @@ <p><a href="https://sci-hub.st/">sci-hub.st</a> - You should know this by now. Free research paper and article resource.</p> <p><a href="http://textfiles.com/directory.html">textfiles.com</a> - Wonderful archive of old texts on basically anything.</p> <p><a href="https://https://www.worldradiohistory.com/index.htm">worldradiohistory.com</a> - Has a section full of books and magazines about radio and electronics.</p> + <p><a href="https://www.radiomuseum.org/">radiomuseum.org</a> - Another valuable electronics and radio tech site.</p> <p><a href="https://priyom.org/">priyom.org</a> - Radio station archives with live numbers station broadcasts.</p> <br> diff --git a/poem/index.html b/poem/index.html new file mode 100644 index 0000000..d1b4b0c --- /dev/null +++ b/poem/index.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML> +<html> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta charset="unicode"> + <meta name="description" content="The Weight of Comfort | Poetry, particularly freeverse"> + <meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro, Moloch"> + <meta name="author" content="Radiohotline"> + <link href="../house.css" rel="stylesheet"> + <title>Soft Machine | Poetry</title> + <style> + .c { + text-align: center; + } + .r { + text-align: right; + } + .date { + font-size: small; font-style: italic; + } + + .main { + display: inline-flex; + flex-wrap: wrap; + justify-content: center; + flex-grow: none; + align-items: top; + align-self: flex-start; + gap: 20px; + } + + .poem { + width: 450px; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 20px; + vertical-align:top; + } + + + @media (max-width:900px) { + .poem { + width: 80vw; + } + } + </style> +</head> +<body class="art"> + <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> + + <p>hypertext poetry portal</p> + + <p>working on little ideas</p +</body> +</html> diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index baa71ab..97030f0 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -65,7 +65,7 @@ The system/distro you use (for the icon): <h2>Members</h2>
<table id="members">
<tr>
- <td><img class="icon" src="icon/artix.png"><img class="icon" src="icon/freebsd.png"></td>
+ <td><img class="icon" src="icon/nixos.png"><img class="icon" src="icon/freebsd.png"></td>
<td><a href="https://softmachine.dev">teethinvitro.neocities.org</a></td>
<td>Soft Machine is a corner for my thoughts, art, music, and writing — a piece of me.</td>
</tr>
|
