chore: update about content

This commit is contained in:
2026-05-09 12:45:44 +01:00
parent 152763d9ed
commit 897b52e422
4 changed files with 9 additions and 17 deletions
+4 -3
View File
@@ -1,18 +1,19 @@
{{ $cv := resources.Get "hazem-krimi.pdf" }}
{{ $cv := resources.Get "curriculum-vitae.pdf" }}
{{ $faceImage := resources.Get "images/borded-face.webp" }}
<div id="about-card">
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" />
<div>
<p>
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 crossplatform mobile applications with focus on optimal performance and
delightful user experience using various technologies including JavaScript, TypeScript, Python, C/C++, Go, and Kotlin.
</p>
<div id="links">
<a href="{{ $cv.Permalink }}" target="_blank">
Download CV
</a>
<a class="read-more" href="{{ urls.JoinPath .Site.BaseURL "about" }}">
Read more about me
Read further
</a>
</div>
</div>
+1 -1
View File
@@ -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 }}
</a>
{{ with (and (.InSection ($.Site.GetPage "projects")) .Params.demo) }}