keyoxide-web/views/index.pug

57 lines
1.9 KiB
Text
Raw Normal View History

2021-03-01 07:01:34 -07:00
extends templates/base.pug
2020-08-07 17:06:08 -06:00
2021-05-02 10:03:11 -06:00
block js
//- script(type='application/javascript' src='/static/dialog-polyfill.js' charset='utf-8')
script(type='application/javascript' src='/static/openpgp.min.js' charset='utf-8')
script(type='application/javascript' src='/static/doip.js' charset='utf-8')
script(type='application/javascript' src='/static/kx-claim.js' charset='utf-8')
2020-08-07 17:06:08 -06:00
block content
2021-05-02 14:36:41 -06:00
.demo.narrow
kx-claim(data-claim= demoData)
2021-03-01 07:01:34 -07:00
if highlights.length > 0
h2 Highlights
.hcards.hcards--highlights
each hl in highlights
.card.card--small-profile
p.name= hl.name
p
span.fingerprint= hl.fingerprint
br
span.details= hl.description
.spacer
p
a(href=`/${hl.fingerprint}`) View profile
- var n = 0
while n < 3-highlights.length
.card.card--small-profile-dummy
- n++
h2 About Keyoxide
.hcards.hcards--features.hcards--max-3
.card
h3 Online identity
2021-05-03 06:06:46 -06:00
p Establish an identity by verifiably linking your online accounts.
a(href='/about#basic') Read&nbsp;more
2021-03-01 07:01:34 -07:00
.card
h3 Decentralized
2021-05-03 06:06:46 -06:00
p No central server or database. Control how your data is stored and accessed.
a(href='/about#decentralized') Read&nbsp;more
2021-03-01 07:01:34 -07:00
.card
h3 Privacy
2021-05-03 06:06:46 -06:00
p No data is collected. Your data is yours and yours only.
a(href='/privacy') Read&nbsp;more
2021-03-01 07:01:34 -07:00
.card
h3 Cryptography
2021-05-03 06:06:46 -06:00
p Your online identity verifiably signed with widely-used OpenPGP.
a(href='/about#cryptography') Read&nbsp;more
2021-03-01 07:01:34 -07:00
.card
h3 Open Source
2021-05-03 06:06:46 -06:00
p All Keyoxide projects are licensed under AGPL-3.0-or-later.
a(href='/about#open-source') Read&nbsp;more
2021-03-01 07:01:34 -07:00
.card
2021-03-29 07:23:57 -06:00
h3 Transparent funding
2021-05-03 06:06:46 -06:00
p Funded by donations. Keyoxide stands against VC and surveillance capitalism.
a(href='/about#funding-and-the-flow-of-money') Read&nbsp;more