site: multi-page structure with shared nav; rework services, keys, contact
This commit is contained in:
parent
03f38ab908
commit
82fc1c6e17
12 changed files with 143 additions and 151 deletions
21
views/keys.erb
Normal file
21
views/keys.erb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<%== erb :'partials/_site_nav', layout: false %>
|
||||
|
||||
<section class="section">
|
||||
<div class="key-block">
|
||||
<div class="key-head">
|
||||
<span class="key-label">PGP</span>
|
||||
<a class="key-file" href="/pgp.pub" download>pgp.pub ↓</a>
|
||||
</div>
|
||||
<pre data-copy="85F7AFEDAB7D97BE667F99F24F8851660FA4121B">85F7 AFED AB7D 97BE 667F 99F2 4F88 5166 0FA4 121B</pre>
|
||||
</div>
|
||||
|
||||
<div class="key-block">
|
||||
<div class="key-head">
|
||||
<span class="key-label">SSH</span>
|
||||
<a class="key-file" href="/id_ed25519.pub" download>id_ed25519.pub ↓</a>
|
||||
</div>
|
||||
<pre data-copy="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZ+/5F7SxdTVW47iiStLpGK77oWfR5NgaK4tTSR/aVB ie+2026@asxp.io">ssh-ed25519 AAAA…R/aVB ie+2026@asxp.io</pre>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script src="/copy.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue