index.html (2912B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Riaz's Website</title> 6 <link rel="stylesheet" href="style.css"> 7 <link rel="icon" href="data:,"> 8 <meta name="description" content="I go by the online name Riaz. This is where I share my work."> 9 <meta name="viewport" content="width=device-width, initial-scale=1"> 10 </head> 11 <body> 12 <h1>Riaz's Website</h1> 13 <main> 14 <p>I go by the online name Riaz. This is where I share my work.</p> 15 <nav><a href="git/">Code</a> | <a href="contact">Contact</a> | <a href="links">Links</a></nav> 16 <h2>Articles</h2> 17 <ul> 18 <li><time datetime="2025-07-19">2025 Jul 19</time> <a href="/articles/tldr">Simple TLDR Client Written in POSIX Shell</a></li> 19 <li><time datetime="2025-06-08">2025 Jun 08</time> <a href="/articles/dictionaries">Notes on Offline English Dictionaries</a></li> 20 <li><time datetime="2025-02-27">2025 Feb 27</time> <a href="/articles/format-html">I Quit Using Prettier to Format HTML</a></li> 21 <li><time datetime="2024-12-06">2024 Dec 06</time> <a href="/articles/powerschool-absence">Unable to Submit PowerSchool Absence Reports</a></li> 22 <li><time datetime="2024-11-09">2024 Nov 09</time> <a href="/articles/installing-alpine-linux">Notes on Installing Alpine Linux</a></li> 23 <li><time datetime="2024-10-22">2024 Oct 22</time> <a href="/articles/efficiently-publish-to-website">Efficiently Publish to a Website</a></li> 24 <li><time datetime="2024-10-13">2024 Oct 13</time> <a href="/articles/fix-frogfind-content-display">How to Fix FrogFind's Incorrect Display of Websites</a></li> 25 <li><time datetime="2024-10-12">2024 Oct 12</time> <a href="/articles/repairing-thinkpads-and-macbooks">Notes on Repairing ThinkPads and MacBooks</a></li> 26 <li><time datetime="2024-09-27">2024 Sep 27</time> <a href="/articles/installing-artix-linux">Notes on Installing Artix Linux</a></li> 27 <li><time datetime="2024-06-09">2024 Jun 09</time> <a href="/articles/stop-taking-hot-showers">Stop Taking Hot Showers</a></li> 28 <li><time datetime="2024-05-07">2024 May 07</time> <a href="/articles/phones-increase-cancer-rates">Cell Phones Increase Cancer Rates</a></li> 29 <li><time datetime="2024-03-17">2024 Mar 17</time> <a href="/articles/the-oxygen-advantage">The Oxygen Advantage by Patrick McKeown</a></li> 30 <li><time datetime="2024-02-27">2024 Feb 27</time> <a href="/articles/how-to-start-calisthenics">How to Start Calisthenics</a></li> 31 <li><time datetime="2024-02-25">2024 Feb 25</time> <a href="/articles/mewing-and-orthotropics">Mewing and Orthotropics</a></li> 32 <li><time datetime="2024-02-24">2024 Feb 24</time> <a href="/articles/why-we-sleep">Why We Sleep by Matthew Walker</a></li> 33 <li><time datetime="2024-01-20">2024 Jan 20</time> <a href="/articles/estrogeneration">Estrogeneration by Anthony G. Jay</a></li> 34 <li><time datetime="2023-08-06">2023 Aug 06</time> <a href="/articles/technology-i-use">Technology I Use and Recommend</a></li> 35 </ul> 36 </main> 37 </body> 38 </html>