Skip to content

Commit 3167918

Browse files
committed
Add footer locally
1 parent b986acd commit 3167918

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

portal/myst.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,34 @@ site:
2020
domains: []
2121
options:
2222
style: style.css
23+
24+
# Temporary until the upstream footer definition is working
25+
parts:
26+
footer: |
27+
:::::{grid} 3
28+
:class: items-center
29+
30+
31+
```{image} https://raw.github.com/ProjectPythia/pythia-config/main/logos/NSF-NCAR.png
32+
:alt: NCAR Logo
33+
```
34+
35+
```{image} https://raw.github.com/ProjectPythia/pythia-config/main/logos/NSF-Unidata.png
36+
:alt: Unidata Logo
37+
```
38+
39+
```{image} https://raw.github.com/ProjectPythia/pythia-config/main/logos/UAlbany.svg
40+
:alt: UAlbany Logo
41+
```
42+
:::::
43+
44+
:::::{div}
45+
:class: flex items-center gap-4 text-disclaimer
46+
47+
```{image} https://raw.github.com/ProjectPythia/pythia-config/main/logos/nsf.jpg
48+
:alt: NSF Logo
49+
:height: 60px
50+
```
51+
52+
This material is based upon work supported by the National Science Foundation under Grant Nos. 2026863 and 2026899. 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.
53+
:::::

0 commit comments

Comments
 (0)