Skip to content

Commit

Permalink
Merge pull request #11 from Imageomics/footer
Browse files Browse the repository at this point in the history
Add NSF disclaimer and links to site footer
  • Loading branch information
thompsonmj authored Nov 21, 2024
2 parents 2022123 + d0ec806 commit be8e0fc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.md-footer-social {
order: 1;
}

.md-copyright {
order: 2;
}

.md-footer-generator {
order: 3;
}
23 changes: 23 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,29 @@ theme:
- navigation.footer
- navigation.tabs

extra_css:
- stylesheets/extra.css

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Imageomics
- icon: simple/huggingface
link: https://huggingface.co/imageomics
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/imageomics-institute
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/imageomics
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/imageomics/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@ImageomicsInstitute/videos
- icon: octicons/link-16
link: https://imageomics.org

copyright: >
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.
plugins:
- glightbox
- macros
Expand Down

0 comments on commit be8e0fc

Please sign in to comment.