From: danix Date: Wed, 1 Mar 2023 09:42:50 +0000 (+0100) Subject: added signature in contact page X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=37ce51473b7359949c4fd667e2cd6cb1115b21ea added signature in contact page --- diff --git a/assets/sass/base/_typography.scss b/assets/sass/base/_typography.scss index 82a5b18..d172291 100644 --- a/assets/sass/base/_typography.scss +++ b/assets/sass/base/_typography.scss @@ -197,7 +197,8 @@ } .screen-reader-text, - .hidden { + .hidden, + .js-hidden { @include hide-visually; } diff --git a/assets/sass/components/_image.scss b/assets/sass/components/_image.scss index 9636a0f..131fa48 100644 --- a/assets/sass/components/_image.scss +++ b/assets/sass/components/_image.scss @@ -60,6 +60,15 @@ } } } + .image.signature { + &.left, + &.right { + max-width: 60%; + } + @media screen and (prefers-color-scheme: dark) { + filter: invert(84%) sepia(12%) saturate(486%) hue-rotate(197deg) brightness(84%) contrast(87%); + } + } .circle > img { @include circle(200px, "block"); diff --git a/layouts/shortcodes/contact.html b/layouts/shortcodes/contact.html index 149aa61..4343809 100644 --- a/layouts/shortcodes/contact.html +++ b/layouts/shortcodes/contact.html @@ -40,6 +40,7 @@

Reach out to me

I'm here to help, if you need to talk to me feel free to reach out and tell me whatever you need help with, I'll be happy to find some time to discuss the matter with you!

+ signed by danix