From c5010811f1d64b21b6a8403733df3f8f3f2b8242 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 10:23:38 +0000 Subject: Add image optimization for generation --- src/pages/index.njk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.njk b/src/pages/index.njk index d2c231e..ea7a9a2 100644 --- a/src/pages/index.njk +++ b/src/pages/index.njk @@ -1,10 +1,7 @@ --- layout: layouts/page.njk --- - - - Picture of Kevin Hoerr - +{% image "src/images/main.png", "Picture of Kevin Hoerr", "350px", "350" %}

Hello!

I'm a computer science and math graduate from Millersville University. I work as a Solutions Architect and specialize in development operations and systems validation for web applications.

-- cgit