Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add funding logos #80

Merged
merged 6 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion ome2024-ngff-challenge/src/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,24 @@
a federated bioimage data system based on OME-Zarr, the largest one we know of.
We hope future challenges will continue to push the state-of-the-art forward.
</p>

<h2>Funding</h2>
<p>
Coordination of the challenge has been supported by the <a href="https://www.nfdi.de/">German National Research Data
Initiative (NFDI)</a> and the <a href="https://chanzuckerberg.com/">Chan Zuckerberg Initiative</a>:
</p>

<table>
<tr>
<td><img src="nfdi_rgb_Wortmarke_Zusatz_quer.png" width="45%"/></td>
<td><img src="czi-logo-chan-zuckerberg-initiative-logo.png" width="45%"/></td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to say that this won't work when deployed on github, and suggest that you need to do it as in Nav.svelte:

import omeMainNav from "/ome-main-nav.svg";
...
<img alt="OME Logo" src={omeMainNav} />

But I just pushed this branch to my 'main' branch so it's deployed at https://will-moore.github.io/ome2024-ngff-challenge/about/ and it's fine!
The approach I used for Nav is possibly a bit more robust since it generates an absolute URL, but actually this is working fine so 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to be working. Thanks.

</tr>
</table>

</div>

<style>
div {
margin: 15px;
margin: 20px;
}
</style>