Fixed favicon and updated title from the architect
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-02-03 15:26:42 +01:00
parent f09b403282
commit 14173ff9ad
3 changed files with 14 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -71,7 +71,7 @@ export default function Home() {
<div className="flex-[1.5] flex flex-col justify-between relative z-10">
<div>
<h2 className="text-3xl font-bold mb-4 tracking-tight">
The Architect
Technical Focus
</h2>
<p className="text-base text-neutral-400 leading-relaxed max-w-lg">
Bridging the gap between rigid regulatory requirements and

View file

@ -1,7 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0a0a0a"/>
<text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle"
fill="#f97316" font-family="monospace" font-weight="bold" font-size="20">
&lt; &gt;
<rect width="32" height="32" rx="8" fill="#0a0a0a"/>
<text
x="50%"
y="52%"
dominant-baseline="middle"
text-anchor="middle"
fill="#f97316"
font-family="system-ui, sans-serif"
font-weight="900"
font-size="22"
style="transform-origin: center; transform: scale(1, 1.2);"
>
&lt;&gt;
</text>
</svg>

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 409 B