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.

37 lines
1.3 KiB

  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" class="text-center" src="./logo.svg" />
  14. </a>
  15. </div>
  16. <ul id="navigation" class="nav justify-content-end">
  17. <li class="nav-item">
  18. <a href="./GraphTest.html">
  19. Generate graphs
  20. </a>
  21. </li>
  22. <div class="nav-sep"></div>
  23. <li class="nav-item">
  24. <a href="https://github.com/jrtechs/github-graphs">
  25. View on GitHub
  26. </a>
  27. </li>
  28. <div class="nav-sep"></div>
  29. <li class="nav-item">
  30. <a href="./about.html">
  31. About
  32. </a>
  33. </li>
  34. </ul>
  35. </div>
  36. </body>
  37. </html>