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

Skip to content
Snippets Groups Projects
footer.component.html 1.37 KiB
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
<div class="footer">
Daniel Rainer's avatar
Daniel Rainer committed
    <div class="container-fluid">
      <div class="row">
        <div class="col-4">
          <div class="logo-container">
Michael Breu's avatar
Michael Breu committed
            <img style="padding-left: 25px; padding-top: 15px; float: left;" src="/content/img/logo-footer.png" alt="logoFooter" width="128" height="auto">
Daniel Rainer's avatar
Daniel Rainer committed
          </div>
Daniel Rainer's avatar
Daniel Rainer committed
        <div class="col-8">
          <div style="float: left; padding-top: 15px;">
            <ul>
Michael Breu's avatar
Michael Breu committed
              <li><a href="https://codeability.uibk.ac.at/" jhiTranslate="global.footer.about">About codeAbility</a></li>
            </ul>
          </div>
          <div style="float: left; padding-top: 15px;">
            <ul>
Michael Breu's avatar
Michael Breu committed
              <li><a href="https://www.uibk.ac.at/informatik/"  jhiTranslate="global.footer.imprint">Imprint</a></li>
            </ul>
          </div>
          <div style="float: left; padding-top: 15px;">
            <ul>
              <li><a jhiTranslate="global.footer.privacy" routerLink="/datapolicy" routerLinkActive="active">Privacy</a></li>
           <div style="float: right; font-size: 50%;padding-top: 15px;" *ngIf="applicationInfoService.getDeploymentInfo().branch">{{applicationInfoService.getDeploymentInfo().branch}}/{{applicationInfoService.getDeploymentInfo().commitId}} ({{applicationInfoService.getDeploymentInfo().deploymentDate}})</div>
Daniel Rainer's avatar
Daniel Rainer committed
      </div>
    </div>
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
</div>