Improve breadcrumb styles and fix urls

This commit is contained in:
Hazem Krimi
2023-11-14 20:10:28 +01:00
parent 84cd9fde72
commit 6d9b8345e9
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@
.breadcrumb li:not(:last-child)::after {
content: '';
margin: 0rem .5rem;
}
.breadcrumb a {
+4 -4
View File
@@ -11,8 +11,8 @@
<h1>Hi! I am <span>Hazem</span>, a sofware 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. My role was mainly working on the front-end.</p>
<div id="action-buttons">
<a href="/blog">Blog</a>
<a href="/contact">Contact</a>
<a href="{{ urls.JoinPath .Site.BaseURL "blog" }}">Blog</a>
<a href="{{ urls.JoinPath .Site.BaseURL "contact" }}">Contact</a>
</div>
</div>
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face">
@@ -27,7 +27,7 @@
<section id="projects">
<div>
<h2>Projects</h2>
<a class="read-more" href="/projects">
<a class="read-more" href="{{ urls.JoinPath .Site.BaseURL "projects" }}">
View more
</a>
</div>
@@ -42,7 +42,7 @@
<section id="blog">
<div>
<h2>Blog</h2>
<a class="read-more" href="/blog">
<a class="read-more" href="{{ urls.JoinPath .Site.BaseURL "blog" }}">
View more
</a>
</div>
+1 -1
View File
@@ -20,7 +20,7 @@
<a href="{{ $cv.Permalink }}" target="_blank">
Download CV
</a>
<a class="read-more" href="/about">
<a class="read-more" href="{{ urls.JoinPath .Site.BaseURL "about" }}">
Read more
</a>
</div>