Add Threema entry to profiles list incl QR-Code

This commit is contained in:
Jonas Tobias Hopusch 2023-03-19 18:55:36 +01:00
parent af44e3dac4
commit b248452599
Signed by: jotoho
GPG Key ID: 913BDF1196DCF600
3 changed files with 22 additions and 0 deletions

View File

@ -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) | |
| GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform |
| 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> |

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -162,6 +162,27 @@ th {
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 {
vertical-align: middle;
height: inherit;