keyoxide-web/views/index.php

32 lines
1.3 KiB
PHP
Raw Normal View History

<?php $this->layout('template.base', ['title' => $title]) ?>
2020-06-25 10:01:06 -06:00
<div class="content">
2020-07-11 11:33:56 -06:00
<h1>Keyoxide</h1>
<h2>PGP actions</h2>
<p>
<a class="bigBtn" href="/verify">verify signature</a>
<a class="bigBtn" href="/encrypt">encrypt message</a>
<a class="bigBtn" href="/proofs">verify proofs</a>
</p>
<h2>Utilities</h2>
<p>
2020-07-05 05:50:38 -06:00
<a class="bigBtn" href="/util/profile-url">Profile URL</a>
<a class="bigBtn" href="/util/wkd">wkd</a>
2020-07-04 08:00:36 -06:00
<a class="bigBtn" href="/util/qr">QR</a>
</p>
<h2>Getting started</h2>
<p>
<a class="bigBtn" href="/guides">guides</a>
<a class="bigBtn" href="/faq">FAQ</a>
</p>
<h2>About</h2>
<p><a href="/">Keyoxide</a> is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans.</p>
<p>
Made by <a href="https://yarmo.eu">Yarmo Mackenbach</a>.
<br>
2020-07-16 10:35:43 -06:00
Code hosted on <a href="https://codeberg.org/keyoxide/web">Codeberg</a> (<a href="https://drone.private.foss.best/yarmo/keyoxide/">drone CI/CD</a>).
<br>
2020-07-16 10:20:59 -06:00
Uses <a href="https://github.com/openpgpjs/openpgpjs">openpgp.js</a> (version <a href="https://github.com/openpgpjs/openpgpjs/releases/tag/v4.10.6">4.10.6</a>).
</p>
</div>