website

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

11School.html (1521B)


      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>School</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       <h2>School Update</h2>
     24       <h3>Date: 07-09-2024</h3><hr>
     25       <p>As of last week, school has started.</p>
     26       <p>Unfortunately, I no longer have all day to tinker with Linux. While I'll try to continue to update this website, my focus will be more shifting toward school, especially with my GCSEs approaching. I’m a bit disappointed to temporarily step back from Linux and programming, but I plan to get back into it in as soon as I have spare ome time off work. For example, today I managed to get <a href="https://www.wireguard.com/">WireGuard</a> working with a VPN!</p>
     27       <p>That’s all for this update—just a quick note to say that school is in session, and my priorities will be focused there for now.</p>
     28       <center><hr>
     29         <pre><a href="../index.html">Back 🚪</a></pre>
     30       </center>
     31     </main>
     32   </body>
     33 </html>
     34