From 5457161eefe5f64a0c37c3c2428a3e687cf3845a Mon Sep 17 00:00:00 2001 From: Evelyn Greeves Date: Thu, 26 Oct 2023 10:23:58 +0100 Subject: [PATCH] Try to fix index page footer --- index.qmd | 8 +++++++- styles.scss | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 5fe85a4..8258ab0 100644 --- a/index.qmd +++ b/index.qmd @@ -34,7 +34,7 @@ We offer Diversity Scholarships to cover travel and/or childcare to enable membe ::: ::: content-container -Cloud-SPAN was established in March 2021 initially as a 2-year collaboration between the University of York and The Software Sustainability Institute funded by the UKRI innovation scholars award, project reference: MR/V038680/1. Additional funding from the Natural Environment Research Council, project references: NE/X006999/1 and NE/Y003527/1 allows the project to be extended until January 2024. +Cloud-SPAN was initially established in March 2021 as a 2-year collaboration between the University of York and The Software Sustainability Institute, funded by the UKRI Innovation Scholars award (project reference: MR/V038680/1). Additional funding from the Natural Environment Research Council (project references: NE/X006999/1 and NE/Y003527/1) allows the project to be extended until January 2024. ::: ::: content-container @@ -54,3 +54,9 @@ Cloud-SPAN was established in March 2021 initially as a 2-year collaboration bet ::: ::: + +::: content-container +::: seasalt-text +filler text +::: +::: diff --git a/styles.scss b/styles.scss index 9cc951f..9ca169b 100644 --- a/styles.scss +++ b/styles.scss @@ -98,6 +98,11 @@ img { // blue background .blue-background { background-color: $blue_green; + +// invisible text +.seasalt-text { + color: $seasalt; +} } /* image gallery (based on W3 schools responsive image gallery tutorial) */