1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
<link rel="icon" href="logo.jpg" type="image/x-icon">
<!-- styles -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
</head>
<body>
<header id="header">
<img src="logo.jpg">
<h1>Shipwreckt</h1>
<!-- Menu selection -->
<ul class="main-menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<div id="container">
<div class="inner">
<div id="content">
<div id="home" class="content-region hide">
<h2>Home</h2>
<p>Hello and welcome to my personal website! For the most part this website is mostly
about my programming work I have done, you can find all my coding projects
on the <a href="#projects">projects page</a>. I do a weekly news artical called
<a href="projects/WeeklyByte.html">the weekly byte</a> where I do a Linux distro of the week
and some software and hardware suggestions, also the odd bit of news. But that is mostly
it for this website have a look around and see what you like!
<p>Also quick note this website is still being made so please be patiant</p>
</div>
<div id="about" class="content-region hide">
<h2>About</h2>
<p>
Hello there! I am Shipwreckt, a 15-year-old dude who lives in the UK. I would describe
myself as an outgoing person, and I enjoy talking to people even if I do not know them well.
</p>
<p>I have enjoyed programming for a number of years now, ever since early
2022, but I only really delved into programming fully in late 2023, when I
fully switched from Windows to Linux. The reason why I made the switch
was because even though I can see Windows is not all that great, I wanted
to challenge myself and also give myself a reason to program again, so I
switched over to Linux, and it has been amazing. It has given me the
freedom to be creative with my desktop and config files. But I am
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>File manager</b><br>
For my file manager, I use <a href ="https://github.com/ranger/ranger">Ranger</a>.
The main reason I use Ranger is because it uses Vim keybinds,
which I love. I first tested it out to see if it was any good, and after using it for about a
day, I decided to fully switch over to it, and it is a good file manager. I would suggest it to
anybody who likes the vim keybinds. </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>
<p><b>Xorg or Wayland?</b><br>
I like Wayland; it is smooth and modern. But I do not think it is fully there yet, so for
now I am staaying with Xorg, because it just works and I have no issues with it. In the future,
in about a year, I will switch to Wayland because it is more modern, but for now, Xorg is my go-to.</p>
</div>
<div id="projects" class="content-region hide">
<h2>Projects!</h2>
<p>Below is a list of my projects, have a look around!</p>
<li>Programming</li>
<li><a href="projects/Qtile.html">Qtile configs</a></li>
<li><a href="projects/Fakefetch.html">Fakefetch script</a></li><br>
<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><br>
Social:
<a rel="me" href="https://mastodon.online/@shipwreckt">Mastodon</a>
</p>
</div>
</div>
</div>
</div>
<!-- Load additional JS scripts here -->
<script type="text/javascript" src="script.js"></script>
</body>
</html>
|