-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added species demo. removed the redundant search service and put in m…
…ain #2
- Loading branch information
1 parent
ffb167b
commit 2488e90
Showing
18 changed files
with
237 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
<div> | ||
<div> | ||
<span class="legal"> | ||
<a [routerLink]="['/about']" routerLinkActive="active">About</a> | | ||
<a [routerLink]="['/release-info']" routerLinkActive="active">Release Information</a> | | ||
<a [routerLink]="['/contact-us']" routerLinkActive="active">Contact Us</a> | | ||
<a [routerLink]="['/privacy-policy']" routerLinkActive="active">Privacy Policy</a> | | ||
<a [routerLink]="['/disclaimer']" routerLinkActive="active">Disclaimer</a> | ||
<br> © Copyright 2018 Paul Thomas All Rights Reserved.</span> | ||
<div class="footer" fxLayout="row" fxLayoutAlign="start start"> | ||
<div class="" style="padding-left: 0px;" fxLayout="row" fxLayoutAlign="start start" fxFlex="50%"> | ||
<div class="mr-16"> | ||
<a href="/" class="" style="color: white !important;">Home</a> | ||
</div> | ||
<div class="mr-16"> | ||
<a href="http://help.geneontology.org" class="" style="color: white !important;" target="blank">Contact us</a> | ||
</div> | ||
<div class="mr-16"> | ||
<a href="/docs/go-citation-policy/" class="" style="color: white !important;">Citation and Terms of Use</a> | ||
</div> | ||
</div> | ||
<span fxFlex=""></span> | ||
<div class="" style="text-align: right;" fxFlex="40%"> | ||
<small class=""> | ||
Copyright © 1999-2020 | ||
Member of the | ||
<a href=" http://www.obofoundry.org/" class="footer__link" rel="external" title="Open Biological Ontologies" | ||
target="blank">Open Biological Ontologies Foundry</a> | ||
The Gene Ontology Consortium is supported by a P41 grant from the National Human Genome Research Institute | ||
(NHGRI) [grant | ||
<a href="https://projectreporter.nih.gov/project_info_details.cfm?aid=9209989" rel="external" | ||
title="National Human Genome Research Institute grant 2U41HG002273-17" class="footer__link" target="blank"> | ||
U41 HG002273</a>] | ||
</small> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@import "src/@noctua/scss/noctua"; | ||
@import "src/@noctua.common/scss/noctua.common"; | ||
|
||
$primary: map-get($theme, primary); | ||
$accent: map-get($theme, accent); | ||
|
||
:host { | ||
.footer { | ||
background: #1A237E; | ||
background: linear-gradient(to right, #0E2A3B 0%, #34306B 100%); | ||
padding: 20px; | ||
color: #FFF; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.