add caching page and nostr verification

This commit is contained in:
Matt Hill
2023-01-05 13:02:28 -07:00
parent 855a66fc18
commit e954a64593
3 changed files with 1068 additions and 1092 deletions

22
src/caching.njk Normal file
View File

@@ -0,0 +1,22 @@
---
title: Caching
layout: layouts/peripheral.njk
---
<section id="hero">
<div id="hero-image" class="image-with-shadow">
<img src="/assets/images/jobs-hero.png" alt="caching page hero: laptop emerging from an embassy" title="caching page hero: laptop emerging from an embassy"/>
<img class="img-shadow" src="/assets/images/jobs-hero.png" alt=""/>
</div>
<div id="logo">
<h1>
<span>Is your problem caching?</span>
</h1>
</div>
</section>
<section id="contact">
<h2>YES*</h2>
<br />
<p>*Answer may be incorrect due to caching</p>
</section>