-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from CRICDatabase/newHeaderAndFooter
Add new header and new footer
- Loading branch information
Showing
6 changed files
with
150 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
<footer> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-sm-6 col-md-4 col-lg-4"> | ||
<a class="nav-link-footer nav-link navbar-brand" | ||
[routerLink]="['/']"> | ||
<img class="img-responsive logoIndexFooter" | ||
src="./assets/img/logo/cric_horizontal_white.png" | ||
alt="Logotipo - Center for Recognition and Inspection of Cells"> | ||
</a> | ||
</div> | ||
<div class="col-sm-3 col-md-4 col-lg-4"> | ||
<p class="university"> <a class="nav-link-footer" | ||
[href]="linkUFOP" | ||
target="_blank"> Federal University of Ouro Preto (UFOP) </a> </p> | ||
</div> | ||
|
||
<div class="col-sm-3 col-md-4 col-lg-4"> | ||
<p> <a class="nav-link-footer" | ||
[routerLink]="['/about']"> About us </a> </p> | ||
<p> <a class="nav-link-footer" | ||
[routerLink]="['/about']" | ||
fragment="cite-us"> Cite us </a> </p> | ||
<div class="row justify-content-end"> | ||
<div class="col-sm-3 order-sm-4 col-md-2 col-lg-1 order-lg-1 order-4"> | ||
<p> <a class="nav-link-footer" [routerLink]="['/about']"> About us </a> </p> | ||
<p> <a class="nav-link-footer" [routerLink]="['/about']" fragment="cite-us"> Cite us </a> </p> | ||
<p> | ||
<a class="nav-link-footer" | ||
[routerLink]="['/privacy']"> | ||
<a class="nav-link-footer" [routerLink]="['/privacy']"> | ||
Privacy Policy | ||
</a> | ||
</p> | ||
</div> | ||
<div class="col-sm-3 order-sm-6 col-md-3 col-lg-2 order-lg-2 order-5 order-md-5"> | ||
<p> | ||
<a class="nav-link-footer" | ||
[routerLink]="['/terms']"> | ||
<a class="nav-link-footer" [routerLink]="['/terms']"> | ||
Terms & Conditions | ||
</a> | ||
</p> | ||
<p> <a class="nav-link-footer" | ||
href="mailto:{{contact_us_email}}"> Contact us </a> </p> | ||
<p> <a class="nav-link-footer" href="mailto:{{contact_us_email}}"> Contact us </a> </p> | ||
</div> | ||
|
||
</div> | ||
<div class="col-lg-5 order-sm-9 description order-10"> | ||
<p> | ||
CRIC Searchable Image Database is released under | ||
the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. | ||
<a href="https://github.com/CRICDatabase/searchable-image-database">Source code</a> available. | ||
Except where otherwise noted, | ||
content on this site is licensed under | ||
a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 | ||
International license</a>. | ||
</p> | ||
<p> | ||
©2020 Federal University of Ouro Preto (UFOP) | ||
on behalf of | ||
the Center for Recognition and Inspection of Cells. | ||
</p> | ||
<p class="university"> <a class="nav-link-footer" [href]="linkUFOP" target="_blank"> Federal University | ||
of Ouro Preto (UFOP) </a> </p> | ||
|
||
</div> | ||
<div class="col order-sm-1 col-lg-2 order-lg-10 order-1"> | ||
<a class="nav-link-footer nav-link navbar-brand" [routerLink]="['/']"> | ||
<img class="img-responsive logoIndexFooter" src="./assets/img/logo/cric_horizontal_color.png" | ||
alt="Logotipo - Center for Recognition and Inspection of Cells"> | ||
</a> | ||
</div> | ||
|
||
<div class="col order-sm-2 col-lg-2 order-lg-12 order-2"> | ||
<a class="nav-link-footer nav-link navbar-brand" href="https://ufop.br/"> | ||
<img class="img-responsive image-ufop" src="./assets/img/logo/ufop.png" | ||
alt="Logotipo - Federal University of Ouro Preto (UFOP) "> | ||
</a> | ||
</div> | ||
|
||
<div class="row"> | ||
<p> | ||
CRIC Searchable Image Database is released under | ||
the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. | ||
<a href="https://github.com/CRICDatabase/searchable-image-database">Source code</a> available. | ||
</p> | ||
<p> | ||
Except where otherwise noted, | ||
content on this site is licensed under | ||
a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. | ||
</p> | ||
<p> | ||
©2020 Federal University of Ouro Preto (UFOP) | ||
on behalf of | ||
the Center for Recognition and Inspection of Cells. | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</footer> | ||
</footer> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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