Skip to content

Commit fc0b8f3

Browse files
committed
logo link
1 parent d9f2d8c commit fc0b8f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
<div class="container mx-auto px-6 py-3 flex justify-between items-center">
165165
<!-- The 'src' path below is root-relative. This is correct for a live server but may not render in some local previews. -->
166166
<a href="#" class="block h-12 w-12">
167-
<img src="/PP_logo_small_transparent.png" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
167+
<img src="./PP_logo_small_transparent.png" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
168+
168169
</a>
169170
<div class="hidden md:flex items-center space-x-4">
170171
<a href="#about" class="text-gray-600 hover:text-cyan-600 transition-colors font-medium hover:bg-cyan-50 px-4 py-2 rounded-lg">About</a>
@@ -428,7 +429,7 @@ <h2 class="text-3xl md:text-4xl font-bold mb-8 text-gray-900">Let’s Build Some
428429
<div class="flex flex-col md:flex-row justify-between items-center gap-6">
429430
<div class="flex items-center">
430431
<a href="#" class="block h-12 w-12 mr-3">
431-
<img src="/PP_logo_small_transparent.png" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
432+
<img src="./PP_logo_small_transparent.png" alt="Peter Pohlschmidt Logo" class="h-full w-full object-contain" onerror="this.style.display='none'; this.parentElement.innerHTML = '<span class=\'text-2xl font-bold text-cyan-500\'>PP</span>';">
432433
</a>
433434
<span class="text-gray-500">© 2025 Kuala Lumpur, Malaysia</span>
434435
</div>

0 commit comments

Comments
 (0)