generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from jukent/main
Add theme info to footer
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,4 @@ sphinx: | |
footer_start: | ||
- footer-logos | ||
- footer-info | ||
- footer-extra |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |