Skip to content

Commit 538bff2

Browse files
committed
Fix image paths and footer visibility across site
- Updated image paths in footer to use absolute paths (/contents/) for consistent visibility - Modified _quarto.yml to ensure footer images display on nested pages - Added proper resource handling for static assets - Improved mobile text alignment in genomic data sections - Adjusted eHealth Hub logo placement and sizing - Verified image paths work in both root and project subdirectories Fixes cross-directory asset loading issues
1 parent dfbd0d1 commit 538bff2

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

Diff for: .DS_Store

0 Bytes
Binary file not shown.

Diff for: Projects/eHealthHub.qmd

+6-4
Original file line numberDiff line numberDiff line change
@@ -301,16 +301,18 @@ h1.title {
301301
</style>
302302
```
303303

304+
```{=html}
305+
<div style="text-align: center; margin: 1rem 0 2rem 0;">
306+
<img src="../contents/logo/eHealthHub_logo.png" style="max-width: 150px; height: auto;">
307+
</div>
308+
304309
## About the eHealth Hub {.section-title}
305310
306311
```{=html}
307312
<div class="about-section">
308313
<p>We lead the all-island eHealth Hub for Cancer, an all-island partnership on the island of Ireland that is building software and data platforms using best practice open science international health data standards to unlock and share health data, to grow clinical cancer research and improve cancer care.</p>
309314
</div>
310-
```
311-
::: {.logo-wrapper}
312-
![](../contents/logo/eHealthHub_logo.png){.logo}
313-
:::
315+
314316
315317
::: {.content-section}
316318
## Our Mission

Diff for: _quarto.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ website:
8383
left:
8484
- text: "© 2023 Culhane Lab | University of Limerick"
8585
center: |
86-
![](contents/logo/LDCRC_Logo_fixed.jpg "Limerick Digital Cancer Research Center"){height="40"}
87-
![](contents/logo/bioconductor_logo_cmyk.png "Bioconductor"){height="40"}
88-
![](contents/logo/eHealthHub_logo.png "eHealthHub For Cancer"){height="40"}
89-
![](contents/logo/Elixir_logo-3927606181.png "ELIXIR"){height="40"}
90-
![](contents/logo/OHDSI.jpeg "OHDSI Real World Data"){height="40"}
86+
![](/contents/logo/LDCRC_Logo_fixed.jpg "Limerick Digital Cancer Research Center"){height="40"}
87+
![](/contents/logo/bioconductor_logo_cmyk.png "Bioconductor"){height="40"}
88+
![](/contents/logo/eHealthHub_logo.png "eHealthHub For Cancer"){height="40"}
89+
![](/contents/logo/Elixir_logo-3927606181.png "ELIXIR"){height="40"}
90+
![](/contents/logo/OHDSI.jpeg "OHDSI Real World Data"){height="40"}
9191
right: |
9292
[Privacy Policy](#) | [Terms of Use](#)
9393

0 commit comments

Comments
 (0)