generated from samply/lens-demo
-
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.
refactor: adjusted layout of header and footer
- Loading branch information
1 parent
c791b92
commit 15f319e
Showing
2 changed files
with
31 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
<header class="row line"> | ||
<p-image [src]="'assets/dktk.svg'" alt="DKTK"></p-image> | ||
<span class="ccp-header">Clinical Communication Platform (CCP)</span> | ||
</header> | ||
<router-outlet></router-outlet> | ||
<footer class="row line"> | ||
<div></div> | ||
<div></div> | ||
<div> | ||
Made with ♥ and <a href="https://git.verbis.dkfz.de/torbens-prototypen/lens">samply/lens-core</a>. | ||
<span class="ccp-header">CCP-Explorer</span> | ||
</div> | ||
<p-image [src]="'assets/logo-dkfz.svg'" alt="DKFZ"></p-image> | ||
<div></div> | ||
</header> | ||
<router-outlet></router-outlet> | ||
<footer class="row line"> | ||
<span> | ||
Nutzungsvereinbarung | ||
</span> | ||
<span> | ||
<a href="mailto:ccp@dkfz.de">ccp@dkfz.de</a> | ||
</span> | ||
<span> | ||
© 2023 | ||
<a href="https://dktk.dkfz.de/klinische-plattformen/ueber-die-ccp/about-ccp"> | ||
Clinical Communication Plattform (CCP) | ||
</a> | ||
</span> | ||
</footer> |