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.

43 lines
1.4 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. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  12. <style>
  13. html, body, h1, h2, h3, h4, h5, h6 {
  14. font-family: 'Open Sans', sans-serif;
  15. }
  16. p{font-size:18px;}
  17. </style>
  18. <!-- Navbar -->
  19. <div class="w3-top">
  20. <div class="w3-bar w3-dark-grey w3-card">
  21. <a href="/" class="w3-bar-item w3-button w3-padding-large">Home</a>
  22. <a href="https://github.com/jrtechs" class="w3-bar-item w3-button w3-padding-large w3-hide-small">GitHub</a>
  23. <a href="https://jrtechs.me" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Portfolio</a>
  24. <a href="https://www.youtube.com/channel/UCbebizd25t22-vv13_lr9_A"
  25. class="w3-bar-item w3-button w3-padding-large w3-hide-small">Youtube</a>
  26. </div>
  27. </div>
  28. <body class="w3-light-grey">
  29. <div class="w3-content w3-padding-64" style="max-width:1400px">
  30. <div class="w3-row">