Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
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.

40 lines
1.2 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <title>Jrtechs</title>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  7. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
  8. <link rel="stylesheet"
  9. href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/styles/default.min.css">
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  11. <style>
  12. body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
  13. </style>
  14. <!-- Navbar -->
  15. <div class="w3-top">
  16. <div class="w3-bar w3-dark-grey w3-card">
  17. <a href="/" class="w3-bar-item w3-button w3-padding-large">Home</a>
  18. <a href="https://github.com/jrtechs" class="w3-bar-item w3-button w3-padding-large w3-hide-small">GitHub</a>
  19. <a href="https://jrtechs.me" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Portfolio</a>
  20. <a href="https://www.youtube.com/channel/UCbebizd25t22-vv13_lr9_A"
  21. class="w3-bar-item w3-button w3-padding-large w3-hide-small">Youtube</a>
  22. </div>
  23. </div>
  24. <body class="w3-light-grey">
  25. <div class="w3-content w3-padding-64" style="max-width:1400px">
  26. <div class="w3-row">