diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-17 17:39:54 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-17 17:39:54 +0100 |
commit | b61aca6682042e415e52b4546255b2a0bcd7b42a (patch) | |
tree | 7e141aa190061223575a5e7539be33131abdf8f8 /public/about/hardware | |
parent | b663eae365f70f13ed4a3447198dff0a32d203eb (diff) |
Website overhaul
Diffstat (limited to 'public/about/hardware')
-rw-r--r-- | public/about/hardware | 49 |
1 files changed, 15 insertions, 34 deletions
diff --git a/public/about/hardware b/public/about/hardware index bb4208a..b2424a0 100644 --- a/public/about/hardware +++ b/public/about/hardware @@ -3,43 +3,24 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Shipwreckt</title> - <link rel="icon" href="../Images/misc/logo.jpg" type="image/x-icon"> + <title>Hardware</title> <link rel="stylesheet" href="../styles.css"> </head> <body> - <div class="sidebar"> - <h2>Table of Contents</h2><hr> - <ul> - <li><a href="../index.html#welcome">Welcome</a></li> - <li><a href="../index.html#about">About Me</a></li> - <li><a href="../index.html#contact">Reach out</a></li> - </ul> - </div> - <div class="content"> - <header> - <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1><hr> - <nav> - <ul> - <li><a href="../index.html">Home</a></li> - <li><a href="../index.html#projects">Projects</a></li> - <li><a href="../index.html#Articles">Articles</a></li> - <li><a href="../index.html#contact">Contact</a></li> - </ul> - </nav> - </header> - <main id="main-content"> - <h3>Hardware</h3> - <p>I am daily driving a <a href="https://www.notebookcheck.net/Review-Lenovo-ThinkPad-L440-Notebook.107632.0.html">ThinkPad - L440</a> made in 2013, its keyboard feels like heaven, definitely the best keyboard I have - ever used my hands just glide over it. It is durable as hell, I have dropped this thing a - few times no dents or scratches, I know it has a roll cage in it so this laptop will last - me forever. I have 8GB of RAM in this laptop - which I will upgrade at some point and im using a I5-4200M CPU. Overall it is an amazing - laptop and I believe I can use this laptop for the rest of my life.</p> - </main> - </div> - <script src="script.js"></script> + <header> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../links.html">Links</a></li> + <li><a href="../projects.html">Projects</a></li> + <li><a href="../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main class="description"> + <h3>Hardware</h3> + <p>I am daily driving a <a href="https://www.notebookcheck.net/Review-Lenovo-ThinkPad-L440-Notebook.107632.0.html">ThinkPad L440</a> made in 2013, its keyboard feels like heaven, definitely the best keyboard I have ever used my hands just glide over it. It is durable as hell, I have dropped this thing a few times no dents or scratches, I know it has a roll cage in it so this laptop will last me forever. I have 8GB of RAM in this laptop which I will upgrade at some point and im using a I5-4200M CPU. Overall it is an amazing laptop and I believe I can use this laptop for the rest of my life if it lasts that long.</p> + </main> </body> </html> |