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?
+
+ -

Adding proofs

- Adding a DNS proof
- Adding a Mastodon proof
- Adding a Pleroma proof
- Adding a Twitter proof
- Adding a dev.to proof
- Adding a Lobste.rs proof
- Adding a Hackernews proof
- Adding a Reddit proof
- Adding a Discourse proof
- Adding a Github proof
- Adding a XMPP proof
+ + + + + +