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.

50 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
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",
  15. "Selfhosting",
  16. "Vinyl",
  17. "Data curation",
  18. "Privacy Guardance"};
  19. tK.FavGames = {"Half-Life 2",
  20. "Lego Universe",
  21. "Far Cry 3",
  22. "Portal 2"};
  23. tK.FavLang = "CSharp";
  24. tK.LeastFavLang = "JS";
  25. tK.FavColor = Color.Black;
  26. // if that's a real color?
  27. {% endcodeblock %}
  28. Feel free to leave me a message! (github, mail, blog-comment,...)
  29. c:
  30. <div class="text-center mb-4" id="webpushr-subscription-button" data-button-text="Subscribe" data-subscriber-count-text="Subscribers" width="150" height="150" ></div>
  31. <!--
  32. <div class="text-center mb-4">
  33. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" alt="apictureofme" width="350" height="200" />
  34. </div>
  35. -->