Fixed linkedin and git links
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
14173ff9ad
commit
d9df8700b4
|
|
@ -47,13 +47,13 @@ export default function Home() {
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-6 text-[10px] font-mono tracking-[0.2em] uppercase mt-4">
|
<div className="flex gap-6 text-[10px] font-mono tracking-[0.2em] uppercase mt-4">
|
||||||
<a
|
<a
|
||||||
href="https://git.georgew.dev"
|
href="https://git.georgew.dev/georgew"
|
||||||
className="text-neutral-500 hover:text-white transition-colors"
|
className="text-neutral-500 hover:text-white transition-colors"
|
||||||
>
|
>
|
||||||
Git
|
Git
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://linkedin.com/in/georgew"
|
href="https://www.linkedin.com/in/george-webberley/"
|
||||||
className="text-neutral-500 hover:text-white transition-colors"
|
className="text-neutral-500 hover:text-white transition-colors"
|
||||||
>
|
>
|
||||||
LinkedIn
|
LinkedIn
|
||||||
|
|
@ -63,7 +63,7 @@ export default function Home() {
|
||||||
|
|
||||||
{/* Main Bento Grid */}
|
{/* Main Bento Grid */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-6 gap-6">
|
<div className="grid grid-cols-1 md:grid-cols-6 gap-6">
|
||||||
{/* Top Row Left: The Architect */}
|
{/* Top Row Left: Technical Focus */}
|
||||||
<motion.div
|
<motion.div
|
||||||
variants={itemVariants}
|
variants={itemVariants}
|
||||||
className="md:col-span-4 p-8 rounded-3xl bg-neutral-900/50 border border-neutral-800 flex flex-col md:flex-row gap-8 min-h-[300px] overflow-hidden relative"
|
className="md:col-span-4 p-8 rounded-3xl bg-neutral-900/50 border border-neutral-800 flex flex-col md:flex-row gap-8 min-h-[300px] overflow-hidden relative"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue