Skip to content

Commit be8e0fc

Browse files
authored
Merge pull request #11 from Imageomics/footer
Add NSF disclaimer and links to site footer
2 parents 2022123 + d0ec806 commit be8e0fc

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.md-footer-social {
2+
order: 1;
3+
}
4+
5+
.md-copyright {
6+
order: 2;
7+
}
8+
9+
.md-footer-generator {
10+
order: 3;
11+
}

mkdocs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,29 @@ theme:
3737
- navigation.footer
3838
- navigation.tabs
3939

40+
extra_css:
41+
- stylesheets/extra.css
42+
43+
extra:
44+
social:
45+
- icon: fontawesome/brands/github
46+
link: https://github.com/Imageomics
47+
- icon: simple/huggingface
48+
link: https://huggingface.co/imageomics
49+
- icon: fontawesome/brands/linkedin
50+
link: https://www.linkedin.com/company/imageomics-institute
51+
- icon: fontawesome/brands/x-twitter
52+
link: https://twitter.com/imageomics
53+
- icon: fontawesome/brands/instagram
54+
link: https://www.instagram.com/imageomics/
55+
- icon: fontawesome/brands/youtube
56+
link: https://www.youtube.com/@ImageomicsInstitute/videos
57+
- icon: octicons/link-16
58+
link: https://imageomics.org
59+
60+
copyright: >
61+
The Imageomics Institute is supported by the National Science Foundation under Award No. 2118240 "HDR Institute: Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning." 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.
62+
4063
plugins:
4164
- glightbox
4265
- macros

0 commit comments

Comments
 (0)