Skip to content

Commit

Permalink
Add dkfz and dktk logos to funding section on front page
Browse files Browse the repository at this point in the history
- resolves #25
  • Loading branch information
lkeegan committed Oct 21, 2024
1 parent 8a564e0 commit e4e15c4
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 e4e15c4

Please sign in to comment.