Graph database Analysis of the Steam Network
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.

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