website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

Tech.html (2176B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="author" content="Shipwreckt">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>Tech 🧑‍💻</title>
      8     <link rel="stylesheet" href="../../styles.css">
      9     <link rel="icon" href="../../Images/favi.png" type="image/x-icon">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <ul>
     15           <li><a href="../../index.html">Home</a></li>
     16           <li><a href="../../links.html">Links</a></li>
     17           <li><a href="../../projects.html">Projects</a></li>
     18           <li><a href="../../contact.html">Contact</a></li>
     19         </ul>
     20       </nav>
     21     </header>
     22     <main>
     23       <div class="tags">
     24         <center>
     25           <h1>Tech 🧑‍💻</h1>
     26         </center>
     27         <p>21-02-2025 - <a href="../17Server.html">VPS Server 🗄️</a></p>
     28         <p>16-02-2025 - <a href="../16PC.html">New PC case!</a></p>
     29         <p>18-12-2024 - <a href="../15Christmas.html">Christmas 🎅</a></p>
     30         <p>01-12-2024 - <a href="../14Email.html">Email and Life update</a></p>
     31         <p>22-09-2024 - <a href="../13I2P.html">Trying out I2P 🕵️</a></p>
     32         <p>18-09-2024 - <a href="../12Pihole.html">Pihole on Arch server</a></p>
     33         <p>31-08-2024 - <a href="../10Gentoo.html">Installing Gentoo Linux</a></p>
     34         <p>28-08-2024 - <a href="..//09Kernel.html">Compiling the Linux Kernel 🐧</a></p>
     35         <p>26-08-2024 - <a href="../08ArchServer.html">Arch Server!</a></p>
     36         <p>17-08-2024 - <a href="../07FishShell.html">Trying Out Fish 🐟</a></p>
     37         <p>03-08-2024 - <a href="../05Yubikeys.html">Yubikeys!</a></p>
     38         <p>27-07-2024 - <a href="../04Servers.html">Messing With Servers</a></p>
     39         <p>22-07-2024 - <a href="../02FreeBSD.html">Trying Out FreeBSD</a></p>
     40         <p>13-07-2024 - <a href="../00dwm.html">Switching To DWM</a></p>
     41       </div>
     42 
     43       <div class="tags2"><hr>
     44         <h3>Other tags</h3>
     45         <pre><a href="Linux.html">Linux 🐧</a> | <a href="BSD.html">BSD 😈</a> | <a href="Hardware.html">Hardware 🖥</a> | <a href="Life.html">Life 🍺</a> </pre>
     46       </div>
     47     </main>
     48   </body>
     49 </html>