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.

143 lines
6.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Jrtechs Steam Friend Graph Project</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <link rel="stylesheet" href="css/bootstrap.css" media="screen">
  9. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  10. </head>
  11. <body>
  12. <div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
  13. <div class="container">
  14. <a class="navbar-brand" href="#">Steam Graph Project</a>
  15. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  16. <span class="navbar-toggler-icon"></span>
  17. </button>
  18. <div class="collapse navbar-collapse" id="navbarSupportedContent">
  19. <ul class="navbar-nav mr-auto">
  20. <li class="nav-item">
  21. <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
  22. </li>
  23. <li class="nav-item">
  24. <a class="nav-link" href="graphs.html">Graphs</a>
  25. </li>
  26. <!--<li class="nav-item">-->
  27. <!--<a class="nav-link" href="profile.html">Profile Look-Up</a>-->
  28. <!--</li>-->
  29. <li class="nav-item">
  30. <a class="nav-link" href="faq.html">FAQ</a>
  31. </li>
  32. </ul>
  33. <ul class="nav navbar-nav navbar-right">
  34. <li>
  35. <a class="nav-link" href="https://jrtechs.net">Blog</a>
  36. </li>
  37. <li>
  38. <a class="nav-link" href="https://jrtechs.me">Resume</a>
  39. </li>
  40. <li>
  41. <a class="nav-link" href="https://github.com/jrtechs">Github</a>
  42. </li>
  43. </ul>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="container">
  48. <br><br><br>
  49. <h2>My Steam websocket server down.</h2>
  50. <p>Sorry about that, you should try again some other day.</p>
  51. <img src="img/404.jpg">
  52. <br><br>
  53. </div>
  54. <!-
  55. ┈┈╱▔▔▔▔▔╲┈┈┈HM┈HM
  56. ┈╱┈┈╱▔╲╲╲▏┈┈┈HMMM
  57. ╱┈┈╱━╱▔▔▔▔▔╲━╮┈┈
  58. ▏┈▕┃▕╱▔╲╱▔╲▕╮┃┈┈
  59. ▏┈▕╰━▏▊▕▕▋▕▕━╯┈┈
  60. ╲┈┈╲╱▔╭╮▔▔┳╲╲┈┈┈
  61. ┈╲┈┈▏╭━━━━╯▕▕┈┈┈
  62. ┈┈╲┈╲▂▂▂▂▂▂╱╱┈┈┈
  63. ┈┈┈┈▏┊┈┈┈┈┊┈┈┈╲┈
  64. ┈┈┈┈▏┊┈┈┈┈┊▕╲┈┈╲
  65. ┈╱▔╲▏┊┈┈┈┈┊▕╱▔╲▕
  66. ┈▏ ┈┈┈╰┈┈┈┈╯┈┈┈▕▕
  67. ┈╲┈┈┈╲┈┈┈┈╱┈┈┈╱┈╲
  68. ┈┈╲┈┈▕▔▔▔▔▏┈┈╱╲╲╲▏
  69. ┈╱▔┈┈▕┈┈┈┈▏┈┈▔╲▔▔
  70. ┈╲▂▂▂╱┈┈┈┈╲▂▂▂╱┈
  71. If you are seeing this monkey that means that you are interested in my
  72. code. Yay!! If you are not here to hack me ... you should really consider
  73. contributing to some of my public projects on github.
  74. https://github.com/jrtechs
  75. -->
  76. <!-- Footer -->
  77. <footer class="text-center">
  78. <div class="footer-above">
  79. <div class="container">
  80. <div class="row">
  81. <div class="footer-col col-md-4">
  82. <h3>Location</h3>
  83. <p>Rochester Institute of Technology
  84. <br>1 Lomb Memorial Dr, Rochester, NY 14623</p>
  85. </div>
  86. <div class="footer-col col-md-4">
  87. <h3>Around the Web</h3>
  88. <ul class="list-inline">
  89. <li class="list-inline-item">
  90. <a class="btn-social btn-outline" href="https://www.youtube.com/c/JrtechsNet">
  91. <i class="fa fa-fw fa-youtube"></i>
  92. </a>
  93. </li>
  94. <li class="list-inline-item">
  95. <a class="btn-social btn-outline" href="https://github.com/jrtechs">
  96. <i class="fa fa-fw fa-github"></i>
  97. </a>
  98. </li>
  99. <li class="list-inline-item">
  100. <a class="btn-social btn-outline" href="http://jrtechs.net">
  101. <i class="fa fa-fw fa-wordpress"></i>
  102. </a>
  103. </li>
  104. </ul>
  105. </div>
  106. <div class="footer-col col-md-4">
  107. <h3>About This Website</h3>
  108. <p>Check out the source code for this website on my
  109. <a href="https://github.com/jrtechs">github</a>.</p>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="footer-below">
  115. <div class="container">
  116. <div class="row">
  117. <div class="col-lg-12">
  118. <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">
  119. document.write(new Date().getFullYear());
  120. </script> Jrtechs</p>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </footer>
  126. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  127. <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>
  128. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
  129. </body>
  130. </html>