keyoxide-web/views/index.pug

117 lines
4.2 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
block content
2021-11-07 08:07:29 -07:00
.demo
2021-05-04 07:47:00 -06:00
kx-claim.kx-item(data-claim= demoData data-skip="true")
details
summary
.info
p.subtitle= demoData.matches[0].serviceprovider.name
p.title= demoData.matches[0].profile.display
.icons
2021-06-07 03:56:29 -06:00
.verificationStatus(data-value='running' aria-hidden='true')
2021-05-04 07:47:00 -06:00
.inProgress
.content
.subsection
2021-06-07 03:47:09 -06:00
img(src='/static/img/link.png' alt='')
2021-05-04 07:47:00 -06:00
div
if (demoData.matches[0].profile.uri)
p Profile link:
a(rel='me' href=demoData.matches[0].profile.uri)= demoData.matches[0].profile.uri
else
p Profile link: not accessible from browser
if (demoData.matches[0].proof.uri)
p Proof link:
a(rel='me' href=demoData.matches[0].proof.uri)= demoData.matches[0].proof.uri
else
p Proof link: not accessible from browser
2021-11-07 08:07:29 -07:00
#search.form-wrapper.card
h2#searchTitle Generate a profile
form(action="post")
label#searchQuery(for="query") Query for fingerprint or email identifier
input#query(type="search" name="query" required placeholder="3637202523e7c1309ab79e99ef2dc5827b445f4b, test@doip.rocks" aria-labelledby="searchTitle searchQuery")
2021-06-08 02:15:45 -06:00
2021-11-07 08:07:29 -07:00
fieldset(role="radiogroup").radio-wrapper
legend Protocol
input#protocol-hkp(type="radio" name="protocol" value="hkp" checked="true")
label(for="protocol-hkp") HKP
input#protocol-wkd(type="radio" name="protocol" value="wkd")
label(for="protocol-wkd") WKD
input#protocol-sig(type="radio" name="protocol" value="sig")
label(for="protocol-sig") Signature
input(type="submit" value="Generate profile")
2021-05-02 14:36:41 -06:00
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
2021-06-08 02:15:45 -06:00
h3.name= hl.name
2021-03-01 07:01:34 -07:00
p
span.fingerprint= hl.fingerprint
br
span.details= hl.description
.spacer
p
2021-05-04 02:01:04 -06:00
a(href=`/${hl.fingerprint}`).button.full-width View profile
2021-03-01 07:01:34 -07:00
- var n = 0
while n < 3-highlights.length
.card.card--small-profile-dummy
- n++
h2 About Keyoxide
2021-11-07 08:07:29 -07:00
.hcards.hcards--features
2021-03-01 07:01:34 -07:00
.card
h3 Online identity
2021-11-07 08:07:29 -07:00
p Establish an identity by verifiably linking your online accounts.
2021-03-01 07:01:34 -07:00
.card
h3 Decentralized
2021-11-07 08:07:29 -07:00
p No central server or database. Control how your data is stored and accessed.
2021-03-01 07:01:34 -07:00
.card
h3 Privacy
2021-11-07 08:07:29 -07:00
p No data is collected. Your data is yours and yours only.
2021-03-01 07:01:34 -07:00
.card
h3 Cryptography
2021-11-07 08:07:29 -07:00
p Your online identity verifiably signed with widely-used OpenPGP.
2021-03-01 07:01:34 -07:00
.card
h3 Open Source
2021-11-07 08:07:29 -07:00
p All Keyoxide projects are licensed under AGPL-3.0-or-later.
2021-03-01 07:01:34 -07:00
.card
2021-03-29 07:23:57 -06:00
h3 Transparent funding
2021-11-07 08:07:29 -07:00
p Funded by donations. Keyoxide stands against VC and surveillance capitalism.
h2 Community
.card
p
| Discussion of the Keyoxide project happens primarily on the
a(href="https://matrix.to/#/#keyoxide:matrix.org") #keyoxide matrix channel
| . There is also the
a(href="https://lists.sr.ht/~yarmo/keyoxide-devel") keyoxide-devel mailing list
| .
p
| Bug reports and feature requests can be submitted on the
a(href="https://codeberg.org/keyoxide/keyoxide-web/issues") source code issue tracker
| or the
a(href="https://lists.sr.ht/~yarmo/keyoxide-devel") keyoxide-devel mailing list
| .
p
| The project is also present on the fediverse as
a(href="https://fosstodon.org/@keyoxide") @keyoxide@fosstodon.org
| .
2021-05-04 03:18:18 -06:00
h2 Fund the project
2021-11-07 08:07:29 -07:00
.card
p
| The development of Keyoxide and the Decentralized OpenPGP Identity Proofs ecosystem is entirely funded by donations.
p
| The Keyoxide project was awarded a NGI Zero grant from the
a(href='https://nlnet.nl/') NLnet Foundation
| .
p
| We rely on your support to keep working on Big Tech-independent secure online identity.
p
a.button.button--liberapay(href='https://liberapay.com/Keyoxide/')
i(class='fa fa-liberapay' aria-hidden='true')
| Donate via Liberapay