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 { .hcards {
display: grid; display: grid;
grid-gap: 1.2rem; 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; margin-bottom: 1.6rem;
} }
.hcards .card { .hcards .card {

View file

@ -34,16 +34,20 @@ block content
.hcards.hcards--features .hcards.hcards--features
.card .card
h3 Online identity 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 .card
h3 Decentralized h3 Mobile app
p No central server or database. Control how your data is stored and accessed. p Available on Android and iOS. More information on
a(href="https://mobile.keyoxide.org") mobile.keyoxide.org
| .
.card .card
h3 Privacy h3 Decentralization & privacy
p No data is collected. Your data is yours and yours only. p No central server or database. No collected data. Control how your data is stored and accessed.
.card .card
h3 Cryptography 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 .card
h3 Open Source h3 Open Source
p All Keyoxide projects are licensed under AGPL-3.0-or-later. p All Keyoxide projects are licensed under AGPL-3.0-or-later.