commit d839236c3c79f9e0ecd1a8cf1d619a60a00841cf
parent 58fe6eb7fb1f88f645c3836f4ddd37e72a8d9ba9
Author: Shipwreckt <shipwreckt@mailfence.com>
Date: Sun, 12 Jan 2025 17:07:06 +0000
New update added
Diffstat:
8 files changed, 51 insertions(+), 63 deletions(-)
diff --git a/public/Images/computers/ThinkpadT440p-TrackPad.jpg b/public/Images/computers/ThinkpadT440p-TrackPad.jpg
Binary files differ.
diff --git a/public/about/bitcoin b/public/about/bitcoin
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-GB">
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Shipwreckt">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Bitcoin</title>
- <link rel="stylesheet" href="../styles.css">
- <link rel="icon" href="../Images/favi.png" type="image/x-icon">
- </head>
- <body>
- <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>
- <h1>Bitcoin</h1>
- <p>You do not need to donate to me!</p>
- <p>bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt</p>
- <img src="../Images/misc/BitcoinQrCode.png" alt="bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt" width="500" hight="auto">
- <img sr></img>
- </main>
- </body>
-</html>
-
diff --git a/public/about/hardware b/public/about/hardware
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-GB">
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Shipwreckt">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Hardware</title>
- <link rel="stylesheet" href="../styles.css">
- <link rel="icon" href="../Images/favi.png" type="image/x-icon">
- </head>
- <body>
- <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>
- <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 and it has gotten no dents or scratches, I know it has a roll cage in it so this laptop will last 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>
-
diff --git a/public/contact.html b/public/contact.html
@@ -35,8 +35,6 @@
<p>- Github: <a href="https://github.com/Shipwrecktt">github.com/shipwrecktt</a></p>
<p>- Freecodecamp: <a href="https://www.freecodecamp.org/Shipwreckt">freecodecamp.org/Shipwreckt</a></p>
<hr>
- <h2>Bitcoin:</h2>
- <p>bitcoin: <a href="about/bitcoin">bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt</a></p>
</main>
</body>
</html>
diff --git a/public/index.html b/public/index.html
@@ -21,9 +21,9 @@
</nav>
</header>
<main>
- <p>Hello there! I’m Shipwreckt, a 15 year old dude from the UK. I have a passion for programming and am currently learning C and exploring various diffrent algorithms. I also work with Linux and am diving into more complex aspects of it. You can see what I’m up to right now <a href="about/todo">here</a>.</p>
+ <p>Hello there! I am Shipwreckt, and I am 15 years old. I am from the UK, and I have a great passion for computers and all things revolving around them, such as software and hardware. I mostly focus on learning and working with the Linux operating system. To see what I am up to right now, click <a href="about/todo">here</a>.</p>
- <p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use.</p>
+ <p><a href="about/software">Software</a> that I use.</p>
<section class="posts">
<h2>Posts</h2>
<ul>
diff --git a/public/links.html b/public/links.html
@@ -28,6 +28,12 @@
<li><a href="https://tippfehlr.dev/">Tippfehlr</a></li>
<li><a href="https://www.gositi.se/">Gositi</a></li>
</ul>
+
+ <p>Reading</p>
+ <ul>
+ <li><a href="https://www.eff.org/"></a>Electronic Frontier Foundation</li>
+ </ul>
+
<p>Projects I use and love</p>
<ul>
<li><a href="https://nuclear.js.org/">Nuclear music player</a></li>
diff --git a/public/projects.html b/public/projects.html
@@ -28,6 +28,9 @@
<p>- <a href="projects/programs/dotfiles">Dotfiles</a><p>
<p>- <a href="projects/programs/fakefetch">Fakefetch script</a></p>
+ <h2>Hardware</h2>
+ <p>- <a href="projects/hardware/ThinkPad-T440p">ThinkPad T440p</a>
+
<h2>Written works</h2>
<p>- <a href="projects/writing/weeklybyte/weeklybyte">Weekly Byte</a></p>
diff --git a/public/projects/hardware/ThinkPad-T440p b/public/projects/hardware/ThinkPad-T440p
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html lang="en-GB">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>ThinkPad T440p</title>
+ <link rel="stylesheet" href="../../styles.css">
+ <link rel="icon" href="../../Images/favi.png" type="image/x-icon">
+ </head>
+ <body>
+ <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>
+ <h1><b>ThinkPad T440p</b></h1>
+ <hr>
+ <p>Original condition of the Thinkpad T440p when I brought it in December 2024</p>
+ <img width="813" src="../../Images/computers/ThinkpadT440p.jpg">
+ <hr>
+ <h2>UltraNav trackpad upgrade</h2>
+ <p>The main reason why I replaced the OEM trackpad is simple: it is horrible, feels horrible, and stopped working two weeks after I bought the laptop. In all fairness to the OEM trackpad is 12 years old as of 2025, and that is probably why it went all weird.</p>
+ <p><b style="color:Red;">Warning!!!</b> Put rubber bits on your lid to prevent the UltraNav trackpad from scratching the screen. This is because the middle button is more elevated than the space bar, causing scratching.</p>
+
+ <p>I brought a synaptics UltraNav trackpad off of <a href="https://www.aliexpress.com/item/1005004106306439.html">aliexpress</a>. </p>
+ <img width="813" src="../../Images/computers/ThinkpadT440p-TrackPad.jpg">
+ <hr>
+ <center>
+ <pre><a href="../../index.html">Back 🚪</a></pre>
+
+ </main>
+ </body>
+</html>