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,9 +0,0 @@
section img {
float: right;
}
@media only screen and (max-width: 1024px) {
section img {
display: none;
}
}
+1 -1
View File
@@ -10,7 +10,7 @@
--footer-light-background: var(--partial-light-background); --footer-light-background: var(--partial-light-background);
--footer-dark-background: var(--partial-dark-background); --footer-dark-background: var(--partial-dark-background);
--header-light-background: var(--partial-light-background); --header-light-background: var(--partial-light-background);
--header-dark-background: #676666; --header-dark-background: var(--partial-dark-background);
--nav-light-background: var(--partial-light-background); --nav-light-background: var(--partial-light-background);
--nav-dark-background: var(--partial-dark-background); --nav-dark-background: var(--partial-dark-background);
--toc-light-background: var(--partial-light-background); --toc-light-background: var(--partial-light-background);
-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" }} {{ define "main" }}
{{ partial "breadcrumb.html" . }} {{ partial "breadcrumb.html" . }}
{{ $faceImage := resources.Get "images/big-face.webp" }}
<section> <section>
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" loading="lazy">
{{ .Content }} {{ .Content }}
</section> </section>
+1 -1
View File
@@ -8,7 +8,7 @@
<section id="intro"> <section id="intro">
<div> <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> <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"> <div id="action-buttons">
<a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a> <a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a>