diff --git a/.gitignore b/.gitignore index fd3dbb5..2271c73 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# IDE stuff +.idea \ No newline at end of file diff --git a/public/icons/front-chapter-en.svg b/public/icons/front-chapter-en.svg new file mode 100644 index 0000000..99f31d1 --- /dev/null +++ b/public/icons/front-chapter-en.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/icons/stars-zinc.svg b/public/icons/stars-zinc.svg new file mode 100644 index 0000000..a359efe --- /dev/null +++ b/public/icons/stars-zinc.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 8d192cf..d6c9f69 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -1,11 +1,67 @@ import Image from "next/image"; import Link from "next/link"; +import React from "react"; +import { FaFigma, FaInstagram } from "react-icons/fa"; +import { GrSwift } from "react-icons/gr"; +import { IoIosClose, IoLogoGithub } from "react-icons/io"; +import { RiLinkedinLine, RiTelegramLine } from "react-icons/ri"; +import { SiPhp } from "react-icons/si"; + +const defaultIconSize = 28; +const socialIcons = [ + { + icon: , + title: "اینستاگرام", + link: "https://www.instagram.com/frontchapter", + }, + { + icon: , + title: "لینکدین", + link: "https://www.linkedin.com/company/frontchapter", + }, + { + icon: , + children: ( +
+ + کانال تلگرام + + {" - "} + + گروه تلگرام + +
+ ), + }, + { + icon: ( + stars + ), + title: "همایش ۱۴۰۰", + link: "https://conf1400.frontchapter.ir/", + }, +]; +const programmingIcons = [ + { icon: }, + { icon: }, + { icon: }, + { icon: }, +]; const Footer = () => { return ( -