File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,18 @@ function Footer() {
3131 members can learn, collaborate, and grow their coding expertise
3232 through a variety of activities and events.
3333 </ p >
34- < div className = "flex flex-col sm:flex-row items-center sm:items-start gap-4 sm: gap-4 md:w-full" >
34+ < div className = "flex flex-col sm:flex-row items-center gap-4 md:w-full" >
3535 < img
3636 src = { SitLogo }
3737 alt = "Symbiosis Logo"
38- className = "h-10 md:h-12"
38+ className = "h-12"
39+ />
40+ < div className = "hidden sm:block w-px h-12 bg-secondary-light" > </ div >
41+ < img
42+ src = { Logo }
43+ alt = "CodeX Logo"
44+ className = "h-16 md:h-20 self-center"
3945 />
40- < div className = "hidden sm:block w-px h-10 bg-secondary-light" />
41- < img src = { Logo } alt = "CodeX Logo" className = "h-10 md:h-12" />
4246 </ div >
4347 </ div >
4448
Original file line number Diff line number Diff line change @@ -39,42 +39,42 @@ function TeamMember({ member, className }) {
3939 className = { `min-w-[330px] max-w-[330px] relative group transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-105 duration-200 cursor-pointer align-middle ${ className } ` }
4040 >
4141 < div className = "align-middle" >
42- < div className = "absolute top-[10%] -left-4 z-10 opacity-0 group-hover:opacity-100 transition-opacity duration-500 " >
42+ < div className = "absolute top-[10%] -left-4 z-10 opacity-100 md:opacity-0 md: group-hover:opacity-100 transition-opacity duration-500" >
4343 < div className = "flex flex-col space-y-4" >
4444 < a
4545 href = { linkedin }
4646 target = "_blank"
4747 rel = "noreferrer"
48- className = "text-white font-sans opacity-0 group-hover:opacity-100 transition-opacity duration-500 delay-100"
48+ className = "text-white font-sans opacity-100 md:opacity-0 md: group-hover:opacity-100 transition-opacity duration-500 delay-100"
4949 >
5050 < img
5151 src = { LinkedInIcon }
5252 alt = "Linkedin"
53- className = "w-10 h-10 sm:w-8 sm:h-8 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
53+ className = "w-10 h-10 sm:w-10 sm:h-10 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
5454 />
5555 </ a >
5656 < a
5757 href = { github }
5858 target = "_blank"
5959 rel = "noreferrer"
60- className = "text-white font-sans opacity-0 group-hover:opacity-100 transition-opacity duration-500 delay-200"
60+ className = "text-white font-sans opacity-100 md:opacity-0 md: group-hover:opacity-100 transition-opacity duration-500 delay-200"
6161 >
6262 < img
6363 src = { GithubIcon }
6464 alt = "Github"
65- className = "w-10 h-10 sm:w-8 sm:h-8 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
65+ className = "w-10 h-10 sm:w-10 sm:h-10 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
6666 />
6767 </ a >
6868 < a
6969 href = { instagram }
7070 target = "_blank"
7171 rel = "noreferrer"
72- className = "text-white font-sans opacity-0 group-hover:opacity-100 transition-opacity duration-500 delay-300"
72+ className = "text-white font-sans opacity-100 md:opacity-0 md: group-hover:opacity-100 transition-opacity duration-500 delay-300"
7373 >
7474 < img
7575 src = { InstagramIcon }
7676 alt = "Instagram"
77- className = "w-10 h-10 sm:w-8 sm:h-8 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
77+ className = "w-10 h-10 sm:w-10 sm:h-10 md:w-10 md:h-10 lg:w-12 lg:h-12 p-2"
7878 />
7979 </ a >
8080 </ div >
You can’t perform that action at this time.
0 commit comments