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.

67 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. ---
  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. Hi there!
  10. I'm Tim, a young student from Austria with an insatiable passion for programming. But that's not all—I'm also enthusiastic about many other topics that I love to share and discuss.
  11. Since describing myself with sentences can be tricky, let's break it down with some code:
  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.FavColor = Color.Black;
  26. // if that's a real color?
  27. {% endcodeblock %}
  28. I've answered some common questions on my [FAQ page](https://tim.kicker.dev/faq/). If you prefer to read my content without JavaScript, check out the [**alternate frontend**](https://blog.kicker.dev).
  29. Feel like supporting me? [Buy me a coffee!](https://www.buymeacoffee.com/timkicker)
  30. Don't hesitate to reach out—I'd love to hear from you! Leave a comment, send an email, or connect with me on Twitter or GitHub.
  31. Happy browsing!
  32. Tim
  33. c:
  34. <p align="center">
  35. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" />
  36. </p>
  37. <p align="center">
  38. <div class="text-center mb-4" id="webpushr-subscription-button" data-button-text="Subscribe" data-subscriber-count-text="Subscribers" width="150" height="150" ></div>
  39. </p>
  40. <!--
  41. <div class="text-center mb-4">
  42. <img src="https://raw.githubusercontent.com/botchGNU/botchGNU/master/generated/languages.svg" alt="apictureofme" width="350" height="200" />
  43. </div>
  44. -->