added some more stuff to the filesystem

This commit is contained in:
valentijn
2024-02-05 14:36:49 +01:00
parent e74086d588
commit 2b659bfbbf

View File

@@ -12,10 +12,9 @@
"guest": "dir"
},
"/home/guest/": {
"file1.txt": "this is the content of file1<br>i like cheese :)",
"projects": "dir"
"projects": "dir",
"aboutme.txt": "I'm Valentijn van der Jagt I am 17 years old, and I'm a student software developer at the Graphic Lyceum Rotterdam. I am following the minor IoT, where we learn how to write code for all types of microcontrollers, for example Arduino.<br>I have always loved programming, and anything to do with computers. When I do make some projects all of the source code can be found on my <a href=`#` onclick=`window.location.href='https://github.com/HerpieDerpieee/'`>GitHub</a>. I make most of my projects open source.<br><br>I also do a lot in my free time. For example, I am learning myself to play the piano. I am also digging deeper in the Linux operating system, hosting 2 Fedora Server VMs.<br>If you want to learn some more about me, you should check out my <a href=`#` onclick=`window.location.href='https://www.linkedin.com/in/valentijn-van-der-jagt/'`>LinkedIn</a>, or just look at some of my projects. This can be either on my GitHub, or this website<br><br>All in all, I am very happy in the study of software development, and IT as a whole. I hope eventually to make the world a better place, making use of technology."
},
"/home/guest/projects/": {
"personal": "dir",
"school": "dir"