mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
feat: Add keyoxide-mobile reference
This commit is contained in:
parent
29c942bda7
commit
e15cd6d7ba
2 changed files with 11 additions and 7 deletions
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue