Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public lab dependency chart #424

Merged
merged 13 commits into from
Feb 27, 2021
11 changes: 11 additions & 0 deletions examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@ nav ul ul li a {
}
/* Navbar ends */

/* dependency chart */
#dependency-div{
text-align: center;
}

.dependency-chart{
border-radius: 8px;
width: 100%;
}


#forkMe-ribbon {
width: 10px;
height: 10px;
Expand Down
Binary file added images/dependency-chart.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,12 @@ <h2 class="contributors-head" id="contributer">Contributors</h2>
<div class="well contributors"><div id="spinner-icon" style="text-align: center;"><i class="fa fa-spinner fa-spin"></i></div><p class="usernames"></p><hr /><p class="avatars text-center"></p></div>
</div>

<!-- Dependency chart -->
<div id="dependency-div">
<img class="dependency-chart" src="./images/dependency-chart.webp" alt="dependency-chart">
</div>
<!-- Dependency chart end -->

<div class="row" id="connectwithus">
<h2 class="text-center d-block">Connect with us</h2>
<!-- <p>You can connect with us on any of these platforms:</p> -->
Expand Down