mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-07-01 04:51:25 +00:00
21 lines
738 B
HTML
21 lines
738 B
HTML
{{ $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 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.
|
||
</p>
|
||
<div id="links">
|
||
<a href="{{ $cv.Permalink }}" target="_blank">
|
||
Download CV
|
||
</a>
|
||
<a class="read-more" href="{{ urls.JoinPath .Site.BaseURL "about" }}">
|
||
Read further
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|