abdullahtarawneh.com/layouts/partials/site/footer.html
a 2247ee2776 June 2024 redesign (#1)
still missing some things but they were missing before anyway. so it's probably better to just push and deploy already.

Reviewed-on: #1
2024-06-03 23:22:36 +00:00

68 lines
1.5 KiB
HTML

<footer class="site-footer">
<hr>
<div class="container">
<h2>Tip me</h2>
<p>(<a href="/support">why?</a>)</p>
<ul>
<li>
<a href="https://liberapay.com/trwnh">liberapay.com/trwnh</a>
</li>
<li>
<a href="https://donate.stripe.com/4gwcPCaMpcQ19RC4gg">donate.stripe.com/4gwcPCaMpcQ19RC4gg</a>
</li>
<li>
<a href="https://paypal.me/obvioushumor">paypal: tarawneh.abdullah@gmail.com</a>
</li>
</ul>
<h2>Hire me</h2>
<p>(<a href="/work">why?</a>)</p>
<ul>
<li>
<a href="/resume">Resumé (HTML)</a>
</li>
<li>
<a href="/resume/abdullah-tarawneh_resume.pdf">Resumé (PDF)</a>
</li>
<li>
<a href="/resume/abdullah-tarawneh_writing-samples.pdf">Writing samples (PDF)</a>
</li>
</ul>
{{/* {{ with where .Site.RegularPages "Section" "services" }}
<h3>Services</h3>
{{ range . }}
<a href="{{ .Permalink }}"><h4>{{ .Title }}</h4></a>
<p>{{ .Summary }}</p>
{{ end }}
{{ end }} */}}
</div>
</footer>
{{ if hugo.IsProduction }}
<script type="text/javascript">
var sc_project=12701041;
var sc_invisible=1;
var sc_security="006094ec";
</script>
<script
type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async>
</script>
<noscript>
<div class="statcounter">
<a
title="Web Analytics Made Easy - Statcounter"
href="https://statcounter.com/"
target="_blank"
>
<img class="statcounter"
src="https://c.statcounter.com/12701041/0/006094ec/1/"
alt=""
referrerPolicy="no-referrer-when-downgrade"
/>
</a>
</div>
</noscript>
{{ end }}