Skip to content

Commit

Permalink
update footer to add nfdi as reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sventhiel committed Sep 6, 2023
1 parent 803b7c4 commit c86d1d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/lib/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,24 @@
<br />
<span>@2023 BEXIS2</span> <a href={base + '/imprint'}>Imprint</a>
</Col>
<Col xs="4" />
<Col xs="4">
<div class="text-end">
<img src={base + '/images/dfg_logo_schriftzug_gray.png'} alt="dfg_logo" width="300px" />
<Col xs="8">
<div class="text-left">
This work was supported by the German Research Foundation (DFG) within the project “Establishment of the National Research Data Infrastructure (NFDI)” in the consortium NFDI4Biodiversity (project number 442032008).
</div>
<Row style="padding-top:10px">
<Col xs="6">
<div>
<img src={base + '/images/dfg_logo_schriftzug_gray.png'} alt="dfg_logo" width="300px" />
</div>
</Col>
<Col xs="6">
<div class="text-end">
<img src={base + '/images/NFDI4Biodiversity.png'} alt="nfdi4bio_logo" width="300px" />
</div>
</Col>
</Row>
</Col>

</Row>
</div>
</footer>
Expand Down
Binary file added static/images/NFDI4Biodiversity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c86d1d0

Please sign in to comment.