mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -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;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
.demo {
|
.demo {
|
||||||
margin: 9.6rem auto;
|
margin: 6.4rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
|
@ -7,6 +7,9 @@ block js
|
||||||
script(type='application/javascript' src='/static/kx-claim.js' charset='utf-8')
|
script(type='application/javascript' src='/static/kx-claim.js' charset='utf-8')
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
.demo.narrow
|
||||||
|
kx-claim(data-claim= demoData)
|
||||||
|
|
||||||
if highlights.length > 0
|
if highlights.length > 0
|
||||||
h2 Highlights
|
h2 Highlights
|
||||||
.hcards.hcards--highlights
|
.hcards.hcards--highlights
|
||||||
|
@ -46,11 +49,6 @@ block content
|
||||||
h3 Transparent funding
|
h3 Transparent funding
|
||||||
p Funded by donations. Keyoxide stands against VC and surveillance capitalism.
|
p Funded by donations. Keyoxide stands against VC and surveillance capitalism.
|
||||||
|
|
||||||
|
|
||||||
h2 Example identity claim
|
|
||||||
.narrow
|
|
||||||
kx-claim(data-claim= demoData)
|
|
||||||
|
|
||||||
h2 Links
|
h2 Links
|
||||||
.hcards
|
.hcards
|
||||||
.card
|
.card
|
||||||
|
|
Loading…
Reference in a new issue