Skip to content

Commit

Permalink
add dfg logo #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 11, 2024
1 parent a08efa2 commit 76ea601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@ import Menu from './navbar/Menu.astro';
import {URLS} from '~/statics';
import {Image} from 'astro:assets'
import logo from '~/assets/images/DataPLANT_logo_bg_transparent.svg';
import dfgLogo from '~/assets/images/branding/dfg_logo_englisch_blau_en.jpg';
---

<footer class="footer bg-base-300 text-base-content p-10">
<div class="footer md:grid-rows-2 gap-y-8">
<aside>
<Image src={logo} alt="logo" height="80"></Image>
<Image src={logo} alt="logo" height="80"></Image>
<h4 class="footer-title">
DataPLANT - Democratization of plant research made easy.
</h4>
<p>DataPLANT is part of <a href={URLS.NFDI} class="text-info">NFDI</a>.</p>
<p>This website is developed and maintained by members of DataPLANT</p>
<!-- <div class="divider divider-base-content w-full"></div> -->
<div>
<em>Funded by</em>
<Image src={dfgLogo} alt="DFG Logo" height="40" class="h-[40px]"></Image>
</div>
</aside>
<nav>
<h4 class="footer-title">Legal</h4>
Expand Down Expand Up @@ -68,7 +73,6 @@ import logo from '~/assets/images/DataPLANT_logo_bg_transparent.svg';
</a>
</div>
</nav>

</div>
<nav>
<h6 class="footer-title">Navigation</h6>
Expand Down

0 comments on commit 76ea601

Please sign in to comment.