|
|
@ -86,11 +86,11 @@ |
|
|
|
<li class="active"><a href="#about">Modules</a></li> |
|
|
|
<li><a href="./docs/index.html" target="_blank">Documentation <img class="icon" src="./images/external-link-icons/external-link-icon-white.png"></a></li> |
|
|
|
<li><a href="./blog.html">Blog</a></li> |
|
|
|
<li><a href="#download_install">About & download</a></li> |
|
|
|
<li><a href="#download_install">Download</a></li> |
|
|
|
<li><a href="#showcase">Showcase</a></li> |
|
|
|
<li><a href="#contributing">Contributing</a></li> |
|
|
|
<li><a href="#contribute">Contribute</a></li> |
|
|
|
<li><a href="#featureRequests">Feature requests</a></li> |
|
|
|
<li><a href="#licenses">Licenses</a></li> |
|
|
|
<li><a href="#licenses">License</a></li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -178,7 +178,7 @@ |
|
|
|
<div class="col-md-7"> |
|
|
|
<div class="valign_parent"> |
|
|
|
<div class="valign_child"> |
|
|
|
<h2 class="featurette-heading">About & download; <span class="text-muted">getting started</span></h2> |
|
|
|
<h2 class="featurette-heading">Download; <span class="text-muted">getting started</span></h2> |
|
|
|
<p class="text-justify"> |
|
|
|
The vis.js library is developed by <a href="http://almende.com" target="_blank">Almende B.V</a>, |
|
|
|
as part of <a href="http://chap.almende.com/" target="_blank">CHAP</a>. |
|
|
@ -216,14 +216,14 @@ |
|
|
|
|
|
|
|
<br /><hr class="featurette-divider"><br /> |
|
|
|
|
|
|
|
<div class="row featurette" id="contributing"> |
|
|
|
<div class="row featurette" id="contribute"> |
|
|
|
<div class="col-md-5"> |
|
|
|
<a href="https://github.com/almende/vis/" target="_blank"><img class="featurette-image img-responsive hidden-xs hidden-sm img-thumbnail" data-src="holder.js/500x500/auto" alt="500x500" src="./images/octocat.png" data-holder-rendered="true"></a> |
|
|
|
</div> |
|
|
|
<div class="col-md-7"> |
|
|
|
<div class="valign_parent"> |
|
|
|
<div class="valign_child"> |
|
|
|
<h2 class="featurette-heading">Contributing; <span class="text-muted">join the project</span></h2> |
|
|
|
<h2 class="featurette-heading">Contribute; <span class="text-muted">join the project</span></h2> |
|
|
|
<p class="lead">Since vis.js is an open source project, everybody can contribute to it. If you want to contribute, great! Here's how:</p> |
|
|
|
<p class="text-justify"> |
|
|
|
First, fork vis on Github, then add your feature, fix a bug, |
|
|
|