Add Threema entry to profiles list incl QR-Code
This commit is contained in:
parent
af44e3dac4
commit
b248452599
3 changed files with 22 additions and 0 deletions
|
@ -18,3 +18,4 @@ The following list is probably not complete and will change over time.
|
||||||
| Mastodon/Fediverse | [@jotoho@ruhr.social](https://ruhr.social/@jotoho) | |
|
| Mastodon/Fediverse | [@jotoho@ruhr.social](https://ruhr.social/@jotoho) | |
|
||||||
| GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform |
|
| GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform |
|
||||||
| GitHub | [@jotoho](https://github.com/jotoho) | |
|
| GitHub | [@jotoho](https://github.com/jotoho) | |
|
||||||
|
| Threema | [8WEESJ8K](https://threema.id/8WEESJ8K) | <details><summary>QR-Code containing Threema-ID</summary>![Scannable QR-Code](threema-scanid-8weesj8k.png)</details> |
|
||||||
|
|
BIN
content/profiles/threema-scanid-8weesj8k.png
Normal file
BIN
content/profiles/threema-scanid-8weesj8k.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -162,6 +162,27 @@ th {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: fit-content;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
max-height: min(90vh, 100%);
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
border-color: grey;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: dashed;
|
||||||
|
padding: calc(1rem / 3);
|
||||||
|
}
|
||||||
|
|
||||||
|
details[open] > summary {
|
||||||
|
margin-bottom: calc(1rem / 3);
|
||||||
|
}
|
||||||
|
|
||||||
#licenseimg {
|
#licenseimg {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
|
Loading…
Reference in a new issue