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.

56 lines
1.5 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 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. (Also , there's an **[faq page](https://tim.kicker.dev/faq/)** btw.)
  12. {% codeblock lang:cs %}
  13. var tK = new Person("Tim","Kicker");
  14. tK.State = "Austria";
  15. tK.Interests = {"Linux",
  16. "Selfhosting",
  17. "Vinyl",
  18. "Data curation",
  19. "Privacy Guardance"};
  20. tK.FavGames = {"Half-Life 2",
  21. "Lego Universe",
  22. "Far Cry 3",
  23. "Portal 2"};
  24. tK.FavLang = "CSharp";
  25. tK.LeastFavLang = "JS";
  26. tK.FavColor = Color.Black;
  27. // if that's a real color?
  28. {% endcodeblock %}
  29. Feel free to leave me a message! (comment, mail, twitter, github,...)
  30. c:
  31. <div class="text-center mb-4" id="webpushr-subscription-button" data-button-text="Subscribe" data-subscriber-count-text="Subscribers" width="150" height="150" ></div>
  32. <!--
  33. <div class="text-center mb-4">
  34. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" alt="apictureofme" width="350" height="200" />
  35. </div>
  36. -->