feat: add relm sponsor
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-09-06 11:44:57 +02:00
parent 670d517c06
commit 672d80b321
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,14 @@
<section class="mx-auto mt-12 max-w-screen-xl border-t-2 border-gray-200">
<p class="mt-12 font-title text-2xl font-bold text-center">Sponsors</p>
<div class="flex items-center justify-center mt-8">
<a href="https://www.relm.us" rel="nofollow noreferrer noopener" target="_blank">
<img src="/images/sponsors/relm.png" alt="Relm" class="h-24"/>
</a>
</div>
</section>
<footer
class="mx-auto mt-12 max-w-screen-xl border-t-2 border-gray-200 py-8 px-4 text-left text-sm text-gray-800 md:flex md:px-0"
class="mx-auto mt-20 max-w-screen-xl border-t-2 border-gray-200 py-8 px-4 text-left text-sm text-gray-800 md:flex md:px-0"
>
<div class="flex w-full flex-col md:w-2/5">
<img
@ -11,12 +20,12 @@
/>
<p class="py-4 text-gray-600">
&copy; {{ now.Year }}<br />
Made with ♥️ and <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
Made with ♥️ and <a href="https://gohugo.io" target="_blank" rel="nofollow noreferrer noopener">Hugo</a>.
</p>
<a
href="https://twitter.com/vikunjaio"
target="_blank"
rel="noopener"
rel="nofollow noreferrer noopener"
class="flex py-2 align-middle hover:underline"
>
<svg
@ -39,7 +48,7 @@
</svg>
<span class="ml-1"> Follow Vikunja on Twitter </span>
</a>
<a href="https://matrix.to/#/#vikunja:matrix.org" class="py-2" target="_blank" rel="noopener">
<a href="https://matrix.to/#/#vikunja:matrix.org" class="py-2" target="_blank" rel="nofollow noreferrer noopener">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="118" height="20" role="img" aria-label="chat: on matrix.org"><title>chat: on matrix.org</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="118" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="33" height="20" fill="#555"/><rect x="33" width="85" height="20" fill="#4c1"/><rect width="118" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">chat</text><text x="175" y="140" transform="scale(.1)" fill="#fff" textLength="230">chat</text><text aria-hidden="true" x="745" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="750">on matrix.org</text><text x="745" y="140" transform="scale(.1)" fill="#fff" textLength="750">on matrix.org</text></g></svg>
</a>
@ -80,7 +89,7 @@
<a
href="https://www.buymeacoffee.com/kolaente"
class="flex py-2 md:pt-0 align-middle hover:underline"
target="_blank" rel="noopener"
target="_blank" rel="nofollow noreferrer noopener"
>
<svg class="mr-1 w-3" viewBox="0 0 35 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.7512 11.6307L30.7171 11.6106L30.6382 11.5865C30.6699 11.6134 30.7097 11.6289 30.7512 11.6307Z" fill="#0D0C22"/>
@ -103,7 +112,7 @@
<a
href="https://github.com/sponsors/kolaente/button"
class="flex py-2 md:pt-0 align-middle hover:underline"
target="_blank" rel="noopener"
target="_blank" rel="nofollow noreferrer noopener"
>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -121,7 +130,7 @@
</svg>
<span> Sponsor on Github </span>
</a>
<a href="https://opencollective.com/vikunja" class="py-2 md:pt-0 hover:underline" target="_blank" rel="noopener">
<a href="https://opencollective.com/vikunja" class="py-2 md:pt-0 hover:underline" target="_blank" rel="nofollow noreferrer noopener">
Sponsor on Opencollective
</a>
<a

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB