mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Remove main image from home page
This commit is contained in:
@@ -20,12 +20,7 @@ main h1 a {
|
|||||||
|
|
||||||
main #intro {
|
main #intro {
|
||||||
display: flex;
|
display: flex;
|
||||||
column-gap: 1rem;
|
justify-content: space-between;
|
||||||
}
|
|
||||||
|
|
||||||
main #intro img {
|
|
||||||
width: 19.6875rem;
|
|
||||||
height: 19.6875rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main #intro #action-buttons {
|
main #intro #action-buttons {
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ $faceImage := resources.Get "images/big-face.webp" }}
|
|
||||||
|
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<div>
|
<div>
|
||||||
<h1>Hi! I am <span>Hazem</span>,<br> 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>
|
||||||
@@ -15,7 +13,6 @@
|
|||||||
<a href="{{ urls.JoinPath .Site.BaseURL "contact" }}">Contact</a>
|
<a href="{{ urls.JoinPath .Site.BaseURL "contact" }}">Contact</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" loading="lazy">
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="about">
|
<section id="about">
|
||||||
|
|||||||
Reference in New Issue
Block a user