diff --git a/static-src/styles.css b/static-src/styles.css index 335a61d..4075514 100644 --- a/static-src/styles.css +++ b/static-src/styles.css @@ -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 { diff --git a/views/index.pug b/views/index.pug index 74371c0..38d3047 100644 --- a/views/index.pug +++ b/views/index.pug @@ -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.