Skip to content

Commit 2bb4ab3

Browse files
authored
Merge pull request #5 from jukent/footer
Add footer
2 parents 8105e9c + d702b4e commit 2bb4ab3

File tree

8 files changed

+1160
-2
lines changed

8 files changed

+1160
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# MyST build outputs
2+
_build
3+
myst.yml

logos/NSF-NCAR.png

1.08 MB
Loading

logos/NSF-Unidata.png

148 KB
Loading

logos/UAlbany.svg

Lines changed: 1125 additions & 0 deletions
Loading

logos/nsf.jpg

39.3 KB
Loading
File renamed without changes.

pythia.yml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ site:
1616
template: book-theme
1717
options:
1818
favicon: https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/favicon.ico
19-
logo: https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/pythia_logo-white-rtext-blue.svg
20-
logo_dark: https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/pythia_logo-white-rtext.svg
19+
logo: https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/pythia_logo-white-rtext-blue.svg
20+
logo_dark: https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/pythia_logo-white-rtext.svg
2121
nav:
2222
- title: Home
2323
url: https://projectpythia-mystmd.github.io
@@ -32,3 +32,33 @@ site:
3232
actions:
3333
- title: Project Pythia
3434
url: https://projectpythia-mystmd.github.io
35+
36+
parts:
37+
footer: |
38+
:::::{grid} 3
39+
:class: items-center
40+
41+
42+
```{image} https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/NSF-NCAR.png
43+
:alt: NCAR Logo
44+
```
45+
46+
```{image} https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/NSF-Unidata.png
47+
:alt: Unidata Logo
48+
```
49+
50+
```{image} https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/UAlbany.svg
51+
:alt: UAlbany Logo
52+
```
53+
:::::
54+
55+
:::::{div}
56+
:class: flex items-center gap-4 text-disclaimer
57+
58+
```{image} https://raw.githubusercontent.com/projectpythia-mystmd/pythia-config/main/logos/nsf.jpg
59+
:alt: NSF Logo
60+
:height: 60px
61+
```
62+
63+
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.
64+
:::::

0 commit comments

Comments
 (0)