fixed portfolio links
This commit is contained in:
parent
8e7d3cb8d2
commit
d80bbefc5a
2 changed files with 4 additions and 4 deletions
|
@ -12,14 +12,14 @@
|
|||
<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="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
|
||||
</a>
|
||||
<div>
|
||||
<h1 class="text-4xl font-bold mb-2">Moje Portfolio Graficzne</h1>
|
||||
</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">
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
<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="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
|
||||
</a>
|
||||
<div>
|
||||
<h1 class="text-4xl font-bold mb-2">My Graphic Design Portfolio</h1>
|
||||
</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">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue