diff --git a/footer.md b/footer.md
new file mode 100644
index 000000000..322f7bac6
--- /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.
+````
+
+:::::
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