Skip to content

Commit

Permalink
Merge pull request #112 from datasnakes/site-patch
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
sdhutchins authored Oct 27, 2017
2 parents 48eb50e + 906fc77 commit 1cd26a1
Showing 1 changed file with 22 additions and 62 deletions.
84 changes: 22 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,62 +34,15 @@
<style>
.fa-stack:hover .fa.fa-circle-thin { color: black; }
.fa-stack:hover .fa.fa-circle { opacity:1.0; color:black;}

.navbar-custom {
background-color: black;
border-color: transparent;
}

.navbar-custom .navbar-brand {
color: #fed136;
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
}

.navbar-custom .navbar-brand.active,.navbar-custom .navbar-brand:active,.navbar-custom .navbar-brand:focus,.navbar-custom .navbar-brand:hover {
color: #fec503;
}

.navbar-custom .nav li a,.navbar-custom .navbar-toggle {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
text-transform: uppercase;
}

.navbar-custom .navbar-collapse {
border-color: rgba(255,255,255,.02);
}

.navbar-custom .navbar-toggle {
background-color: #fed136;
border-color: #fed136;
font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,.navbar-custom .navbar-toggle:hover {
background-color: #fed136;
}

.navbar-custom .nav li a {
font-weight: 400;
letter-spacing: 1px;
}

.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover {
color: #fed136;
outline: 0;
}

.navbar-custom .navbar-nav>.active>a {
border-radius: 0;
color: #fff;
background-color: #fed136;

.sdhcenter{
width:275px;
margin:0 auto;
text-align:left;
}

.navbar-custom .navbar-nav>.active>a:focus,.navbar-custom .navbar-nav>.active>a:hover {
color: #fff;
background-color: #fec503;
ul{
list-style-type: square;
}

</style>

</head>
Expand All @@ -116,10 +69,10 @@
<a class="page-scroll" href="#proj">Project Description</a>
</li>
<li>
<a class="page-scroll" href="#setup">Setup/Install</a>
<a class="page-scroll" href="#setup">Install</a>
</li>
<li>
<a class="page-scroll" href="#usage">Usage</a>
<a class="page-scroll" href="#usage">Examples</a>
</li>
</ul>
</div>
Expand All @@ -133,20 +86,26 @@
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Datasnakes Scripts</h2>
<h3 class="section-subheading text-muted">The Datasnakes-Orthologs package is a collection of the modules which aids in the analysis and visualization of orthologs-related bioinformatics projects.</h3>
<h3 class="section-subheading text-muted">The <a href="https://github.com/datasnakes/Datasnakes-Scripts"> Datasnakes-Scripts</a> python package is an easy to use and comprehensive package which aids in the analysis and visualization of comparative genetics & related bioinformatics projects.
The current implementation of this package places an emphasis on the inference of orthologs using NCBI's blast,
various sequence alignment strategies, and phylogenetics analyses including PAML, PhymL, ete3, and more tools.

The goal of this project is to create a pipeline framework for current (inference of orthologs) and future (RNA-seek) projects.
The Cookies, Manager, Pipeline, and Tools modules act as a framework for our workflow,
while the Orthologs module provides access to specific functions for our various ortholog inference projects.</h3>
<h3 class="section-subheading text-muted">Check out our <a href="https://github.com/datasnakes/Datasnakes-Scripts/wiki">wiki docs</a> and our <a href="http://datasnakes-scripts.readthedocs.io/en/master/">read the docs</a>!</h3>
</div>
</div>
</div>
</section>


<!-- Setup/Install Section -->
<!-- Install Section -->
<section id="setup" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Install/Download</h2>
<h2 class="section-heading">Install</h2>
</div>
</div>
<br/>
Expand All @@ -171,7 +130,7 @@ <h2 class="section-heading">Install/Download</h2>
<!-- Row 1 of Apps -->
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Usage & Examples</h2>
<h2 class="section-heading">Examples</h2>
<h3 class="section-subheading text-muted">Insert examples here</h3>
</div>
</div>
Expand All @@ -190,12 +149,13 @@ <h3 class="section-subheading text-muted">Insert examples here</h3>
<li><a href="https://github.com/datasnakes" onclick="window.open(this.href); return false;"
onkeypress="window.open(this.href); return false;"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://twitter.com/datasnakes" onclick="window.open(this.href); return false;"
onkeypress="window.open(this.href); return false;"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="https://github.com/datasnakes/Datasnakes-Scripts/blob/master/LICENSE">Project License</a>
</li>
</ul>
Expand Down

0 comments on commit 1cd26a1

Please sign in to comment.