diff options
Diffstat (limited to 'wqflask/wqflask/templates/index_page_orig.html')
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index e32b1c82..4bf1e85f 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -176,24 +176,33 @@ </div> <div style="padding-left:120px" class="col-xs-4" style="width: 600px !important;"> + <section id="affiliates"> + <div class="page-header"> + <h1>Affiliates</h1> + <ul> + <li><a href="http://ucscbrowser.genenetwork.org/">Genome browser</a> at UTHSC</li> + <li><a href="http://galaxy.genenetwork.org/">Galaxy</a> at UTHSC</li> + </ul> + </div> + </section> <section id="websites"> <div class="page-header"> <h1>Github</h1> + <ul> + <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li> + <li><a href="https://github.com/genenetwork/gn-docs/wiki">GN2 Document Wiki</a></li> + <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li> + <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li> + </ul> </div> - <ul> - <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li> - <li><a href="https://github.com/genenetwork/gn-docs/wiki">GN2 Document Wiki</a></li> - <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li> - <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li> - </ul> </section> <section id="news-section"> <div class="page-header"> <h1>News</h1> - </div> - <div id="tweets"></div> - <div align="right"> - <a href="https://twitter.com/GeneNetwork2">more news items...</a> + <div id="tweets"></div> + <div align="right"> + <a href="https://twitter.com/GeneNetwork2">more news items...</a> + </div> </div> <!-- <section id="tour-info"> @@ -240,18 +249,6 @@ <li><a href="http://ec2.genenetwork.org/">Amazon Cloud (EC2)</a></li> </ul> - <h3>Affiliates</h3> - <ul> - <li><a href="http://ucscbrowser.genenetwork.org/">Genome - browser</a> at UTHSC</li> - - <li><a href="http://galaxy.genenetwork.org/">Galaxy</a> at - UTHSC</li> - - </ul> - - - </section> <!--<section id="getting-started"> |