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>
|
||||
<div className="flex gap-6 text-[10px] font-mono tracking-[0.2em] uppercase mt-4">
|
||||
<a
|
||||
href="https://git.georgew.dev"
|
||||
href="https://git.georgew.dev/georgew"
|
||||
className="text-neutral-500 hover:text-white transition-colors"
|
||||
>
|
||||
Git
|
||||
</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"
|
||||
>
|
||||
LinkedIn
|
||||
|
|
@ -63,7 +63,7 @@ export default function Home() {
|
|||
|
||||
{/* Main Bento Grid */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-6 gap-6">
|
||||
{/* Top Row Left: The Architect */}
|
||||
{/* Top Row Left: Technical Focus */}
|
||||
<motion.div
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue