logo mit schriftzug

This commit is contained in:
edi 2023-11-19 00:45:34 +01:00
parent 6957bda564
commit 89bf5aa968
4 changed files with 211 additions and 2 deletions

View file

@ -6,7 +6,7 @@ header_image: "images/cover-image.jpg"
header_use_video: false
#
# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling
header_logo: "/ve_logo.svg"
header_logo: "/ve_logo_notext.svg"
#
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
header_headline: "vanilla.engineering"

View file

@ -40,13 +40,20 @@
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 4.5rem;
font-size: 3.3rem;
letter-spacing: -0.12rem;
position: relative;
top: -5.4rem;
left: -3.10rem;
text-shadow: none;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 3rem;
transform: rotate(-6deg);
position: relative;
top: -3.5rem;
}
#blog-logo {

BIN
static/ve_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

202
static/ve_logo_notext.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB