Skip to content

Commit d4ad11e

Browse files
Merge pull request #180 from sonaligupta08/update-footer
Updated Footer Layout
2 parents fb387ce + 2cbb570 commit d4ad11e

File tree

4 files changed

+3311
-3318
lines changed

4 files changed

+3311
-3318
lines changed

src/components/Footer.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ const footerLinks = [
4141

4242
function FooterUi() {
4343
return (
44-
<footer className="border-t border-slate-800 px-12 pb-4 pt-4 dark:bg-slate-900">
45-
<div className="mx-auto max-w-screen-2xl overflow-hidden px-6 py-4 lg:px-8">
44+
<footer className="border-t border-slate-800 px-4 py-2 dark:bg-slate-900">
45+
<div className="mx-auto max-w-screen-2xl px-2 py-2 ">
4646
<nav
4747
aria-label="Footer"
48-
className="relative z-10 -mb-6 flex justify-center gap-5 sm:space-x-12"
48+
className="relative z-10 flex justify-center gap-5 sm:space-x-12"
4949
>
5050
{footerLinks.map((item) => (
51-
<div key={item.title} className="pb-6">
51+
<div key={item.title} className="pb-2">
5252
<Link
5353
href={item.link}
5454
target={item?.target_blank ? '_blank' : '_self'}
@@ -59,7 +59,7 @@ function FooterUi() {
5959
</div>
6060
))}
6161
</nav>
62-
<div className="mt-8 flex justify-center space-x-10">
62+
<div className="mt-4 flex justify-center space-x-6">
6363
{socialMediaLinks.map((item, idx) => {
6464
const { Icon, Link: link } = item
6565
return (
@@ -70,7 +70,7 @@ function FooterUi() {
7070
target="_blank"
7171
aria-label="social media link"
7272
>
73-
<Icon className="h-6 w-6 fill-slate-400 hover:fill-slate-300 dark:hover:fill-slate-300"></Icon>
73+
<Icon className="h-5 w-5 fill-slate-400 hover:fill-slate-300 dark:hover:fill-slate-300"></Icon>
7474
</Link>
7575
)
7676
})}

src/components/goforgofr/GFGFaq.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const GfgFaq = () => {
2121
},
2222
{
2323
"title": "Have any other queries?",
24-
"description": "Feel free to join our Discord community to start discussions or connect with fellow participants. You can also join the WhatsApp group linked in the registration form. Register now and be part of this exciting event!"
24+
"description": "Feel free to join our Discord community to start discussions or connect with fellow participants. You can also join the WhatsApp group linked in the registration form. "
2525
}
2626
];
2727

src/components/goforgofr/HackathonLinkButton.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ export const HackathonLinkButton = () => {
1212
return (
1313
<div className="left-0 right-0 top-0 z-50 bg-black px-4 py-1 sm:fixed">
1414
<div className="relative z-30 flex items-center justify-center text-center text-white">
15-
<span className="bg-gradient-to-r from-indigo-200 via-sky-400 to-indigo-200 bg-clip-text text-sm font-semibold text-transparent md:text-sm">
16-
🚀 GoFr Summer of Code 2025 is Live. Register Now !
17-
</span>
15+
1816
<Link
1917
href="https://unstop.com/hackathons/gofr-summer-of-code-gofrdev-1488007"
2018
className="group relative flex flex-col items-center gap-1 px-2 text-xs md:text-xs"

0 commit comments

Comments
 (0)