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.

60 lines
2.3 KiB

  1. <!-- Close section -->
  2. </div></div>
  3. <!-- Footer -->
  4. <footer class="text-center">
  5. <div class="footer-above">
  6. <div class="container">
  7. <div class="row">
  8. <div class="footer-col col-md-4">
  9. <h3>Location</h3>
  10. <p>Rochester Institute of Technology
  11. <br>1 Lomb Memorial Dr, Rochester, NY 14623</p>
  12. </div>
  13. <div class="footer-col col-md-4">
  14. <h3>Around the Web</h3>
  15. <ul class="list-inline">
  16. <li class="list-inline-item">
  17. <a class="btn-social btn-outline" href="https://www.youtube.com/c/JrtechsNet">
  18. <i class="fa fa-fw fa-youtube"></i>
  19. </a>
  20. </li>
  21. <li class="list-inline-item">
  22. <a class="btn-social btn-outline" href="https://github.com/jrtechs">
  23. <i class="fa fa-fw fa-github"></i>
  24. </a>
  25. </li>
  26. <li class="list-inline-item">
  27. <a class="btn-social btn-outline" href="https://jrtechs.net">
  28. <i class="fa fa-fw fa-wordpress"></i>
  29. </a>
  30. </li>
  31. </ul>
  32. </div>
  33. <div class="footer-col col-md-4">
  34. <h3>About This Website</h3>
  35. <p>Check out the source code for this website on my
  36. <a href="https://github.com/jrtechs">github</a>.</p>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="footer-below">
  42. <div class="container">
  43. <div class="row">
  44. <div class="col-lg-12">
  45. <p class="m-0 text-center text-white"><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA 4.0</a> Jrtechs</p>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. </footer>
  51. <script src="/js/navBar.min.js" async></script>
  52. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
  53. <script>hljs.initHighlightingOnLoad();</script>
  54. </body>
  55. </html>