From ea94b7768cb1426234b3f637e9ea58df99278a6a Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 9 Feb 2021 07:54:00 +0100 Subject: [PATCH] Added bg pattern, updated greeting text New dot matrix pattern multiplied with the pattern.gif image. Added a more colorful greeting text. Removed redundant indentation of JS --- public/assets/css/style.css | 9 ++++++--- public/index.html | 29 +++++++++++++++-------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index e50a0c3..c9f34da 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -83,12 +83,15 @@ h2 span { /* Layout */ main { + --grid-spacing: 30px; + margin: auto; max-width: 200vh; - background: url("../img/pattern.gif"); - background-size: auto 90%; + background: radial-gradient(circle, rgba(0,0,0,.2) 1px, rgba(0,0,0,0) 1px), url("../img/pattern.gif"); + background-size: var(--grid-spacing) var(--grid-spacing), auto 90%; background-position: 100% 100%; - background-repeat: no-repeat; + background-repeat: repeat,no-repeat; + background-blend-mode: multiply; image-rendering: pixelated; image-rendering: -moz-crisp-edges; } diff --git a/public/index.html b/public/index.html index c264d1e..733d251 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,8 @@

full-stack web developer

-

I create things with code, and usually design things for humans to interact with my code. I'm also a true wannabe jack of all trades; and a coffee-loving non-coffee snob.

+

I create things with code. The things I've created for the public reside as open-source repositories on GitHub, the rest you'll be lucky to hear about some day.

+

Other topics (seemingly irrelevant to programming) I find facinating include but is in no way limited to astronomy, psychology, sociology, economics, ...

hello@victorwesterlund.com​(PGP Key)

@@ -41,20 +42,20 @@