adding links to contact icons on the footer
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { FiFacebook, FiInstagram, FiLinkedin, FiGithub } from "react-icons/fi";
|
import { FiFacebook, FiInstagram, FiLinkedin, FiGithub } from "react-icons/fi";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
const t = useTranslations('footer');
|
const t = useTranslations('footer');
|
||||||
@@ -30,10 +31,10 @@ export default function Footer() {
|
|||||||
|
|
||||||
{/* Links */}
|
{/* 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">
|
<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 />
|
{/* <Link href="" target="_blank"><FiFacebook /></Link> */}
|
||||||
<FiInstagram />
|
{/* <Link href="" target="_blank"><FiInstagram /></Link> */}
|
||||||
<FiLinkedin />
|
<Link href="https://www.linkedin.com/in/math%C3%A9o-guilbert-26a209258/" target="_blank"><FiLinkedin /></Link>
|
||||||
<FiGithub />
|
<Link href="https://github.com/Maethik" target="_blank"><FiGithub /></Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="text-brand-beige/70 font-sans text-sm">{t('copyright')}</p>
|
<p className="text-brand-beige/70 font-sans text-sm">{t('copyright')}</p>
|
||||||
|
|||||||
Vendored
+11
-14
@@ -4,21 +4,17 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "1e867bda506e88c5",
|
"id": "ec0bbf655f2ec34e",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "cb90ccfe4117118f",
|
"id": "224cf476c7b474e6",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"file": "projects/fr/Thence.mdx",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Thence"
|
"title": "Nouvel onglet"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -194,17 +190,18 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "cb90ccfe4117118f",
|
"active": "224cf476c7b474e6",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"projects/en/Thence.mdx",
|
|
||||||
"projects/fr/Thence.mdx",
|
|
||||||
"blog/fr/02.mdx",
|
"blog/fr/02.mdx",
|
||||||
"blog/en/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/fr/01-How-I-built-my-new-website-and-why.mdx",
|
||||||
"blog/en/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",
|
"blog/template.mdx",
|
||||||
"projects/fr/MGDev.mdx",
|
"projects/fr/MGDev.mdx",
|
||||||
"projects/en/MGDev.mdx",
|
"projects/en/MGDev.mdx"
|
||||||
"projects/fr/EverEastSolutions.mdx"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user