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.

148 lines
6.4 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</a>
  29. </li>
  30. <li class="nav-item">
  31. <a class="nav-link" href="graphs.html">Graphs<span class="sr-only">(current)</span></a>
  32. </li>
  33. <li class="nav-item active">
  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>
  56. TDLTR
  57. </div>
  58. <!-
  59. ┈┈╱▔▔▔▔▔╲┈┈┈HM┈HM
  60. ┈╱┈┈╱▔╲╲╲▏┈┈┈HMMM
  61. ╱┈┈╱━╱▔▔▔▔▔╲━╮┈┈
  62. ▏┈▕┃▕╱▔╲╱▔╲▕╮┃┈┈
  63. ▏┈▕╰━▏▊▕▕▋▕▕━╯┈┈
  64. ╲┈┈╲╱▔╭╮▔▔┳╲╲┈┈┈
  65. ┈╲┈┈▏╭━━━━╯▕▕┈┈┈
  66. ┈┈╲┈╲▂▂▂▂▂▂╱╱┈┈┈
  67. ┈┈┈┈▏┊┈┈┈┈┊┈┈┈╲┈
  68. ┈┈┈┈▏┊┈┈┈┈┊▕╲┈┈╲
  69. ┈╱▔╲▏┊┈┈┈┈┊▕╱▔╲▕
  70. ┈▏ ┈┈┈╰┈┈┈┈╯┈┈┈▕▕
  71. ┈╲┈┈┈╲┈┈┈┈╱┈┈┈╱┈╲
  72. ┈┈╲┈┈▕▔▔▔▔▏┈┈╱╲╲╲▏
  73. ┈╱▔┈┈▕┈┈┈┈▏┈┈▔╲▔▔
  74. ┈╲▂▂▂╱┈┈┈┈╲▂▂▂╱┈
  75. If you are seeing this monkey that means that you are interested in my
  76. code. Yay!! If you are not here to hack me ... you should really consider
  77. contributing to some of my public projects on github.
  78. https://github.com/jrtechs
  79. -->
  80. <!-- Footer -->
  81. <footer class="text-center">
  82. <div class="footer-above">
  83. <div class="container">
  84. <div class="row">
  85. <div class="footer-col col-md-4">
  86. <h3>Location</h3>
  87. <p>Rochester Institute of Technology
  88. <br>1 Lomb Memorial Dr, Rochester, NY 14623</p>
  89. </div>
  90. <div class="footer-col col-md-4">
  91. <h3>Around the Web</h3>
  92. <ul class="list-inline">
  93. <li class="list-inline-item">
  94. <a class="btn-social btn-outline" href="https://www.youtube.com/c/JrtechsNet">
  95. <i class="fa fa-fw fa-youtube"></i>
  96. </a>
  97. </li>
  98. <li class="list-inline-item">
  99. <a class="btn-social btn-outline" href="https://github.com/jrtechs">
  100. <i class="fa fa-fw fa-github"></i>
  101. </a>
  102. </li>
  103. <li class="list-inline-item">
  104. <a class="btn-social btn-outline" href="http://jrtechs.net">
  105. <i class="fa fa-fw fa-wordpress"></i>
  106. </a>
  107. </li>
  108. </ul>
  109. </div>
  110. <div class="footer-col col-md-4">
  111. <h3>About This Website</h3>
  112. <p>Check out the source code for this website on my
  113. <a href="https://github.com/jrtechs">github</a>.</p>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. <div class="footer-below">
  119. <div class="container">
  120. <div class="row">
  121. <div class="col-lg-12">
  122. <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">
  123. document.write(new Date().getFullYear());
  124. </script> Jrtechs</p>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </footer>
  130. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  131. <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>
  132. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
  133. </body>
  134. </html>