From a9a5ea96029144ed61f5d54918fb850bf0f001bf Mon Sep 17 00:00:00 2001 From: edpibu Date: Tue, 22 Dec 2020 10:34:12 +0100 Subject: [PATCH] Improved SEO: meta description, meta robots, replaced second h1 with h2 --- css/index.css | 12 ++++++------ index.html | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/css/index.css b/css/index.css index b7bca57..19b306c 100644 --- a/css/index.css +++ b/css/index.css @@ -20,7 +20,7 @@ z-index: 1; } -.left h1 { +.left h1, .left h2 { font-family: 'IBM Plex Serif', serif; position: absolute; @@ -31,11 +31,11 @@ width: 100%; } -.left h1:first-of-type { +.left h2 { top: calc( 50% - 1em ); font-weight: 800; } -.left h1:last-of-type { +.left h1 { bottom: calc( 50% - 1em ); font-weight: 300; } @@ -82,20 +82,20 @@ footer a:active { right: 60%; } - .left h1 { + .left h1, .left h2 { text-align: right; padding-right: 1em; } } @media screen and (min-width: 1024px) { - .left h1 { + .left h1, .left h2 { font-size: 4rem; } } @media screen and ((max-width: 700px) and (orientation: landscape)) { - .left h1 { + .left h1, .left h2 { font-size: 2rem; padding-right: .5em; } diff --git a/index.html b/index.html index 463fd22..fa34770 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,10 @@ + Edgar P. Burkhart + @@ -38,7 +40,7 @@
-

Edgar P.

+

Edgar P.

Burkhart