Website for visualizing a persons github 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.

46 lines
1.8 KiB

5 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  7. <link rel="stylesheet" href="./style.css" />
  8. </head>
  9. <body>
  10. <div id="header-bar" class="d-flex flex-column flex-md-row shadow-sm align-items-center">
  11. <div id="header-title">
  12. <a href="./index.html">
  13. <img id="logo" src="./logo.svg" />
  14. </a>
  15. </div>
  16. <div id="navigation">
  17. <ul class="nav">
  18. <li class="nav-item">
  19. <a href="./FriendsGraph.html">
  20. Generate graphs
  21. </a>
  22. </li>
  23. <div class="nav-sep"></div>
  24. <li class="nav-item">
  25. <a href="https://github.com/jrtechs/github-graphs">
  26. View on GitHub
  27. </a>
  28. </li>
  29. <div class="nav-sep"></div>
  30. <li class="nav-item">
  31. <a href="./about.html">
  32. About
  33. </a>
  34. </li>
  35. </ul>
  36. </div>
  37. </div>
  38. <div class="main">
  39. <div id="content" class="error container text-center">
  40. <h1 id="error-code">404</h1>
  41. <img id="dcimg" src="./img/DolphinCroissant.png" />
  42. <p style="padding-top: 25px;">Yeah, that page doesn't exist.</p>
  43. <p>Maybe if you weren't so adventurous you'd avoid screens like this :)</p>
  44. </div>
  45. </div>
  46. </body>
  47. </html>