22import { Separator } from "./ui/separator" ;
33import ccLogo from "../assets/codechef_logo.svg" ;
44import Image from "next/image" ;
5- import { Instagram , Linkedin , Youtube } from "lucide-react" ;
5+ import { Instagram , Linkedin , Youtube , Github } from "lucide-react" ;
66import meta_icon from "../assets/meta_icon.svg" ;
77import x_twitter_icon from "../assets/x_twitter_icon.svg" ;
88import meta_icon_dark from "../assets/meta_icon_dark.svg" ;
@@ -24,21 +24,18 @@ export default function Footer() {
2424 return (
2525 < div className = "mx-auto flex flex-col items-center justify-between gap-y-12 pt-12 md:pt-8 lg:w-full lg:flex-row lg:justify-around lg:px-12 mb-4" >
2626 < div className = "flex items-center" >
27- < Link
28- href = "/"
29- className = "jost bg-gradient-to-r from-[#562EE7] to-[rgba(116,128,255,0.8)] bg-clip-text text-center text-3xl font-bold text-transparent dark:from-[#562EE7] dark:to-[#FFC6E8] md:w-[60%] md:text-6xl"
30- >
27+ < h1 className = "jost bg-gradient-to-r from-[#562EE7] to-[rgba(116,128,255,0.8)] bg-clip-text text-center text-3xl font-bold text-transparent lg:text-5xl 2xl:text-6xl dark:from-[#562EE7] dark:to-[#FFC6E8]" >
3128 Papers
32- </ Link >
29+ </ h1 >
3330 < Separator orientation = "vertical" className = "mx-3 h-full min-h-20" />
34- < div className = "flex items-center gap-2 " >
31+ < div className = "flex items-center" >
3532 < Image
3633 src = { ccLogo as HTMLImageElement }
3734 alt = "codechef-logo"
3835 height = { 70 }
3936 width = { 70 }
4037 />
41- < p className = "jost text-2xl font-bold lg:text-4xl whitespace-nowrap " > CodeChef-VIT</ p >
38+ < p className = "jost text-2xl font-bold lg:text-4xl" > CodeChef-VIT</ p >
4239 </ div >
4340 </ div >
4441
@@ -53,6 +50,9 @@ export default function Footer() {
5350 < Link href = "https://www.youtube.com/@CodeChefVIT" >
5451 < Youtube />
5552 </ Link >
53+ < Link href = "https://github.com/CodeChefVIT" >
54+ < Github />
55+ </ Link >
5656 < Link href = "https://www.facebook.com/codechefvit/" >
5757 < Image
5858 src = { isDarkMode ? meta_icon_dark : meta_icon }
0 commit comments