From 6b3ce906f1d907df7d989e9c621c3c480964cedb Mon Sep 17 00:00:00 2001 From: Shravani Chendwankar Date: Thu, 23 Jan 2025 12:42:23 +0530 Subject: [PATCH 1/6] add creative hover effect for Apply to GSoC link --- src/components/Banner.jsx | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index 44a482d..7f6d99b 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -4,22 +4,33 @@ import { Pattern } from '@/components/Pattern'; export function Banner() { return ( -
+
- + - +

Launch into AOSSIE's open-source world through GSoC!

-

- Learn how to apply for an opportunity to work on open-source projects and gain real-world experience through Google Summer of Code. +

+ Learn how to apply for an opportunity to work on open-source + projects and gain real-world experience through Google Summer of + Code.

@@ -27,5 +38,5 @@ export function Banner() {
- ); + ) } From a39e649c8333d97d32160ea569dd980c56756d94 Mon Sep 17 00:00:00 2001 From: Shravani Chendwankar Date: Thu, 23 Jan 2025 12:55:02 +0530 Subject: [PATCH 2/6] add creative hover effect for Apply to GSoC with Aossie --- src/components/Banner.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index 7f6d99b..db8ece9 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -29,7 +29,7 @@ export function Banner() { - Apply to GSoC with AOSSIE + Apply to GSoC with AOSSIE From d5a67d931a8f8a52dbd24cffdf624e7b4097fa6e Mon Sep 17 00:00:00 2001 From: Shravani Chendwankar Date: Thu, 23 Jan 2025 13:09:12 +0530 Subject: [PATCH 3/6] add creative hover effect for Apply to GSoC with Aossie --- src/components/Banner.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index db8ece9..7f6d99b 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -29,7 +29,7 @@ export function Banner() { - Apply to GSoC with AOSSIE + Apply to GSoC with AOSSIE From ce88b7ecd39c7df300316e7023bd843b4a11478c Mon Sep 17 00:00:00 2001 From: Shravani Chendwankar Date: Thu, 23 Jan 2025 14:26:17 +0530 Subject: [PATCH 4/6] add href to project link --- src/components/Card.jsx | 2 +- src/pages/projects.jsx | 44 +++++++++++++++++++++++++---------------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/src/components/Card.jsx b/src/components/Card.jsx index 910d199..812c6fe 100644 --- a/src/components/Card.jsx +++ b/src/components/Card.jsx @@ -55,7 +55,7 @@ Card.Cta = function CardCta({ children }) { return (