mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Small adjustments
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user