adding links to contact icons on the footer

This commit is contained in:
2026-04-30 09:53:56 +02:00
parent a0c784dbd4
commit 2be12fd62b
2 changed files with 16 additions and 18 deletions
+5 -4
View File
@@ -1,5 +1,6 @@
import { FiFacebook, FiInstagram, FiLinkedin, FiGithub } from "react-icons/fi";
import { useTranslations } from "next-intl";
import Link from "next/link";
export default function Footer() {
const t = useTranslations('footer');
@@ -30,10 +31,10 @@ export default function Footer() {
{/* Links */}
<div className="w-4/5 border-t border-brand-beige/20 pt-4 flex flex-row justify-center items-center gap-6 text-2xl">
<FiFacebook />
<FiInstagram />
<FiLinkedin />
<FiGithub />
{/* <Link href="" target="_blank"><FiFacebook /></Link> */}
{/* <Link href="" target="_blank"><FiInstagram /></Link> */}
<Link href="https://www.linkedin.com/in/math%C3%A9o-guilbert-26a209258/" target="_blank"><FiLinkedin /></Link>
<Link href="https://github.com/Maethik" target="_blank"><FiGithub /></Link>
</div>
<p className="text-brand-beige/70 font-sans text-sm">{t('copyright')}</p>
+11 -14
View File
@@ -4,21 +4,17 @@
"type": "split",
"children": [
{
"id": "1e867bda506e88c5",
"id": "ec0bbf655f2ec34e",
"type": "tabs",
"children": [
{
"id": "cb90ccfe4117118f",
"id": "224cf476c7b474e6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "projects/fr/Thence.mdx",
"mode": "source",
"source": false
},
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "Thence"
"title": "Nouvel onglet"
}
}
]
@@ -194,17 +190,18 @@
"obsidian-git:Open Git source control": false
}
},
"active": "cb90ccfe4117118f",
"active": "224cf476c7b474e6",
"lastOpenFiles": [
"projects/en/Thence.mdx",
"projects/fr/Thence.mdx",
"blog/fr/02.mdx",
"blog/en/02.mdx",
"blog/fr/02-Claude-Design-vs-Figma-Make.mdx",
"blog/en/02-Claude-Design-vs-Figma-Make.mdx",
"projects/fr/Thence.mdx",
"projects/en/Thence.mdx",
"blog/fr/01-How-I-built-my-new-website-and-why.mdx",
"blog/en/01-How-I-built-my-new-website-and-why.mdx",
"blog/template.mdx",
"projects/fr/MGDev.mdx",
"projects/en/MGDev.mdx",
"projects/fr/EverEastSolutions.mdx"
"projects/en/MGDev.mdx"
]
}