feat: Add keyoxide-mobile reference

This commit is contained in:
Yarmo Mackenbach 2023-03-08 12:07:09 +01:00
parent 29c942bda7
commit e15cd6d7ba
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 11 additions and 7 deletions

View file

@ -297,7 +297,7 @@ section.profile p, .demo p {
.hcards {
display: grid;
grid-gap: 1.2rem;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
margin-bottom: 1.6rem;
}
.hcards .card {

View file

@ -34,16 +34,20 @@ block content
.hcards.hcards--features
.card
h3 Online identity
p Establish an identity by verifiably linking your online accounts.
p Verifying online identity with cryptography. View
a(href="/project@keyoxide.org") Keyoxide's profile
| .
.card
h3 Decentralized
p No central server or database. Control how your data is stored and accessed.
h3 Mobile app
p Available on Android and iOS. More information on
a(href="https://mobile.keyoxide.org") mobile.keyoxide.org
| .
.card
h3 Privacy
p No data is collected. Your data is yours and yours only.
h3 Decentralization & privacy
p No central server or database. No collected data. Control how your data is stored and accessed.
.card
h3 Cryptography
p Your online identity verifiably signed with widely-used OpenPGP.
p Your online identity verifiably signed with widely-used cryptographic standards (OpenPGP, others coming).
.card
h3 Open Source
p All Keyoxide projects are licensed under AGPL-3.0-or-later.