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.

76 lines
3.3 KiB

  1. <!-- Close section -->
  2. </div></div>
  3. <!-- Footer -->
  4. <!-- Footer -->
  5. <footer class="text-center">
  6. <div class="footer-above">
  7. <div class="container">
  8. <div class="row">
  9. <div class="footer-col col-md-4">
  10. <h3>Location</h3>
  11. <p>Rochester Institute of Technology
  12. <br>1 Lomb Memorial Dr, Rochester, NY 14623</p>
  13. </div>
  14. <div class="footer-col col-md-4">
  15. <h3>Around the Web</h3>
  16. <ul class="list-inline">
  17. <li class="list-inline-item">
  18. <a class="btn-social btn-outline" href="https://www.youtube.com/c/JrtechsNet">
  19. <i class="fa fa-fw fa-youtube"></i>
  20. </a>
  21. </li>
  22. <li class="list-inline-item">
  23. <a class="btn-social btn-outline" href="https://github.com/jrtechs">
  24. <i class="fa fa-fw fa-github"></i>
  25. </a>
  26. </li>
  27. <li class="list-inline-item">
  28. <a class="btn-social btn-outline" href="http://jrtechs.net">
  29. <i class="fa fa-fw fa-wordpress"></i>
  30. </a>
  31. </li>
  32. </ul>
  33. </div>
  34. <div class="footer-col col-md-4">
  35. <h3>About This Website</h3>
  36. <p>Check out the source code for this website on my
  37. <a href="https://github.com/jrtechs">github</a>.</p>
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="footer-below">
  43. <div class="container">
  44. <div class="row">
  45. <div class="col-lg-12">
  46. <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> <script type="text/javascript">
  47. document.write(new Date().getFullYear());
  48. </script> Jrtechs</p>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. </footer>
  54. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
  55. <script>hljs.initHighlightingOnLoad();</script>
  56. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  57. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
  58. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
  59. <!-- Global site tag (gtag.js) - Google Analytics -->
  60. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-51392711-1"></script>
  61. <script>
  62. window.dataLayer = window.dataLayer || [];
  63. function gtag(){dataLayer.push(arguments);}
  64. gtag('js', new Date());
  65. gtag('config', 'UA-51392711-1');
  66. </script>
  67. </body>
  68. </html>