ritual.sh/layouts/partials/contact-section.html
2026-01-09 14:28:13 +00:00

27 lines
1 KiB
HTML

<section class="contact-section">
<h2 class="contact-title">Contact</h2>
<div class="contact-content">
<p>
If you found this interesting, have any comments, questions, corrections,
or just fancy saying "hello" please feel free to get in touch. If you
really enjoyed it you could consider
<a href="https://ko-fi.com/ritual" target="_blank">buying me a coffee</a>.
</p>
<div class="contact-email">
<span class="contact-label">Email:</span>
<a href="mailto:dan@ritual.sh">dan@ritual.sh</a>
</div>
<div class="contact-pgp">
<span class="contact-label">PGP Public Key:</span>
<div class="pgp-actions">
<a href="/publickey.asc" download class="pgp-button download-key">
<span class="button-icon"></span> Download
</a>
<button class="pgp-button copy-key pgp-copy-trigger">
<span class="button-icon"></span> Copy to Clipboard
</button>
</div>
<div class="copy-feedback pgp-copy-feedback"></div>
</div>
</div>
</section>