The svg is a lil bit of a hack. The svg is the proper svg logo, edited manually. The middle transparency is actually just the background of the current footer. THIS NEEDS TO BE CHANGED IF THE COLOUR SCHEME CHANGES
55 lines
2.4 KiB
HTML
55 lines
2.4 KiB
HTML
<!-- Footer -->
|
|
<footer id="footer">
|
|
<div class="row">
|
|
<div class="column">
|
|
<a class="named-anchor" name="contact"></a>
|
|
<h3>Get in Touch</h3>
|
|
Contact us to discuss your project's needs and arrange a consultation:</br>
|
|
<b><a href="mailto:helo@autonomic.zone">helo@autonomic.zone</a></b></br></br>
|
|
<b><a href="{{ '/assets/pgp/autonomic-key.asc' | relative_url }}">Download PGP key</a></b></br>
|
|
<a href= "https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/src/branch/master/src/assets/pgp"> Verify fingerprint:</a><code id="fingerprint">82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147</code>
|
|
|
|
<ul class="icons" style="margin-bottom: 0; padding-top: 1em">
|
|
<li>
|
|
<a title="Twitter" rel="noopener" href="{{ site.twitter_url }}" style="border-bottom: none">
|
|
<img alt="twitter" style="height: 2rem;" src="{{ '/assets/svg/twitter-brands.svg' | absolute_url }}">
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a title="Mastodon" rel="me" href="{{ site.mastodon_url }}" style="border-bottom: none">
|
|
<img alt="mastodon" style="height: 2rem;" src="{{ '/assets/svg/mastodon-brands.svg' | absolute_url }}">
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a title="Gitea" rel="me" href="{{ site.gitea_url }}" style="border-bottom: none">
|
|
<!-- This SVG needs to be changed if you change the colour scheme as it is a massive hack. -->
|
|
<img alt="gitea" style="height: 2.3rem;" src="{{ '/assets/svg/Gitea_Logo.svg' | absolute_url }}">
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<div class="column">
|
|
<div class="copyright">
|
|
</div>
|
|
<div class="cotech-box">
|
|
<a href="https://www.coops.tech/">
|
|
<img class="cotech-logo" src="{{ '/assets/images/CoTech-white-logo.png' | relative_url }}" alt="CoTech"/>
|
|
<b><span class="cotech-text">Member of the Cotech Network</span></b>
|
|
</a>
|
|
</div>
|
|
<div style="vertical-align: bottom;">
|
|
<address>
|
|
Autonomic Co-operative Limited</br>
|
|
1539 Pershore Road</br>
|
|
Birmingham</br>
|
|
B30 2JH</br>
|
|
United Kingdom</br>
|
|
</address></br>
|
|
We are a Co-operative Society registered with the <a href="https://mutuals.fca.org.uk/Search/Society/30380">FCA</a>.
|
|
<b>Registration Number: 4597 </b>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|