Small adjustments

This commit is contained in:
Hazem Krimi
2023-12-16 19:35:50 +01:00
parent 2169fcdb11
commit 9b0bc24b6b
4 changed files with 2 additions and 20 deletions
-9
View File
@@ -1,16 +1,7 @@
{{ define "styles" }}
{{ $styles := resources.Get "css/about.css" | toCSS | minify }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
{{ end }}
{{ define "main" }}
{{ partial "breadcrumb.html" . }}
{{ $faceImage := resources.Get "images/big-face.webp" }}
<section>
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" loading="lazy">
{{ .Content }}
</section>
+1 -1
View File
@@ -8,7 +8,7 @@
<section id="intro">
<div>
<h1>Hi! I am <span>Hazem</span>, a software engineer currently working at <a href="https://finteum.com" target="_blank">Finteum</a></h1>
<h1>Hi! I am <span>Hazem</span>,<br> a software engineer currently working at <a href="https://finteum.com" target="_blank">Finteum</a></h1>
<p>I have over two years of experience mainly working on web and cross platform mobile applications in E-Commerce, Fintech, Auditing and Compliance.</p>
<div id="action-buttons">
<a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a>