Files
Robin Davies ce887b2951 Update footer.html
Signed-off-by: Robin Davies <rerdavies@gmail.com>
2025-06-07 22:43:13 -04:00

93 lines
2.6 KiB
HTML

<style>
.sticky-footer {
display: block;
}
.footer-offset {
display: none;
}
@media only screen and (min-height: 600px) {
.sticky-footer {
position: fixed;
bottom: 0;
width: 100%;
background: white;
height: 24px;
}
.footer-offset {
display: block;
height: 24px;
}
img-icon {
width: 24px;
height:
}
</style>
<div class="footer-offset">
&nbsp;
</div>
<footer class="site-footer h-card sticky-footer" style="padding-top: 10px; padding-bottom: 10px">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<a rel="me" href="https://github.com/rerdavies/pipedal"
target="_blank" title="rerdavies/pipedal">
<svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use>
</svg>
rerdavies/pipedal
</a>
<span style="margin-right: 60px" >&nbsp;</span>
<a rel="me" href="https://rerdavies.github.io" target="_blank" title="rerdavies.github.io"><img
class="svg-icon" src="img/rerdavies.png" />
</img>rerdavies.github.io</a>
<span style="margin-right: 60px" >&nbsp;</span>
<a rel="me" href="https://github.com/rerdavies" target="_blank" title="rerdavies"><svg
class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use>
</svg>rerdavies</a>
<!--
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li><a rel="me" href="https://github.com/rerdavies" target="_blank" title="rerdavies"><svg
class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use>
</svg>rerdavies</a></li>
<li>
<a rel="me" href="https://github.com/rerdavies/pipedal"
target="_blank" title="rerdavies/pipedal">
<svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use>
</svg>
rerdavies/pipedal
</a>
</li>
</ul>
</div>
</div>
-->
</div>
</footer>