From 897b52e4222e8408b6f018c534d33aac8438b902 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sat, 9 May 2026 12:45:44 +0100 Subject: [PATCH] chore: update about content --- content/about.md | 6 ++++-- layouts/index.html | 11 ----------- layouts/partials/about-card.html | 7 ++++--- layouts/partials/card.html | 2 +- 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/content/about.md b/content/about.md index 90bf3c3..e153ddd 100644 --- a/content/about.md +++ b/content/about.md @@ -7,7 +7,7 @@ date: 2023-10-18 ## About -Hi again! So, you want to know more about me! We'll go through how I got into tech, my education and my career and some other things you might find interesting. Hopefully you enjoy reading about me and I am looking forward to chat! +Hi there! So, you want to know more about me! We'll go through how I got into tech, my education and my career and some other things you might find interesting. Hopefully you enjoy reading about me and I am looking forward to chat! ### How I got into Computer Science and Software Engineering @@ -29,7 +29,9 @@ Then I started working remotely in a company based in the UK called [Cielo Costa Afterwards, I started working at [Finteum](https://finteum.com) which is creating a global financial market for intraday liquidity, enabling interbank lending for hours at a time. -Currently, I am working at [ProveAI](https://proveai.com) which is creating a platform for AI management that helps organizations centralize and manage their AI models while maintaining strict oversight of data access and usage. +Then I worked at a company called [ProveAI](https://proveai.com) for less than a year which is creating a platform for LLM observability that helps organizations centralize and manage their models while maintaining strict oversight of data access and usage while providing insights and recommendations on a model's performance. + +In 2023, I co-founded Crimson Quirks and I provide general IT services alongside custom software development mainly as a contractor with other companies like Fineum and ProveAI. ### My Hobbies diff --git a/layouts/index.html b/layouts/index.html index a5a4e1a..a4ce15a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,19 +4,8 @@ {{ end }} {{ define "main" }} -
-
-

Hi! I am Hazem, a software engineer.

-

I have over three years of experience building web and cross platform mobile applications in E-Commerce, Fintech, Auditing and Compliance.

-
- Blog -
-
-
-

About

-

Tinkering is what got me to where I am now as a professional software engineer.

{{ partial "about-card.html" . }}
diff --git a/layouts/partials/about-card.html b/layouts/partials/about-card.html index 5cc7d09..f382300 100644 --- a/layouts/partials/about-card.html +++ b/layouts/partials/about-card.html @@ -1,18 +1,19 @@ -{{ $cv := resources.Get "hazem-krimi.pdf" }} +{{ $cv := resources.Get "curriculum-vitae.pdf" }} {{ $faceImage := resources.Get "images/borded-face.webp" }}
Hazem Krimi's face

- I am a software engineer with an extensive experience building AI-powered and user-friendly web and cross-platform mobile applications using various technologies including React, React Native, TypeScript, Golang, Rust, Kotlin and Scala to name a few. + I am a software engineer with an extensive experience building web and cross‑platform mobile applications with focus on optimal performance and +delightful user experience using various technologies including JavaScript, TypeScript, Python, C/C++, Go, and Kotlin.

diff --git a/layouts/partials/card.html b/layouts/partials/card.html index 76b31b6..412d119 100644 --- a/layouts/partials/card.html +++ b/layouts/partials/card.html @@ -14,7 +14,7 @@ {{ if (.InSection ($.Site.GetPage "projects")) }} Source code {{ readFile "assets/icons/arrow.svg" | safeHTML }} {{ else }} - Read this blog post {{ readFile "assets/icons/arrow.svg" | safeHTML }} + Read post {{ readFile "assets/icons/arrow.svg" | safeHTML }} {{ end }} {{ with (and (.InSection ($.Site.GetPage "projects")) .Params.demo) }}