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.

66 lines
1.9 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 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 that 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. I explained some things on my [faq page](https://tim.kicker.dev/faq/) and if you want to read my stuff without javascript, please take a look at the [**alternate frontend**](https://blog.kicker.dev).
  29. Keep in mind: [You can always support me, if you want to!](https://www.buymeacoffee.com/timkicker)
  30. Also please feel free to leave me a message! (comment, mail, twitter, github,...)
  31. c:
  32. <p align="center">
  33. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" />
  34. </p>
  35. <p align="center">
  36. <div class="text-center mb-4" id="webpushr-subscription-button" data-button-text="Subscribe" data-subscriber-count-text="Subscribers" width="150" height="150" ></div>
  37. </p>
  38. <!--
  39. <div class="text-center mb-4">
  40. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" alt="apictureofme" width="350" height="200" />
  41. </div>
  42. -->