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

Skip to content
Snippets Groups Projects
footer.component.html 938 B
Newer Older
Eduard Frankford's avatar
Eduard Frankford committed
<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>
Daniel Rainer's avatar
Daniel Rainer committed
      </div>
Eduard Frankford's avatar
Eduard Frankford committed
      <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
      }})
Daniel Rainer's avatar
Daniel Rainer committed
    </div>
Eduard Frankford's avatar
Eduard Frankford committed
</footer>