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.

33 lines
1.5 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <title>Tovi Jaeschke's Homepage</title>
  6. <link rel="stylesheet" type="text/css" href="css/main.css">
  7. <link href='https://fonts.googleapis.com/css?family=Average|Montserrat' rel='stylesheet' type='text/css'>
  8. <link rel="stylesheet" href="css/prism.css">
  9. <script src="js/prism.js"></script>
  10. <script type="text/javascript" src="js/script.js"></script>
  11. </head>
  12. <body>
  13. {{ template "header.gohtml" }}
  14. <div class="container">
  15. {{ template "sidebar.gohtml" . }}
  16. <div class="main">
  17. <h2>Tovi Jaeschke</h2>
  18. <p>Hello! My name is Tovi. I'm a 21 year old programmer and computer security enthusiast.</p>
  19. <p>My main hobbies include reading, programming, pentesting, philosophy, and designing websites. I actively develop in Go, Python, php, and HTML/CSS/JS. I enjoy using versatile, minimalist, open source programs, such as vim, st, dmenu, and dwm.</p>
  20. <p>You can find some of my portfolio and some front-end demos <a href="https://demos.tovijaeschke.xyz">here</a></p>
  21. <p>On this site, you will find programs I have written, CTF walkthroughs, minimalist programs I have found and begun using, and updates about my current workflow.</p>
  22. <h3>Recent posts:</h3>
  23. <ul class="index-recent-posts">
  24. <?php include 'php/recent-posts-index.php';?>
  25. </ul>
  26. </div>
  27. </div>
  28. <footer>
  29. <a href="mailto:tovi@tovijaeschke.xyz">tovi@tovijaeschke.xyz</a>
  30. <p>Last updated: <?php lastUpdate();?></p>
  31. </footer>
  32. </body>
  33. </html>