index.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>BaumSplitter41</title>
  7. <meta name="description" content="Personal website of BaumSplitter41, an tech enthusiast and IT student.">
  8. <link rel="canonical" href="https://www.baumsplitter41.eu/">
  9. <link rel="stylesheet" href="css/style.css">
  10. <link rel="icon" type="image/png" href="/assets/Logo_BaumSplitter41_transparent.png"/>
  11. </head>
  12. <body>
  13. <div class="kao.org">
  14. <script src="https://keepandroidopen.org/banner.js?size=minimal&animation=off&hidebutton=off"> </script>
  15. </div>
  16. <div class="main_container">
  17. <div class="text_container">
  18. <div class="main_text">
  19. <h2>About me</h2>
  20. <p>Moin / Hi, I'm BaumSplitter41, I'm an IT student from germany. This is my little personal website. I'm still working on this website, but feel free to contact me.</p>
  21. <p>I'm a tech enthusiast and relative new to homelabbing. This website is, as well as some other web services, a part of my homelabbing journey.
  22. I like tinkering around with Linux machines and trying out new things, at the time primary in the software section but, I want to go further into working with hardware
  23. like microcontroller or Arduino. Also, I want to dive into networking and network infrastructure, I'm really interested in that field and maybe going to be active there in my job. </p>
  24. </div>
  25. <div class="contacts">
  26. <h2>Contact</h2>
  27. <p> You can contact me via the following channels:</p>
  28. <p>• Email: baumsplitter41@baumsplitter41.eu | <a style="color:#82A5D3; text-decoration: none;" href="/assets/public_baumsplitter41">PGP Key</a></p>
  29. <p>• Matrix: @baumsplitter41:baumsplitter41.eu</p>
  30. <p>• Discord: baumsplitter41</p>
  31. </div>
  32. </div>
  33. <div class="img_container">
  34. <img src="/assets/Logo_BaumSplitter41.png" alt="Logo BaumSplitter41", class = "main_img">
  35. <div class="projects">
  36. <h2>Projects</h2>
  37. <p>Projects I worked on or currently working on.</p>
  38. <p> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href="https://git.baumsplitter41.tech/BaumSplitter41">• My git repositories</a></p>
  39. <p> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href="https://vicepd-fivem.de/">• VicePD Fivem Server</a></p>
  40. </div>
  41. </div>
  42. </div>
  43. <!-- <div class="webring"> <p><a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> ↤</a> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> Webring </a> <a target="_blank" rel="noopener noreferrer" style="color:#82A5D3; text-decoration: none;" href=""> ↦</a></p></div> -->
  44. <div class="privacy"> <a style="color:#82A5D3; text-decoration: none;" href="./privacy.html">Privacy Policy</a></div>
  45. </body>
  46. <footer>
  47. <p>© 2026 baumsplitter41.eu</p>
  48. </footer>
  49. </html>