Loads of stuff
This commit is contained in:
parent
fd015bd52c
commit
a3b9bd2680
15 changed files with 2310 additions and 208 deletions
30
layouts/partials/contact-section.html
Normal file
30
layouts/partials/contact-section.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<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.
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue