Add cover templates

This commit is contained in:
Dennis Reimann
2021-09-27 12:44:01 +02:00
parent d490fb08ed
commit 41db7b25c6
4 changed files with 17 additions and 1 deletions

View File

@@ -19,6 +19,14 @@
width: 21em;
}
& .cover {
display: inline-block;
width: 9em;
max-width: 100%;
margin: 0 var(--space-l) var(--space-l) 0;
border-radius: var(--space-s);
}
& img {
display: block;
width: 100%;
@@ -39,7 +47,7 @@
flex: 0 0 6em;
height: 6em;
border-radius: 50%;
margin: 0 1em 1em 0;
margin: 0 var(--space-l) var(--space-l) 0;
}
& .orange {

View File

@@ -24,6 +24,14 @@ block main
a.telegram(href=assetPath("/img/media/einundzwanzig-telegram.png") target="_blank")
img(src=assetPath("/img/media/einundzwanzig-telegram.png") alt="Telegram")
article
h2 Cover Vorlage
a.cover(href=assetPath("/img/media/einundzwanzig-cover-interview.png") target="_blank")
img(src=assetPath("/img/media/einundzwanzig-cover-interview.png") alt="Cover Interview")
a.cover(href=assetPath("/img/media/einundzwanzig-cover-lesestunde.png") target="_blank")
img(src=assetPath("/img/media/einundzwanzig-cover-lesestunde.png") alt="Cover Lesestunde")
article
h2 Wallpaper
a.wallpaper(href=assetPath("/img/media/einundzwanzig-wallpaper.png") target="_blank")

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB