Homelab vs Github
This commit is contained in:
BIN
public/gh_down.png
Normal file
BIN
public/gh_down.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
public/homelab_down.png
Normal file
BIN
public/homelab_down.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -29,6 +29,27 @@ export function About() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ export function Footer() {
|
|||||||
{/* Branding & Attribution */}
|
{/* Branding & Attribution */}
|
||||||
<div className="flex flex-col items-center gap-2 text-center">
|
<div className="flex flex-col items-center gap-2 text-center">
|
||||||
<p className="text-gray-500 text-xs tracking-wide">
|
<p className="text-gray-500 text-xs tracking-wide">
|
||||||
© {currentYear} • Space-Banane • Love from Space
|
© {currentYear} • Space-Banane
|
||||||
</p>
|
</p>
|
||||||
<div className="flex items-center gap-3 text-[10px] text-gray-600 uppercase tracking-[0.2em]">
|
<div className="flex items-center gap-3 text-[10px] text-gray-600 uppercase tracking-[0.2em]">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user