From 367e0e88602338d245b2327abb50b13632f5bfb1 Mon Sep 17 00:00:00 2001 From: Christian-Kofi-Okyere Date: Wed, 16 Jul 2025 11:13:46 -0600 Subject: [PATCH 1/2] initial iteration of footer --- footer.md | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ myst.yml | 7 +++ 2 files changed, 147 insertions(+) create mode 100644 footer.md diff --git a/footer.md b/footer.md new file mode 100644 index 000000000..5608e4a6b --- /dev/null +++ b/footer.md @@ -0,0 +1,140 @@ + + +:::::{div} +:class: mx-auto flex md:flex-col md:flex-row gap-x-1 p-1 -mt-2 h-64 + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-60 items-center justify-center +```{image} https://github.com/ProjectPythia/projectpythia.github.io/blob/main/portal/_static/images/logos/pythia_logo-blue-btext.svg +:alt: Project Pythia Logo +:align: center +``` +```` + + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center dark:hidden +```{image} https://raw.githubusercontent.com/Christian-Kofi-Okyere/pythia-config/main/logos/UAlbanyMark_F_S02A_HEX_Gold_Black.png +:alt: UAlbany Logo (Light) +:align: center +:class: block mx-auto +:style: display: block; margin: auto; position: relative; top: 0; +``` +```` + + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center hidden dark:block +```{image} https://raw.githubusercontent.com/Christian-Kofi-Okyere/pythia-config/main/logos/UAlbanyMark_F_S02A_HEX_Reversal_Gold_White.png +:alt: UAlbany Logo (Dark) +:align: center +:class: block mx-auto +:style: display: block; margin: auto; position: relative; top: 0; +``` +```` + + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-1400 items-center justify-center +```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/NSF-NCAR.png +:alt: NSF-NCAR Logo +:align: center +``` +```` + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center dark:hidden +```{image} https://github.com/Christian-Kofi-Okyere/pythia-config/blob/main/logos/NSF-Unidata_lockup_vertical_2024.png +:alt: NSF-Unidata Logo +:align: center +:height: 60 +``` +```` + + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-80 hidden dark:block +```{image} https://github.com/Christian-Kofi-Okyere/pythia-config/blob/main/logos/NSF-Unidata_lockup_horizontal_2024_darkmode_v3.png +:alt: NSF-Unidata Logo +:align: center +:width: 5000 +``` +```` + + + +````{div} +:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center +```{image} https://raw.githubusercontent.com/2i2c-org/2i2c-org.github.io/main/assets/media/logo.svg +:alt: 2i2c Logo +:align: center +:width: 65 +``` +```` + + +````{div} +:class: flex flex-col flex-1 min-w-0 items-start justify-start space-y-1 +About Pythia +Blog +Metrics +```` + + +````{div} +:class: flex flex-col flex-1 min-w-0 items-start justify-start space-y-1 +Contribute +Foundations +Cookbooks +Resources +```` + + +````{div} +:class: flex flex-col flex-1 min-w-0 items-start justify-start space-y-1 +Contact +Meetings +Email Us! +Discourse +```` + + + + +::::: + + + +:::::{div} +:class: mx-auto flex flex-col md:flex-row md:items-stretch gap-x-0 p-4 + + + + +````{div} +:class: flex items-center justify-center +```{image} https://github.com/Christian-Kofi-Okyere/pythia-config/blob/main/logos/nsf2.png +:alt: NSF Logo +:width: 160 +``` +```` + + +````{div} +:class: flex flex-1 text-sm text-700 leading-relaxed +The [Project Pythia website](https://projectpythia.org), [Pythia Foundations](https://foundations.projectpythia.org), and the shared [Pythia Cookbook](https://cookbooks.projectpythia.org) infrastructure are based upon work supported by the National Science Foundation awards 2026899, 2026863, 2324302, 2324303 and 2324304. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. +```` + +::::: \ No newline at end of file diff --git a/myst.yml b/myst.yml index f80ed4378..7640debc2 100644 --- a/myst.yml +++ b/myst.yml @@ -88,3 +88,10 @@ project: - file: appendix/how-to-contribute.md children: - file: appendix/template.ipynb +site: + options: + logo: images/logos/pythia_logo-white-rtext.svg + folders: true + + parts: + footer: footer.md From a13d1f8ea3222c84225c5b713bc50930d1a5ac0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:17:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- footer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/footer.md b/footer.md index 5608e4a6b..322f7bac6 100644 --- a/footer.md +++ b/footer.md @@ -15,7 +15,7 @@ ````{div} -:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center dark:hidden +:class: flex flex-1 min-w-0 h-64 md:h-80 items-center justify-center dark:hidden ```{image} https://raw.githubusercontent.com/Christian-Kofi-Okyere/pythia-config/main/logos/UAlbanyMark_F_S02A_HEX_Gold_Black.png :alt: UAlbany Logo (Light) :align: center @@ -137,4 +137,4 @@ The [Project Pythia website](https://projectpythia.org), [Pythia Foundations](https://foundations.projectpythia.org), and the shared [Pythia Cookbook](https://cookbooks.projectpythia.org) infrastructure are based upon work supported by the National Science Foundation awards 2026899, 2026863, 2324302, 2324303 and 2324304. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. ```` -::::: \ No newline at end of file +:::::