mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Small adjustments
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
section img {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
|
||||||
section img {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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);
|
||||||
|
|||||||
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user