diff options
author | zsloan | 2021-12-02 20:53:51 +0000 |
---|---|---|
committer | zsloan | 2021-12-02 16:09:48 -0600 |
commit | 69570e44f96a2385a36340d5c1985d5aab957061 (patch) | |
tree | 012be51c560ed8e14db4165280d4b8bfe56e1f15 | |
parent | 337d02d00692c84053810067b4dcb033becbf80f (diff) | |
download | genenetwork2-69570e44f96a2385a36340d5c1985d5aab957061.tar.gz |
Made Affiliates a subcategory of Links
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index fce1c619..6a697570 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -253,20 +253,18 @@ Cloud (EC2)</a></li> </ul> </ul> - </section> - <section id="affiliates"> - <div class="page-header"> - <h2>Affiliates</h2> - </div> <ul> - <li><b><a href="http://gn1.genenetwork.org">GeneNetwork 1</a> at UTHSC</b></li> - <li><a href="https://systems-genetics.org/">Systems Genetics</a> at EPFL</li> - <li><a href="http://bnw.genenetwork.org/">Bayesian Network Web Server</a> at UTHSC</li> - <li><a href="https://www.geneweaver.org/">GeneWeaver</a></li> - <li><a href="https://phenogen.org/">PhenoGen</a> at University of Colorado</li> - <li><a href="http://www.webgestalt.org/">WebGestalt</a> at Baylor</li> + <li>Affiliates:</li> + <ul> + <li><b><a href="http://gn1.genenetwork.org">GeneNetwork 1</a> at UTHSC</b></li> + <li><a href="https://systems-genetics.org/">Systems Genetics</a> at EPFL</li> + <li><a href="http://bnw.genenetwork.org/">Bayesian Network Web Server</a> at UTHSC</li> + <li><a href="https://www.geneweaver.org/">GeneWeaver</a></li> + <li><a href="https://phenogen.org/">PhenoGen</a> at University of Colorado</li> + <li><a href="http://www.webgestalt.org/">WebGestalt</a> at Baylor</li> + </ul> </ul> - </section> + </section> </div> </div> </div> |