From e792ebcc53270ea361106152a2bae93baca3033f Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 16 Jul 2020 18:22:47 +0200 Subject: [PATCH] Improve guides layout --- assets/styles.css | 11 +++++++++ views/guides.php | 60 ++++++++++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 24 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 2a1a282..dad0168 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -156,6 +156,17 @@ select { text-align: center; } +.guides { + display: flex; + flex-wrap: wrap; +} +.guides__section { + flex: 1 0 250px; +} +.guides__section a { + line-height: 1.8em; +} + #profileHeader { display: flex; flex-direction: row; diff --git a/views/guides.php b/views/guides.php index 019160e..95db23c 100644 --- a/views/guides.php +++ b/views/guides.php @@ -2,30 +2,42 @@

Guides

-

Using Keyoxide.org

- Verifying a signature
- Encrypting a message
- Verifying identity proofs
- Contributing to Keyoxide
- Migrating from Keybase
- Feature comparison with Keybase
-

Beyond Keyoxide.org

- How OpenPGP identity proofs work
- Uploading keys using web key directory
- Self-hosting Keyoxide
- Are you a service provider?
+