Skip to content

Commit

Permalink
Merge pull request #172 from jukent/footer
Browse files Browse the repository at this point in the history
Move License and Theme to Footer v2
  • Loading branch information
jukent authored May 14, 2024
2 parents 005a619 + e2dd58f commit b654e29
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ sphinx:
footer_start:
- footer-logos
- footer-info
- footer-extra
Binary file added _static/footer-logo-nsf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions _templates/footer-extra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div class="container-fluid footer-extra">
<div class="container">
<center>
Theme by <a href="https://projectpythia.org">Project Pythia</a>. All code
in Pythia Cookbooks is licensed under
<a href="https://opensource.org/license/apache-2-0">Apache 2.0</a>. All
other non-code content is licensed under
<a href="https://creativecommons.org/licenses/by/4.0/">
Creative Commons BY 4.0 (CC BY 4.0)</a
>.
</center>
<br /><br />
<div class="row">
<p class="m-0">
<img
src="{{ pathto('_static/footer-logo-nsf.png', 1) }}"
style="float: left; width: 60px; height: 60px; margin-right: 1rem"
/>
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.
</p>
</div>
</div>
</div>

0 comments on commit b654e29

Please sign in to comment.