-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve footer #406
base: master
Are you sure you want to change the base?
Improve footer #406
Changes from all commits
082ee75
4bf24ab
22c7466
a52041c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,52 @@ | ||
<footer> | ||
<div class="row text-center"> | ||
<div class="background-dark"> | ||
<div class="container"> | ||
<div class="row equal"> | ||
|
||
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br /> | ||
<div class="col-md-4 col-xs-4 text-left"> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a href="fundamentals-literature-guide.html">Cite preCICE</a> | ||
</li> | ||
<li> | ||
<a href="community-contribute-to-precice.html">Contribute</a> | ||
</li> | ||
<li> | ||
<a href="community-support-precice.html">Get support</a> | ||
</li> | ||
<li> | ||
<a href="community-training.html">Get training</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<a class="no-icon" rel="license" href="https://creativecommons.org/licenses/by/4.0/"> | ||
<img alt="Creative Commons License" src="images/licensebutton-by-40_88x31.png" /> | ||
</a> | ||
<br /> | ||
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. | ||
<div class="col-md-4 col-xs-4 text-left"> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a class="no-icon" href="https://precice.discourse.group"><!-- <i class="fab fa-discourse fa-lg"></i> -->Forum on Discourse</a> | ||
</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any reason to keep the commented-out icons around? |
||
<li> | ||
<a class="no-icon" href="https://github.com/precice"><!-- <i class="fab fa-github fa-lg"></i> -->preCICE on GitHub</a> | ||
</li> | ||
<li> | ||
<a href="#">License</a> | ||
</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On my list, I will open a PR asap. |
||
<li> | ||
<a href="about.html">Impressum / Legal</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
<div class="col-md-4 col-xs-4 text-right"> | ||
<a class="no-icon" rel="license" href="https://creativecommons.org/licenses/by/4.0/"> | ||
<img alt="Creative Commons License" src="images/licensebutton-by-40_88x31.png" /> | ||
</a> | ||
<!-- <br /> | ||
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. --> | ||
<br /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This could still be the |
||
<br /> | ||
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: '%d %b %y' }} <br /> | ||
</div> | ||
|
||
</footer> | ||
</div> <!-- row --> | ||
</div> <!-- container --> | ||
</div> <!-- background --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need more margin at the bottom. It currently seems to be quite tight at the bottom: