Initial commit
This commit is contained in:
commit
63dd5fd5b3
9 changed files with 140 additions and 0 deletions
15
src/about.md
Normal file
15
src/about.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# About this page
|
||||
|
||||
This page is written in Markdown, and transformed to HTML using a custom templating engine written in Bash script. It makes heavy use of `sed` and other Unix utilities.
|
||||
Writing this was really fun, and a great little project to test and improve my skills :smiley:
|
||||
|
||||
Once I cleaned up the code, the generator will be made public under the MIT license.
|
||||
|
||||
Feature ToDo-list:
|
||||
|
||||
- Properly support subdirectories
|
||||
- Add more buttons to the nav bar
|
||||
- Make mobile friendly
|
||||
- Make templates more powerful
|
||||
|
||||
If you have any questions about this, you can reach out to me.
|
12
src/contact.md
Normal file
12
src/contact.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Contact me
|
||||
|
||||
You can contact me in the following ways:
|
||||
|
||||
* By mail (preferred option), to [jotto5@](mailto:jotto5@hs-mittweida.de)
|
||||
* On Discord ([@sleppo04](https://discord.com/users/sleppo04))
|
||||
* Others on request
|
||||
|
||||
If you don't know what to contact me about: Try computers graphics, programming, music and trains! You can also talk to me if you want
|
||||
to talk about trans-topics, or just want to vent about the difficulties of being queer :heart:
|
||||
|
||||
While not a contact channel per se, I can also be found in the fediverse as [@joss@tech.lgbt](https://tech.lgbt/@joss)!
|
10
src/index.md
Normal file
10
src/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Haii :3 :cherry_blossom:
|
||||
|
||||
This is my university page, which is still under heavy construction. It is replacing my older page, which, to be fair, looked awful.
|
||||
|
||||
A few small facts about me:
|
||||
|
||||
* My name is Jocelyn :dog:
|
||||
* I am a student in the CB faculty of this university
|
||||
* My preferred pronouns are `she/her`
|
||||
* I like touching computers :3
|
8
src/others.md
Normal file
8
src/others.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Other sites
|
||||
|
||||
This is a place for me to put links to friendly websites!
|
||||
|
||||
* Emil's site: [~emarche](https://www.student.hs-mittweida.de/~emarche)
|
||||
* My private homepage at [jossco.de](https://jossco.de)
|
||||
|
||||
If you want to be here, contact me :grin:
|
1
src/queer.md
Normal file
1
src/queer.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Yes.
|
Loading…
Add table
Add a link
Reference in a new issue