-
-
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
Conversation
…dle column, removes icons for Github and Discourse links, #46
<footer> | ||
<div class="row text-center"> | ||
<div class="background-dark"> | ||
<div class="container"> |
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.
<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> |
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.
Any reason to keep the commented-out icons around?
<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> |
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.
On my list, I will open a PR asap.
<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>. --> |
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.
This could still be the alt
of the img
above.
No description provided.