Browse Source

altered menu entrees, corrected links, updated link styling

gh-pages
Alex de Mulder 9 years ago
parent
commit
89f8fbf0aa
3 changed files with 19 additions and 11 deletions
  1. +6
    -6
      blog.html
  2. +5
    -1
      index.html
  3. +8
    -4
      showcase/index.html

+ 6
- 6
blog.html View File

@ -150,12 +150,12 @@
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li class="active"><a href="#about">Modules</a></li> <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="./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="#showcase">Showcase</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#featureRequests">Feature requests</a></li>
<li><a href="#licenses">Licenses</a></li>
<li><a href="#">Blog</a></li>
<li><a href="./index.html#download_install">About & download</a></li>
<li><a href="./index.html#showcase">Showcase</a></li>
<li><a href="./index.html#contributing">Contributing</a></li>
<li><a href="./index.html#featureRequests">Feature requests</a></li>
<li><a href="./index.html#licenses">Licenses</a></li>
</ul> </ul>
</div> </div>
</div> </div>

+ 5
- 1
index.html View File

@ -22,6 +22,10 @@
font-family: Lustria,Georgia,Times,"Times New Roman",serif !important; font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;
} }
a.header{
color:#8bb9fb;
}
img.icon { img.icon {
position:relative; position:relative;
top:-2px; top:-2px;
@ -106,7 +110,7 @@
<p>A dynamic, browser based visualization library. <p>A dynamic, browser based visualization library.
The library is designed to be easy to use, to handle large amounts The library is designed to be easy to use, to handle large amounts
of dynamic data, and to enable manipulation of and interaction with the data. of dynamic data, and to enable manipulation of and interaction with the data.
The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d. <a href="#download_install">Get it over here!</a></p>
The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d. <a href="#download_install" class="header">Get it over here!</a></p>
</div> </div>
</div> </div>
<!--<div class="container">--> <!--<div class="container">-->

+ 8
- 4
showcase/index.html View File

@ -20,12 +20,13 @@
<style> <style>
body { body {
font-family: Lustria,Georgia,Times,"Times New Roman",serif !important; font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;
padding:10px;
} }
a:link {color: #ffaf12;}
a:visited {color: #ffaf12;}
a:hover {color: #ffaf12;}
a:active {color: #ffaf12;}
a:link {color: #8bb9fb;}
a:visited {color: #8bb9fb;}
a:hover {color: #8bb9fb;}
a:active {color: #8bb9fb;}
div.textHTMLContent { div.textHTMLContent {
display:block; display:block;
@ -95,6 +96,8 @@
<h1>Showcase projects</h1> <h1>Showcase projects</h1>
<div class="container-fluid"> <div class="container-fluid">
These are projects we made using vis, or ones we received from the community. If you'd like your project to be featured here, please <a href="https://github.com/almende/vis/issues" target="_blank">post an issue on our Git page</a>.
<div class="col-md-12 col-lg-6"> <div class="col-md-12 col-lg-6">
<a href="./projects/midas/index.html"> <a href="./projects/midas/index.html">
<img src="./images/midas.png" class="showcase img-responsive"> <img src="./images/midas.png" class="showcase img-responsive">
@ -160,6 +163,7 @@
</div> </div>
</div> </div>
<br /><br /><br /><br />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

Loading…
Cancel
Save