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.

135 lines
5.9 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. </head>
  10. <body>
  11. <div class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
  12. <div class="container">
  13. <a href="index.html" class="navbar-brand">Jrtechs Steam Graph Project</a>
  14. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  15. <span class="navbar-toggler-icon"></span>
  16. </button>
  17. <div class="collapse navbar-collapse" id="navbarResponsive">
  18. <ul class="navbar-nav">
  19. <li class="nav-item dropdown">
  20. <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="themes">Graphs <span class="caret"></span></a>
  21. <div class="dropdown-menu" aria-labelledby="themes">
  22. <a class="dropdown-item" href="friendsOfFriends.html">Friends of Friends</a>
  23. <a class="dropdown-item" href="commonFriends.html">Common Friends</a>
  24. <a class="dropdown-item" href="closestPath.html">Closest Path</a>
  25. <a class="dropdown-item" href="commonGames.html">Common Games</a>
  26. <a class="dropdown-item" href="friendsWithFriends.html">Best Friends</a>
  27. </div>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link" href="https://jrtechs.net">Blog</a>
  31. </li>
  32. <li class="nav-item">
  33. <a class="nav-link" href="https://jrtechs.me">Resume</a>
  34. </li>
  35. <li class="nav-item">
  36. <a class="nav-link" href="https://github.com/jrtechs">Github</a>
  37. </li>
  38. </ul>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="container">
  43. <br><br><br>
  44. <h1>TDLTR</h1>
  45. </div>
  46. <!-
  47. ┈┈╱▔▔▔▔▔╲┈┈┈HM┈HM
  48. ┈╱┈┈╱▔╲╲╲▏┈┈┈HMMM
  49. ╱┈┈╱━╱▔▔▔▔▔╲━╮┈┈
  50. ▏┈▕┃▕╱▔╲╱▔╲▕╮┃┈┈
  51. ▏┈▕╰━▏▊▕▕▋▕▕━╯┈┈
  52. ╲┈┈╲╱▔╭╮▔▔┳╲╲┈┈┈
  53. ┈╲┈┈▏╭━━━━╯▕▕┈┈┈
  54. ┈┈╲┈╲▂▂▂▂▂▂╱╱┈┈┈
  55. ┈┈┈┈▏┊┈┈┈┈┊┈┈┈╲┈
  56. ┈┈┈┈▏┊┈┈┈┈┊▕╲┈┈╲
  57. ┈╱▔╲▏┊┈┈┈┈┊▕╱▔╲▕
  58. ┈▏ ┈┈┈╰┈┈┈┈╯┈┈┈▕▕
  59. ┈╲┈┈┈╲┈┈┈┈╱┈┈┈╱┈╲
  60. ┈┈╲┈┈▕▔▔▔▔▏┈┈╱╲╲╲▏
  61. ┈╱▔┈┈▕┈┈┈┈▏┈┈▔╲▔▔
  62. ┈╲▂▂▂╱┈┈┈┈╲▂▂▂╱┈
  63. If you are seeing this monkey that means that you are interested in my
  64. code. Yay!! If you are not here to hack me ... you should really consider
  65. contributing to some of my public projects on github.
  66. https://github.com/jrtechs
  67. -->
  68. <!-- Footer -->
  69. <footer class="text-center">
  70. <div class="footer-above">
  71. <div class="container">
  72. <div class="row">
  73. <div class="footer-col col-md-4">
  74. <h3>Location</h3>
  75. <p>Rochester Institute of Technology
  76. <br>1 Lomb Memorial Dr, Rochester, NY 14623</p>
  77. </div>
  78. <div class="footer-col col-md-4">
  79. <h3>Around the Web</h3>
  80. <ul class="list-inline">
  81. <li class="list-inline-item">
  82. <a class="btn-social btn-outline" href="https://www.youtube.com/c/JrtechsNet">
  83. <i class="fa fa-fw fa-youtube"></i>
  84. </a>
  85. </li>
  86. <li class="list-inline-item">
  87. <a class="btn-social btn-outline" href="https://github.com/jrtechs">
  88. <i class="fa fa-fw fa-github"></i>
  89. </a>
  90. </li>
  91. <li class="list-inline-item">
  92. <a class="btn-social btn-outline" href="http://jrtechs.net">
  93. <i class="fa fa-fw fa-wordpress"></i>
  94. </a>
  95. </li>
  96. </ul>
  97. </div>
  98. <div class="footer-col col-md-4">
  99. <h3>About This Website</h3>
  100. <p>Check out the source code for this website on my
  101. <a href="https://github.com/jrtechs">github</a>.</p>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. <div class="footer-below">
  107. <div class="container">
  108. <div class="row">
  109. <div class="col-lg-12">
  110. <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">
  111. document.write(new Date().getFullYear());
  112. </script> Jrtechs</p>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </footer>
  118. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  119. <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>
  120. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
  121. </body>
  122. </html>