From 75ad59158c90438484675edd4008f7aaa91fe587 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 24 May 2024 18:55:51 +0100 Subject: [PATCH] resolved hero hover, icons. removed unnecessary pngs --- src/lib/Data/projects.json | 6 ++ src/lib/Data/work.json | 2 +- src/lib/Home/Hero.svelte | 92 +++++++++++++++++++++++++- src/lib/Theme.svelte | 47 +++++++------ static/images/openGraph/image-01.webp | Bin 8366 -> 0 bytes static/images/openGraph/image-02.webp | Bin 9756 -> 0 bytes static/images/openGraph/image-03.webp | Bin 24412 -> 0 bytes static/images/openGraph/img-1.jpg | Bin 14745 -> 0 bytes static/images/openGraph/img-2.jpg | Bin 15530 -> 0 bytes static/images/openGraph/img-3.jpeg | Bin 81478 -> 0 bytes static/images/projects/icc.png | Bin 0 -> 132422 bytes 11 files changed, 122 insertions(+), 25 deletions(-) delete mode 100644 static/images/openGraph/image-01.webp delete mode 100644 static/images/openGraph/image-02.webp delete mode 100644 static/images/openGraph/image-03.webp delete mode 100644 static/images/openGraph/img-1.jpg delete mode 100644 static/images/openGraph/img-2.jpg delete mode 100644 static/images/openGraph/img-3.jpeg create mode 100644 static/images/projects/icc.png diff --git a/src/lib/Data/projects.json b/src/lib/Data/projects.json index 3e81d10..a5ed16e 100644 --- a/src/lib/Data/projects.json +++ b/src/lib/Data/projects.json @@ -1,4 +1,10 @@ [ + { + "title": "Construction Cost Analysis", + "description": "Objective of this project is to utilise data analytics to design a highly accurate predictive model for building costs.", + "link": "https://rpubs.com/abhishzk/icc-cost-analysis", + "image": "/images/projects/icc.png" + }, { "title": "Data Visualization", "description": "Visualizing the India's development journey through 10 correlation points which are shown in public tableau.", diff --git a/src/lib/Data/work.json b/src/lib/Data/work.json index e1775eb..7baf743 100644 --- a/src/lib/Data/work.json +++ b/src/lib/Data/work.json @@ -8,7 +8,7 @@ }, { "institution": "Infosys BPM Ltd", - "role": "Process Executive", + "role": "Business Process Consultant", "location": "Athlone, IE", "duration": "Jan 2022 - May 2022", "short": "infosys" diff --git a/src/lib/Home/Hero.svelte b/src/lib/Home/Hero.svelte index d4ed049..ccb95e8 100644 --- a/src/lib/Home/Hero.svelte +++ b/src/lib/Home/Hero.svelte @@ -1,4 +1,4 @@ - + +
+
+
+ Drawing of Abhishek Kumar's headshot +
+
+

+ Hi, I'm Abhishek! +

+
+
+
traits{'[] '}abhishzk{' ='}
+
{'{'}
+
+
{'}'}
+
+
+
+
+ + + diff --git a/src/lib/Theme.svelte b/src/lib/Theme.svelte index b8f6aab..6b9d85b 100644 --- a/src/lib/Theme.svelte +++ b/src/lib/Theme.svelte @@ -1,7 +1,7 @@