You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>In Ireland, <a href="https://www.hrb.ie/news/news-story/article/hrb-supports-genomic-data-infrastructure-gdi-in-ireland/">the programme is jointly funded by the European Commission and the Health Research Board</a>. The overall programme is designed to support the European 1+ Million Genomes (1+MG) Initiative.</p>
313
348
314
349
<p>Specifically, GDI will drive the development, deployment, and operation of sustainable data-access infrastructures within each participating country, including the legal frameworks, operational procedures, and ethics principles required to foster and maintain citizens' trust in cross-border access to highly sensitive personal data.</p>
Copy file name to clipboardExpand all lines: Projects/eHealthHub.qmd
+63-6
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,10 @@ h1.title {
133
133
background-color: var(--card-bg);
134
134
border-radius: var(--radius);
135
135
box-shadow: var(--shadow);
136
+
display: flex;
137
+
flex-direction: column;
138
+
align-items: center;
139
+
justify-content: center;
136
140
}
137
141
138
142
.logo {
@@ -161,7 +165,7 @@ h1.title {
161
165
align-items: center;
162
166
justify-content: center;
163
167
padding: 0.8rem 1.5rem;
164
-
border-radius: 50px; /* Fully rounded button */
168
+
border-radius: 50px;
165
169
background-color: var(--secondary-color);
166
170
color: white !important;
167
171
text-decoration: none;
@@ -188,6 +192,9 @@ h1.title {
188
192
border-radius: var(--radius);
189
193
box-shadow: var(--shadow);
190
194
transition: var(--transition);
195
+
display: flex;
196
+
flex-direction: column;
197
+
align-items: center;
191
198
}
192
199
193
200
.funding-wrapper:hover {
@@ -221,9 +228,23 @@ h1.title {
221
228
}
222
229
223
230
/* Responsive adjustments */
224
-
@media (min-width: 768px) {
231
+
@media (max-width: 767px) {
225
232
.social-links {
226
-
justify-content: center;
233
+
flex-direction: column;
234
+
align-items: center;
235
+
gap: 1rem;
236
+
margin: 4rem auto;
237
+
max-width: 90%;
238
+
}
239
+
240
+
.social-button {
241
+
width: 80%;
242
+
243
+
}
244
+
245
+
/* Add some space between button rows */
246
+
.social-links a:nth-child(odd) {
247
+
margin-bottom: 0.5rem;
227
248
}
228
249
}
229
250
@@ -240,6 +261,42 @@ h1.title {
240
261
min-width: 130px;
241
262
padding: 0.7rem 1.2rem;
242
263
}
264
+
265
+
/* Mobile-specific adjustments */
266
+
.social-links {
267
+
flex-direction: column;
268
+
align-items: center;
269
+
gap: 1rem;
270
+
}
271
+
272
+
.social-button {
273
+
width: 100%;
274
+
max-width: 220px;
275
+
}
276
+
277
+
/* eHealth Hub logo */
278
+
.logo-wrapper .logo {
279
+
max-width: 120px;
280
+
margin-bottom: 0.5rem;
281
+
}
282
+
283
+
/* NSRP logo */
284
+
.funding-logo {
285
+
max-width: 250px;
286
+
margin-left: auto;
287
+
margin-right: auto;
288
+
}
289
+
290
+
/* Logo wrapper */
291
+
.logo-wrapper {
292
+
padding: 1rem 0.5rem;
293
+
margin: 2rem 0;
294
+
}
295
+
296
+
/* Funding wrapper */
297
+
.funding-wrapper {
298
+
padding: 1.5rem 0.5rem;
299
+
}
243
300
}
244
301
</style>
245
302
```
@@ -251,6 +308,9 @@ h1.title {
251
308
<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>
252
309
</div>
253
310
```
311
+
::: {.logo-wrapper}
312
+
{.logo}
313
+
:::
254
314
255
315
::: {.content-section}
256
316
## Our Mission
@@ -266,9 +326,6 @@ Our work focuses on:
266
326
- Supporting evidence-based improvements in cancer care
0 commit comments