You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

1 year ago
  1. ---
  2. title: About
  3. date: 2023-05-17 20:35:10
  4. ---
  5. <div class="text-center mb-4">
  6. <img src="https://avatars.githubusercontent.com/u/33966128?v=4" alt="apictureofme" width="150" height="150" style="border-radius: 50%;" />
  7. </div>
  8. Hi!
  9. My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics which I can't stop talking about.
  10. And since I find it difficult to describe myself in sentences, I'll just throw some buzzwords together
  11. {% codeblock lang:cs %}
  12. var tK = new Person("Tim","Kicker");
  13. tK.State = "Austria";
  14. tk.Interests = {"Linux","Selfhosting","Vinyl",
  15. "Data curation",
  16. "Privacy (Datnschützr würd ma sega)"};
  17. tk.FavGames = {"Half-Life 2",
  18. "Lego Universe",
  19. "Far Cry 3",
  20. "Portal 2"};
  21. tk.FavLang = "CSharp";
  22. tk.LeastFavLang = "JS";
  23. tk.FavColor = "Black (If that's a color??)";
  24. {% endcodeblock %}
  25. Feel free to leave me a message! (github, mail, blog-comment,...)
  26. c: