fixed portfolio links

This commit is contained in:
ahzek 2025-04-15 12:26:50 +02:00
parent 8e7d3cb8d2
commit d80bbefc5a
2 changed files with 4 additions and 4 deletions

View file

@ -12,14 +12,14 @@
<header class="shadow-lg" style="background-color: var(--bg-dark)"> <header class="shadow-lg" style="background-color: var(--bg-dark)">
<div class="container mx-auto px-4 py-6 flex items-center justify-between"> <div class="container mx-auto px-4 py-6 flex items-center justify-between">
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">
<a href="https://zyciorys.gitlab.io/bartek_piekarski/" target="_blank" class="text-lg font-semibold text-accent hover:text-accent2 transition"> <a href="index.html" target="_blank" class="text-lg font-semibold text-accent hover:text-accent2 transition">
Powrót do CV Powrót do CV
</a> </a>
<div> <div>
<h1 class="text-4xl font-bold mb-2">Moje Portfolio Graficzne</h1> <h1 class="text-4xl font-bold mb-2">Moje Portfolio Graficzne</h1>
</div> </div>
</div> </div>
<a href="en.html" class="flex items-center hover:opacity-80 transition"> <a href="portfolio_en.html" class="flex items-center hover:opacity-80 transition">
<img src="img/united-kingdom.png" alt="English version" width="32" height="32" class="rounded"> <img src="img/united-kingdom.png" alt="English version" width="32" height="32" class="rounded">
</a> </a>
</div> </div>

View file

@ -12,14 +12,14 @@
<header class="shadow-lg" style="background-color: var(--bg-dark)"> <header class="shadow-lg" style="background-color: var(--bg-dark)">
<div class="container mx-auto px-4 py-6 flex items-center justify-between"> <div class="container mx-auto px-4 py-6 flex items-center justify-between">
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">
<a href="https://zyciorys.gitlab.io/bartek_piekarski/" target="_blank" class="text-lg font-semibold text-accent hover:text-accent2 transition"> <a href="en.html" target="_blank" class="text-lg font-semibold text-accent hover:text-accent2 transition">
Back to CV Back to CV
</a> </a>
<div> <div>
<h1 class="text-4xl font-bold mb-2">My Graphic Design Portfolio</h1> <h1 class="text-4xl font-bold mb-2">My Graphic Design Portfolio</h1>
</div> </div>
</div> </div>
<a href="en.html" class="flex items-center hover:opacity-80 transition"> <a href="portfolio.html" class="flex items-center hover:opacity-80 transition">
<img src="img/poland.png" alt="Polska wersja" width="32" height="32" class="rounded"> <img src="img/poland.png" alt="Polska wersja" width="32" height="32" class="rounded">
</a> </a>
</div> </div>