Skip to content

Commit

Permalink
Merge pull request #26 from ssciwr/fix_25_logos
Browse files Browse the repository at this point in the history
Add dkfz and dktk logos to funding section on front page
  • Loading branch information
lkeegan authored Oct 21, 2024
2 parents 8a564e0 + e4e15c4 commit 86b9c2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added frontend/public/dkfz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/dktk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions frontend/src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,24 @@ function openModalSignup() {
</fwb-timeline-body>
</fwb-timeline-content>
</fwb-timeline-item>
<fwb-timeline-item>
<fwb-timeline-point>
<img src="/logo.png" />
</fwb-timeline-point>
<fwb-timeline-content>
<fwb-timeline-title> Funding </fwb-timeline-title>
<fwb-timeline-body>
<div class="flex flex-col md:flex-row">
<a href="https://dktk.dkfz.de/"
><img class="h-8 m-2 md:pr-5" src="/dktk.jpg" alt="DKTK"
/></a>
<a href="https://www.dkfz.de/"
><img class="h-8 m-2" src="/dkfz.png" alt="DKFZ"
/></a>
</div>
</fwb-timeline-body>
</fwb-timeline-content>
</fwb-timeline-item>
</fwb-timeline>
</div>
</main>
Expand Down

0 comments on commit 86b9c2f

Please sign in to comment.