control image size via CSS style attr, as direct height attr must be in px according to standard
This commit is contained in:
parent
bdeff0d59b
commit
1b9a53c34e
|
@ -5,7 +5,7 @@ slug: home
|
||||||
hidden: true
|
hidden: true
|
||||||
lang: de
|
lang: de
|
||||||
|
|
||||||
![Seitenlogo]({static}/images/favicon.svg){ height="96pt" }
|
![Seitenlogo]({static}/images/favicon.svg){ style="height: 8em;" }
|
||||||
|
|
||||||
### Ohai,
|
### Ohai,
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ slug: home
|
||||||
hidden: true
|
hidden: true
|
||||||
lang: en
|
lang: en
|
||||||
|
|
||||||
![page logo]({static}/images/favicon.svg){ height="96pt" }
|
![page logo]({static}/images/favicon.svg){ style="height: 8em;" }
|
||||||
|
|
||||||
### Hi there,
|
### Hi there,
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ Als überzeugter Anhänger von Freier & Open Source Software möchte ich nicht n
|
||||||
|
|
||||||
### Freie und Open Source Projekte
|
### Freie und Open Source Projekte
|
||||||
|
|
||||||
- ![small NixOS logo]({static}/images/nixos_emojo.png){ height="12pt"} [NixOS package maintainer](https://github.com/NixOS/nixpkgs/commits?author=schmittlauch) seit 2018
|
- ![small NixOS logo]({static}/images/nixos_emojo.png){ style="height: 1.1em;"} [NixOS package maintainer](https://github.com/NixOS/nixpkgs/commits?author=schmittlauch) seit 2018
|
||||||
- [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub): Haskell-basierte Implementierung der EpiChord DHT als verteiltes Post-Relay, WIP
|
- [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub): Haskell-basierte Implementierung der EpiChord DHT als verteiltes Post-Relay, WIP
|
||||||
- weitere Beiträge auf meinem [GitHub](https://github.com/schmittlauch/) und [Gitea](https://git.orlives.de/schmittlauch) Profil
|
- weitere Beiträge auf meinem [GitHub](https://github.com/schmittlauch/) und [Gitea](https://git.orlives.de/schmittlauch) Profil
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ I am passionate about Free and Open Source software and would like to work not o
|
||||||
|
|
||||||
### Free and Open Source Work
|
### Free and Open Source Work
|
||||||
|
|
||||||
- ![small NixOS logo]({static}/images/nixos_emojo.png){ height="12pt"} [NixOS package maintainer](https://github.com/NixOS/nixpkgs/commits?author=schmittlauch) since 2018
|
- ![small NixOS logo]({static}/images/nixos_emojo.png){ style="height: 1.1em;"} [NixOS package maintainer](https://github.com/NixOS/nixpkgs/commits?author=schmittlauch) since 2018
|
||||||
- [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub): a Haskell-based implementation of the EpiChord DHT as a distributed post relay, WIP
|
- [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub): a Haskell-based implementation of the EpiChord DHT as a distributed post relay, WIP
|
||||||
- additional contributions can be found on my [GitHub](https://github.com/schmittlauch/) and [Gitea](https://git.orlives.de/schmittlauch) profiles
|
- additional contributions can be found on my [GitHub](https://github.com/schmittlauch/) and [Gitea](https://git.orlives.de/schmittlauch) profiles
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue