From a40fc6dfee0919b0bd910687c44146059d3c0650 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 28 Aug 2020 01:48:34 +0200 Subject: [PATCH] Improve index --- views/index.pug | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/views/index.pug b/views/index.pug index 862d0ea..7db00df 100644 --- a/views/index.pug +++ b/views/index.pug @@ -6,26 +6,9 @@ block content p | A modern, secure and privacy-friendly platform to establish your strong decentralized online identity - | and perform - strong basic cryptographic operations - | . - .flex-column-container - .flex-column - h2 Cryptographic operations - p - a(href='/verify') Verify PGP signature - br - a(href='/encrypt') Encrypt PGP message - br - a(href='/proofs') Verify distributed identity proofs - .flex-column - h2 Utilities - p - a(href='/util/profile-url') Profile URL generator - br - a(href='/util/wkd') Web Key Directory URL generator - br - a(href='/util/qrfp') Fingerprint QR generator + | . Quickly + a(href="/get-started") get started here + | and generate your own profile with proofs! h2 About p @@ -99,3 +82,21 @@ block content | Even the a(href='https://drone.keyoxide.org/keyoxide/web/') CI/CD activity | is publicly visible + + .flex-column-container + .flex-column + h2 Cryptographic operations + p + a(href='/verify') Verify PGP signature + br + a(href='/encrypt') Encrypt PGP message + br + a(href='/proofs') Verify distributed identity proofs + .flex-column + h2 Utilities + p + a(href='/util/profile-url') Profile URL generator + br + a(href='/util/wkd') Web Key Directory URL generator + br + a(href='/util/qrfp') Fingerprint QR generator