mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Improve demo
This commit is contained in:
parent
2b7ec17026
commit
3761879667
2 changed files with 4 additions and 6 deletions
|
@ -112,7 +112,7 @@ section.profile p, .demo p {
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
.demo {
|
||||
margin: 9.6rem auto;
|
||||
margin: 6.4rem auto;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -7,6 +7,9 @@ block js
|
|||
script(type='application/javascript' src='/static/kx-claim.js' charset='utf-8')
|
||||
|
||||
block content
|
||||
.demo.narrow
|
||||
kx-claim(data-claim= demoData)
|
||||
|
||||
if highlights.length > 0
|
||||
h2 Highlights
|
||||
.hcards.hcards--highlights
|
||||
|
@ -46,11 +49,6 @@ block content
|
|||
h3 Transparent funding
|
||||
p Funded by donations. Keyoxide stands against VC and surveillance capitalism.
|
||||
|
||||
|
||||
h2 Example identity claim
|
||||
.narrow
|
||||
kx-claim(data-claim= demoData)
|
||||
|
||||
h2 Links
|
||||
.hcards
|
||||
.card
|
||||
|
|
Loading…
Reference in a new issue