Browse Source

Added the GitHub graphs example to the showcase page.

gh-pages
jrtechs 5 years ago
parent
commit
8f61e80a24
2 changed files with 16 additions and 0 deletions
  1. BIN
      showcase/images/github_friends_graph.png
  2. +16
    -0
      showcase/index.html

BIN
showcase/images/github_friends_graph.png View File

Before After
Width: 900  |  Height: 400  |  Size: 332 KiB

+ 16
- 0
showcase/index.html View File

@ -323,6 +323,22 @@
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="http://sirius.modeselektor.com/">
<img src="./images/github_friends_graph.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://github-graphs.com/"> GitHub Graphs</a>
</div>
<div class="descriptionContent">
Github graphs is an interactive website which allows you to visualize your friends network.
In addition to viewing your friends and their connections, you can create a timeline of all your repositories.
</div>
</div>
</div>
</div>
</div>
<br /><br /><br /><br />

Loading…
Cancel
Save