logo mit schriftzug
This commit is contained in:
parent
6957bda564
commit
89bf5aa968
4 changed files with 211 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ header_image: "images/cover-image.jpg"
|
||||||
header_use_video: false
|
header_use_video: false
|
||||||
#
|
#
|
||||||
# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling
|
# 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
|
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
|
||||||
header_headline: "vanilla.engineering"
|
header_headline: "vanilla.engineering"
|
||||||
|
|
|
||||||
|
|
@ -40,13 +40,20 @@
|
||||||
|
|
||||||
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
|
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
|
||||||
font-family: "gidole", sans-serif;
|
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 {
|
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||||
font-family: "angelina", sans-serif;
|
font-family: "angelina", sans-serif;
|
||||||
color: #5d2169;
|
color: #5d2169;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
transform: rotate(-6deg);
|
transform: rotate(-6deg);
|
||||||
|
position: relative;
|
||||||
|
top: -3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#blog-logo {
|
#blog-logo {
|
||||||
|
|
|
||||||
BIN
static/ve_logo.png
Normal file
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
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 |
Loading…
Reference in a new issue