diff options
| author | Vosjedev <vosje@vosjedev.net> | 2026-02-08 16:58:37 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2026-02-08 16:58:37 +0100 |
| commit | c6f203b9f035f54cecbb20450a309cb0596ccfff (patch) | |
| tree | 85eb24b747f2e3bb0919d66b892e8cacd166ad08 /content | |
| download | website-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.gz website-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.bz2 website-c6f203b9f035f54cecbb20450a309cb0596ccfff.tar.xz | |
WTF am I doing atp
Diffstat (limited to 'content')
| -rw-r--r-- | content/README.md | 32 | ||||
| -rw-r--r-- | content/contact.md | 14 | ||||
| -rw-r--r-- | content/projects.md | 4 |
3 files changed, 50 insertions, 0 deletions
diff --git a/content/README.md b/content/README.md new file mode 100644 index 0000000..2bf42b0 --- /dev/null +++ b/content/README.md @@ -0,0 +1,32 @@ +--- +Title: Welcome +notoc: true +--- + +# Welcome to vosjedev.net + +Hi! I am vosjedev. You seem to have found my website! + +I am a dutch developer, I write stuff mainly in python, html+css (no js!), and bash. My projects are available on: + +- [my git server](https://git.vosjedev.net) + this is where all new projects go. +- [codeberg](https://codeberg.org/vosjedev) + here are older projects and 'mirrors'. +- [github](https://github.com/vosjedev) + here are the oldest projects, and collaboration projects before my git server existed. + +I'm reachable on multiple locations and for multiple reasons. check [[contact]] for info! + +## Spotlight +Spotlighted projects: + +- [Another Custom Issue Tracker (acit)](https://git.vosjedev.net/acit.git/) is an Email-Driven Issue Tracker +- [webradio](/webradio/) is a simple minimalistic ad-free webpage for listening to dutch radio over the web +- [mapgame](https://github.com/Vosjedev/mapgame) is my 'first' program (written in bash). it employs some OOP ways of working before I ever heard of OOP, and it's kinda cursed. + +## History of this website +Originally I started with a website hosted on google drive via some website, then later I moved to github pages. Eventually I got a raspberrypi and a domain, and that's what you're looking at now. However, for a long time the website hosted here was just a filelisting with README.md rendering. Now it's actually a fancy website! + +## History of me (not interesting) +Roughly 5 years ago, I started messing around in html+css in VSCode and on a random app on my phone. I learned bash quickly after (more or less accidentally, I was trying to learn _all_ the commands my shell could do - not realising how shells work), and after a few years of getting into cursed levels of bash I started writing python. I did some cursed stuff, learned how to _actually_ write python, and now I've been writing python for 3 years. diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..1eb9a23 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,14 @@ + +# Contact +Given you are on this page you are seeking contact with me. + +I employ different ways of contacting for different purposes. + +- If you are looking to contact me for <span class="orange">anything related to this website</span> or another service hosted under the vosjedev.net domain, you should send an email to `vosje+web [at] vosjedev.net`{.orange} (replace the `[at]` with `@`) unless stated otherwise in the service. +- If you are looking to contact me <span class="orange">for anything else</span>, shoot an email to `vosje [at] vosjedev.net`{.orange} (once again, replace the `[at]` with `@`) + + +- If you are seeking contact <span class="orange">for professional reasons</span>, unless you're a friend, you're probably out of luck right now, but it's still worth a try. Use `vosje [at] vosjedev.net`. + + +- If you are a friend, you have my discord or phone number. Discord is fastest in weekends and holidays, calling on weekdays. diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..ad9b1f0 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,4 @@ + +# Projectlist + +This is a list of projects. This page is still a todo. |
