From 713613cc32fc3f8751f90b76ae0c22493615bc7e Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sat, 16 Dec 2023 19:44:07 +0100 Subject: [PATCH] Remove main image from home page --- assets/css/index.css | 7 +------ layouts/index.html | 3 --- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index acbad26..711daee 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -20,12 +20,7 @@ main h1 a { main #intro { display: flex; - column-gap: 1rem; -} - -main #intro img { - width: 19.6875rem; - height: 19.6875rem; + justify-content: space-between; } main #intro #action-buttons { diff --git a/layouts/index.html b/layouts/index.html index f15764c..a913e8b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,8 +4,6 @@ {{ end }} {{ define "main" }} - {{ $faceImage := resources.Get "images/big-face.webp" }} -

Hi! I am Hazem,
a software engineer currently working at Finteum

@@ -15,7 +13,6 @@ Contact
- Hazem Krimi's face