diff --git a/index.html b/index.html
index 1f81217..f0002e9 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
+
Alexandre Pommier - Portfolio
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..bc24f4e
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/components/sections/ContactSection.tsx b/src/components/sections/ContactSection.tsx
index 20c0d23..e6c1cf6 100644
--- a/src/components/sections/ContactSection.tsx
+++ b/src/components/sections/ContactSection.tsx
@@ -1,6 +1,6 @@
import { motion } from "framer-motion";
import { useLanguage } from "@/contexts/LanguageContext";
-import { Mail, Github, Send, Share2 } from "lucide-react";
+import { Mail, Github, Send, Share2, Briefcase } from "lucide-react";
import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
@@ -29,6 +29,12 @@ export const ContactSection = () => {
value: "kinou-p",
href: "https://github.com/kinou-p",
},
+ {
+ icon: ,
+ label: "Malt",
+ value: "Alexandre Pommier",
+ href: "https://www.malt.fr/profile/alexandrepommier",
+ },
];
const handleInputChange = (e: React.ChangeEvent) => {