Homelab vs Github

This commit is contained in:
Space-Banane
2026-04-04 22:37:05 +02:00
parent 62991c2269
commit 8d2548c74c
4 changed files with 22 additions and 1 deletions

BIN
public/gh_down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
public/homelab_down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -29,6 +29,27 @@ export function About() {
</div>
</div>
</div>
<div className="max-w-3xl mx-auto">
<div className="mt-6 p-6 rounded-2xl bg-gradient-to-br from-gray-800/20 to-transparent backdrop-blur-sm border border-white/6">
<h3 className="text-2xl font-semibold text-white mb-4">Why I don't (rely on) GitHub vs Why I use my HomeLab</h3>
<div className="flex gap-6 items-center justify-between">
<div className="flex-1 text-center">
<img src="/gh_down.png" alt="GitHub downtime" className="mx-auto h-28 object-contain" />
<h4 className="mt-3 font-medium text-white">GitHub</h4>
<p className="text-gray-400 mt-1">Goes down more.</p>
</div>
<div className="w-px h-24 bg-white/6" />
<div className="flex-1 text-center">
<img src="/homelab_down.png" alt="HomeLab" className="mx-auto h-28 object-contain" />
<h4 className="mt-3 font-medium text-white">HomeLab</h4>
<p className="text-gray-400 mt-1">Goes down less.</p>
</div>
</div>
</div>
</div>
</section>
);
}

View File

@@ -58,7 +58,7 @@ export function Footer() {
{/* Branding & Attribution */}
<div className="flex flex-col items-center gap-2 text-center">
<p className="text-gray-500 text-xs tracking-wide">
&copy; {currentYear} &bull; Space-Banane &bull; Love from Space
&copy; {currentYear} &bull; Space-Banane
</p>
<div className="flex items-center gap-3 text-[10px] text-gray-600 uppercase tracking-[0.2em]">
<a