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.

45 lines
1.5 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. <meta name="description" content="Blog of Jeffery Russell, featuring technical guides, and projects.">
  8. <meta name="author" content="Jeffery Russell">
  9. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
  10. <link rel="stylesheet"
  11. href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/styles/default.min.css">
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  13. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  14. <style>
  15. html, body, h1, h2, h3, h4, h5, h6 {
  16. font-family: 'Open Sans', sans-serif;
  17. }
  18. p{font-size:18px;}
  19. </style>
  20. <!-- Navbar -->
  21. <div class="w3-top">
  22. <div class="w3-bar w3-dark-grey w3-card">
  23. <a href="/" class="w3-bar-item w3-button w3-padding-large">Home</a>
  24. <a href="https://github.com/jrtechs" class="w3-bar-item w3-button w3-padding-large w3-hide-small">GitHub</a>
  25. <a href="https://jrtechs.me" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Portfolio</a>
  26. <a href="https://www.youtube.com/channel/UCbebizd25t22-vv13_lr9_A"
  27. class="w3-bar-item w3-button w3-padding-large w3-hide-small">Youtube</a>
  28. </div>
  29. </div>
  30. <body class="w3-light-grey">
  31. <div class="w3-content w3-padding-64" style="max-width:1400px">
  32. <div class="w3-row">