some changes to index

This commit is contained in:
speedie 2023-03-01 22:38:44 +01:00
parent 75920107d5
commit 2151647d3b
2 changed files with 5 additions and 6 deletions

View file

@ -11,13 +11,12 @@
<body>
<div class="content">
<h2>Hello there!</h2>
<p>Hello, I'm speedie and this is my personal website and blog.</p>
<p>It's not just a blog, however my blog is the main part of this website. Feel free to take a look around!</p>
<p>
<p>I work on projects sometimes such as:</p>
<p>Hello, I'm speedie and this is my personal website and blog. I'm a GNU/Linux and free software enthusiast and minimalist and creator of projects like speedwm, spmenu, Forwarder Factory and Project 081. Take a look around!</p>
<p>I also work on projects sometimes such as:</p>
<ul>
<li><a href="/projects/speedwm">speedwm</a></li>
<li><a href="https://speedwm.speedie.gq">speedwm</a></li>
<li><a href="/projects/libspeedwm.php">libspeedwm</a></li>
<li><a href="/projects/spmenu.php">speedwm</a></li>
<li><a href="/projects/spde.php">spde</a></li>
<li><a href="/projects/fontctrl.php">fontctrl</a></li>
<li><a href="/projects/elevendebloater.php">elevendebloater</a></li>

View file

@ -16,7 +16,7 @@
<ul>
<li>speedwm</li>
<p>speedwm is a window manager forked from suckless.org's dwm or dynamic window manager. Unlike dwm, speedwm tries to be minimal just like dwm but also has functionality and aesthetics as a goal. It is also much more minimal than other window managers like i3-gaps while offering many more features.</p>
<p><a href="projects/speedwm.php">More information</a></p>
<p><a href="https://speedwm.speedie.gq">More information</a></p>
<li>libspeedwm</li>
<p>libspeedwm is a minimal program for interacting with speedwm through the shell. It allows you to run signals but also perform actions. It is written in C because speedwm itself is written in C. It only has one dependency; libX11 used to set the root window name.</p>
<p><a href="projects/libspeedwm.php">More information</a></p>