-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0faa1c1
commit 38be7ea
Showing
26 changed files
with
140 additions
and
93 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 |
---|---|---|
|
@@ -9,3 +9,6 @@ attic/ | |
vendor/ | ||
**/*.code-workspace | ||
.idea/ | ||
|
||
node_modules | ||
.env |
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 |
---|---|---|
@@ -1,45 +1,66 @@ | ||
<footer class="footer"> | ||
<div class="container"> | ||
{% if site.footer_menu %} | ||
<div class="columns is-multiline"> | ||
{% for item in site.data[site.footer_menu] %} | ||
<div class="column has-text-centered"> | ||
<div> | ||
<a href="{{ item.link | relative_url }}" class="link">{{ item.name }}</a> | ||
</div> | ||
<div class="container"> | ||
{% if site.footer_menu %} | ||
<div class="columns is-multiline"> | ||
{% for item in site.data[site.footer_menu] %} | ||
<div class="column has-text-centered"> | ||
<div> | ||
<a href="{{ item.link | relative_url }}" class="link">{{ item.name }}</a> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
<div class="content is-small has-text-centered"> | ||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> | ||
<a property="dct:title" rel="cc:attributionURL" href="{{site.url}}{{page.url}}">The content on this | ||
site</a> © 2009-{{ site.time | date: '%Y' }} by <a rel="cc:attributionURL dct:creator" | ||
property="cc:attributionName" href="{{site.url}}">Noe Nieto</a> is licensed under <a | ||
href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" | ||
rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a> | ||
</p> | ||
<p> | ||
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> | ||
</p> | ||
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p> | ||
{% if page.mathjax %} | ||
<p><a href="https://www.mathjax.org"> | ||
<img title="Powered by MathJax" src="https://www.mathjax.org/badge/badge.gif" border="0" | ||
alt="Powered by MathJax" /> | ||
</a></p> | ||
{% endif %} | ||
{% if page.hero_svg %} | ||
<p>The hero svg patterns were made by <a href="https://heropatterns.com/" target="_blank">Steve Schoger</a> | ||
and licensed as <a href=" https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> | ||
</p> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
<div class="content is-small has-text-centered"> | ||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> | ||
<a property="dct:title" rel="cc:attributionURL" href="{{site.url}}{{page.url}}">The content on this site</a> | ||
© 2009-{{ site.time | date: '%Y' }} by | ||
<a | ||
rel="cc:attributionURL dct:creator" | ||
property="cc:attributionName" | ||
href="{{site.url}}" | ||
>Noe Nieto</a | ||
> | ||
is licensed under | ||
<a | ||
href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" | ||
target="_blank" | ||
rel="license noopener noreferrer" | ||
style="display:inline-block;" | ||
>CC BY-SA 4.0<img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" | ||
alt="" | ||
><img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" | ||
alt="" | ||
><img | ||
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" | ||
src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" | ||
alt="" | ||
></a> | ||
</p> | ||
<p>Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a></p> | ||
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p> | ||
{% if page.mathjax %} | ||
<p> | ||
<a href="https://www.mathjax.org"> | ||
<img | ||
title="Powered by MathJax" | ||
src="https://www.mathjax.org/badge/badge.gif" | ||
border="0" | ||
alt="Powered by MathJax" | ||
> | ||
</a> | ||
</p> | ||
{% endif %} | ||
{% if page.hero_svg %} | ||
<p> | ||
The hero svg patterns were made by <a href="https://heropatterns.com/" target="_blank">Steve Schoger</a> and | ||
licensed as <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> | ||
</p> | ||
{% endif %} | ||
</div> | ||
</footer> | ||
</div> | ||
</footer> |
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
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
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
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
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
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
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
Oops, something went wrong.