This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 3aab7d35 authored by Michael Breu's avatar Michael Breu
Browse files

Fixing Footer

parent 5c54aaf3
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
<footer>
<div class="footer fixed-bottom">
<div class="row">
<div class="col-lg-3 col-md-12 col-sm-12">
<a href="https://codeability.uibk.ac.at/" jhiTranslate="global.footer.about">About codeAbility</a>
</div>
<div class="col-lg-3 col-md-12 col-sm-12">
<a href="https://www.uibk.ac.at/informatik/" jhiTranslate="global.footer.imprint">Imprint</a>
</div>
<div class="col-lg-3 col-md-12 col-sm-12">
<a jhiTranslate="global.footer.privacy" routerLink="/datapolicy" routerLinkActive="active">Privacy</a>
</div>
</div>
<div style="float: right; font-size: 50%; padding-top: 15px" *ngIf="applicationInfoService.getDeploymentInfo().branch">
{{ applicationInfoService.getDeploymentInfo().branch }}/{{ applicationInfoService.getDeploymentInfo().commitId }} ({{
applicationInfoService.getDeploymentInfo().deploymentDate
}})
</div>
</div>
<div class="footer fixed-bottom">
<div class="container">
<div class="row">
<div class="col-4">
<a href="https://codeability.uibk.ac.at/"
jhiTranslate="global.footer.about">About codeAbility</a>
</div>
<div class="col-4">
<a href="https://www.uibk.ac.at/informatik/"
jhiTranslate="global.footer.imprint">Imprint</a>
</div>
<div class="col-4">
<a jhiTranslate="global.footer.privacy" routerLink="/datapolicy"
routerLinkActive="active">Privacy</a>
</div>
</div>
<div class="row">
<div class="col-9"></div>
<div class="col-3"
style="float: right; font-size: 50%; padding-top: 15px"
*ngIf="applicationInfoService.getDeploymentInfo().branch">{{
applicationInfoService.getDeploymentInfo().branch }}/{{
applicationInfoService.getDeploymentInfo().commitId }} ({{
applicationInfoService.getDeploymentInfo().deploymentDate }})</div>
</div>
</div>
</div>
</footer>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment