diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/+page.svelte | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a2118cd..036e82b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -71,30 +71,30 @@ <section id="about"> <h2>About me!</h2> <p> - I'm a software engineer with an interest in Containers and OSdev. - I currently live in germany and study Computer Science. + I'm a software engineer with an interest in containers and OSdev. + I currently live in germany and study computer science. </p> <p> - Apart from Coding and tinkering with Hardware, I enjoy listening to music, reading books and going on walks! + Apart from coding and tinkering with hardware, I enjoy listening to music, reading books and going on walks! </p> </section> <section id="projects"> <h2>My work</h2> <p> Currently most of my time is spent working on - <a href="https://github.com/Vanilla-OS/vib">vib</a>, - as the maintainer of vib I handle any project management, + <a href="https://github.com/Vanilla-OS/vib">vib</a>. + As the maintainer of vib I handle any project management, while actively expanding it with more features. </p> <p> - In connection to vib. I am currently reviving an older + In connection to vib, I am currently reviving an older project called Project Shards, an arch based immutable distribution, that went through many different designs, but has settled on using systemd-sysupdate in the same vein as <a href="https://os.gnome.org">GNOME OS</a>. </p> <p> - A more thorough list of Projects can be found in the + A more thorough list of projects can be found in the <a href="/projects">Projects</a> page. </p> </section> @@ -102,11 +102,11 @@ <h2>Contact</h2> <p class="subheader">Click on a card to copy its address</p> <p> - You can contact me on these platforms! + One can contact me on these platforms! </p> {#if !browser} <p id="noscript"> - You seem to have disable javascript! But this website uses js to deobfuscate the contacts >w< + Javascript seems to be disabled! But this website requires js to deobfuscate the contacts The obfuscated codes are displayed in the boxes below, you can use <a href="/deobfuscate.sh">this shell script</a> to debofuscate them locally! </p> {/if} |