diff options
author | axtloss <axtlos@disroot.org> | 2025-01-02 22:08:24 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2025-01-02 22:08:24 +0100 |
commit | 96a69967af14470ad149501944e6f8a7454164f5 (patch) | |
tree | 15e77d09e412657031aa5d21657af026aa16ef35 | |
parent | ffcf1e1c6e5552ee7c4b11d83692408b26131562 (diff) | |
download | website-96a69967af14470ad149501944e6f8a7454164f5.tar.gz website-96a69967af14470ad149501944e6f8a7454164f5.tar.bz2 |
fix some grammar stuff
-rw-r--r-- | index.html | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -104,24 +104,24 @@ </div> <div class="content" id="home-content-info"> <div> - <p>Hi!! I'm <b>Rose</b> (or Xenia or axtlos). I'm an 18 year old Programmer specialising in osdev and systems programming.</p> + <p>Hi!! I'm <b>Rose</b> (or Xenia or axtlos). I'm an 18 year old programmer specialising in osdev and systems programming.</p> <br> - <p>I mostly use C for my projects, but also have experience with Rust, Go, fortran and python (see the Projects window for more info).</p> + <p>I mostly use C for my projects, but also have experience with Rust, Go, Fortran and Python (see the projects window for more info).</p> <br> - <p>I am currently studying Computer Science and work at Nokia as a software developer.</p> + <p>I am currently studying computer science and work at Nokia as a software developer.</p> </div> <div style="justify-content: center; align-items: center; text-align: center;"> <img src="./firefly.png" alt="a firefly resting on a finger"> </div> <div> <hr style="justify-content: center; border-top:2px solid #A0A0A0; width: 100%"> - <p>Click the buttons in the left menu to view extra information or the deskapps in the right to open different windows! The window can also be moved around.</p> + <p>Click the buttons in the left menu to view extra information or the deskapps in the right to open different windows! The windows can also be moved around.</p> </div> </div> <div class="content" id="home-content-contact"> <div> <p>I can be contacted through these platforms</p> - <p>Note that I will ignore messages that simply say "hello!" or something similiar, please include a tiny introduction</p> + <p>Note that I will ignore messages that simply say "hello!" or something similar, please include a tiny introduction</p> <br> <h2>XMPP</h2> <p>I have two xmpp accounts:</p> @@ -136,6 +136,7 @@ <br> <h2>EMAIL</h2> <p>Ol' Reliable</p> + <p>Recommended if it's an urgent topic</p> <p><b>axtlos@disroot.org</b></p> </div> </div> @@ -153,7 +154,7 @@ <div class="content" id="projects-content-personal"> <div> <h1 style="text-align:center">Personal Projects</h1> - <p style="text-align:center">Personal Projects that aren't part of any bigger Organization/Project</p> + <p style="text-align:center">Personal Projects that aren't part of any bigger organization/project</p> <br> <h2>runc</h2> <a href="https://codeberg.org/axtlos/runc">https://codeberg.org/axtlos/runc</a> @@ -165,7 +166,7 @@ <br> <h2>FsVerify</h2> <a href="https://github.com/axtloss/fsverify">https://github.com/axtloss/fsverify</a> - <p>Block Based filesystem verification for immutable Linux Distributions written in golang and C</p> + <p>Block based filesystem verification for immutable linux distributions written in golang and C</p> <br> <h2>BVG - Basic Vector Graphics</h2> <a href="https://github.com/axtloss/fsverify/tree/main/fbwarn">https://github.com/axtloss/fsverify/tree/main/fbwarn</a> @@ -173,11 +174,11 @@ <br> <h2>FsGuard</h2> <a href="https://github.com/linux-immutability-tools/fsguard">https://github.com/linux-immutability-tools/fsguard</a> - <p>File tree based filesysetm integrity verification, fully written in go and use by Vanilla OS through fswarn</p> + <p>File tree based filesysetm integrity verification, fully written in go and in use by Vanilla OS through fswarn</p> <br> <h2>JshipIT</h2> <a href="https://github.com/axtloss/JshipIT">https://github.com/axtloss/JshipIT</a> - <p>OCI client written in Java similiar to podman/docker with a focus on using containers as a form of isolated environments, similiar to Distrobox and Toolbox</p> + <p>OCI client written in Java similar to podman/docker with a focus on using containers as a form of isolated environments, similar to Distrobox and Toolbox</p> </div> </div> <div class="content" id="projects-content-shards"> |