Update homepage and remove manual text wrap

This commit is contained in:
missing 2023-08-23 13:19:06 -05:00
parent 7077168529
commit 4161e6a10f
3 changed files with 11 additions and 16 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"editor.wordWrap": "on"
}

View file

@ -6,18 +6,16 @@ page_template = "subpage.html"
# Welcome to my website!
Hey! I'm {{ resize_image(path="missing.png", width=32, height=32, op="scale", class="pfp") }}
**TheMissingPiece**, but most people just call me missing. I am a nerd and tech
enthusiast who loves to rewrite things that already exist just because I can. I
know JavaScript, TypeScript, Java, C#, and Rust, but nowadays most of my code is
written in Rust. You can find my projects on my friend's [Gitea](https://git.karx.xyz/missing).
Hey! I'm {{ resize_image(path="missing.png", width=32, height=32, op="scale", class="pfp") }} **TheMissingPiece**, but most people just call me missing. I am a nerd and programmer who enjoys rewriting code that already exists just because I can. I know JavaScript, TypeScript, Java, and C#, but nowadays my main language of choice is Rust. You can find my projects on my friend's [Gitea](https://git.karx.xyz/missing).
---
Some projects I am currently working on:
- An X11 protocol, client, and server implementation in Rust, currently not published anywhere.
Most of my projects are not published anywhere, but here are a few that are:
- [`dyn_vec`](https://git.karx.xyz/missing/dyn_vec), a `Vec<T: ?Sized>` for Rust
- [My os](https://git.karx.xyz/missing/os), which is still very much a work in progress
- My work-in-progress [os](https://git.karx.xyz/missing/os), which is still far from complete.
- A clone of [tetris](https://git.karx.xyz/missing/tetris) for the command line
My `~/Projects` directory contains somewhere about 60 projects that are my own, and my motivation to work on any one particular project usually doesn't last that long, so it's not very often that I actually complete one of my projects. Additionally, I don't like publishing a project that is not in a working state, which is why so many of my projects are still private.
---
@ -30,7 +28,7 @@ My friends' links:
---
Ways to reach me:
- TheMissingPiece#6742 on Discord
- @missingdev on Discord (originally TheMissingPiece#6742)
- karx's [Discord](https://discord.gg/ejamTPCVSB) or [IRC](ircs://karx.xyz:6697)
- [piecenotfound@gmail.com](mailto:piecenotfound@gmail.com)

View file

@ -4,12 +4,6 @@ title = "dn42"
# DN42
Dn42, short for decentralized network 42, is something that is better explained
by [the wiki](https://dn42.dev). I host a dn42 node, and am peered with
[Kioubit](https://dn42.g-load.eu/#) and [C4TG1RL5](https://famfo.xyz/dn42/). How
I got to this point with my limited networking knowledge is beyond me. My AS is
`4242422047`, and my IP ranges are `172.22.159.160/27` and `fdfd:bad:c0de::/48`.
I am open for peerings, so if you want to, just contact me through one of the ways
listed on the [home page](/).
Dn42, short for decentralized network 42, is something that is better explained by [the wiki](https://dn42.dev). I host a dn42 node, and am peered with [Kioubit](https://dn42.g-load.eu/#) and [C4TG1RL5](https://famfo.xyz/dn42/). How I got to this point with my limited networking knowledge is beyond me. My AS is `4242422047`, and my IP ranges are `172.22.159.160/27` and `fdfd:bad:c0de::/48`. I am open for peerings, so if you want to, just contact me through one of the ways listed on the [home page](/).
---