Skip to content

Commit 2b9b29a

Browse files
authored
Temporary fix: define the footer locally (#531)
1 parent b3b6454 commit 2b9b29a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

portal/myst.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,32 @@ site:
2828
domains: []
2929
options:
3030
style: style.css
31+
parts:
32+
footer: |
33+
:::::{grid} 3
34+
:class: items-center
35+
36+
37+
```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/NSF-NCAR.png
38+
:alt: NCAR Logo
39+
```
40+
41+
```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/NSF-Unidata.png
42+
:alt: Unidata Logo
43+
```
44+
45+
```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/UAlbany.svg
46+
:alt: UAlbany Logo
47+
```
48+
:::::
49+
50+
:::::{div}
51+
:class: flex items-center gap-4 text-disclaimer
52+
53+
```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/nsf.jpg
54+
:alt: NSF Logo
55+
:height: 60px
56+
```
57+
58+
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.
59+
:::::

0 commit comments

Comments
 (0)