website

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

commit 4bf90b9011b6d43c271f8d84b65baad03352a47a
parent a495707f2adf443f784622bf78adb913767d8a77
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Tue, 14 May 2024 20:58:17 +0100

Updated index.html about me section

Diffstat:
Mpublic/index.html | 58+++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 55 insertions(+), 3 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -63,6 +63,58 @@ currently learning the C programming language, and I am planning on making some more programs, so keep your eyes peeled for when I do!  </p> + + <hr> + + <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> + + <h3>Software</h3> + <p><b>Linux distro</b><br> + I use arch, mainly because I am making my own work environment and I can pick what + applications I want to install instead of some linux distro that does it for me, the + beauty of Arch Linux is that you're held responsible nothing happens unless you let it + happen. There is a learning curve but when you break it, it is more than worth it for + the amount of freedom you get from Arch. + + <p><b>Web browser</b><br> + For my web browser is <a href "https://librewolf.net/">librewolf</a> the only browser that + really cares about your privacy, whilst yes it is annoying being logged out of everything + each time I close it, small sacrifices need to be made for privacy and this is why password managers + exist I just log on in a matter of seconds. I don't use many extensions but the ones I do use are + <a href "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/">ublock</a> , + <a href "https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/">KeePassXC</a> , + <a href "https://addons.mozilla.org/en-US/firefox/addon/darkreader/">Dark reader</a>.</p> + + <p><b>IDE</b><br>My IDE is Vim, it is a good all around program to use, it is fast to work with and is very + customizable which I love personally, I would recommend vim for anybody who wants a + terminal based text editor and to anybody who wants to get into programming or anybody + who is programming currently.</p> + + <p><b>Password manager</b><br> + I use <a href="https://keepassxc.org/">KeePassXC</a> for managing my passwords, I + used to use bitwarden but after a while I just thought I did not want my passwords in + somebody else's server so I switched to KeePassXC because it is offline, I use syncthing + to sync all my passwords from my laptop to my phone.</p> + + <p><b>Status bar</b><br> + <a href "https://github.com/polybar">Polybar</a> + is the software that I use for my status bar because it is very customizable and it has all + the features I look for in a status bar, it it also has a clean and modern look by + deafult. Sometimes I just mess around with my polybar and see what looks the best.</p> + + <p><b>App launcher</b><br> + I use <a href "https://github.com/davatorium/rofi">rofi</a> for my app launcher because + it is customizable and easy to use, it also comes with a bunch of default options which + I sometimes use as a template for my rofi configs.</p> + + </div> <div id="projects" class="content-region hide"> @@ -75,14 +127,14 @@ <li>Written works</li> <li><a href="projects/WeeklyByte.html">Weekly Byte</a></li> - - </div> + <div id="contact" class="content-region hide"> <h2>Contact</h2> <p>You can contact me here for any querys or suggestions.<br> Email: shipwreckt@mailfence.com<br><br> - Code, mostly use gitlab: <a href="https://gitlab.com/Shipwreckt">Gitlab</a> <a href="https://github.com/Shipwrecktt">Github</a> + Code, mostly use gitlab: + <a href="https://gitlab.com/Shipwreckt">Gitlab</a> <a href="https://github.com/Shipwrecktt">Github</a> </p> </div>