Skip to content

Commit 571fb83

Browse files
authored
Merge pull request #281 from ketankauntia/chore/add-dashboard-org
Added GSOC ORGS to /dashboard
2 parents 9cf574e + adfbeea commit 571fb83

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

apps/web/src/components/landing-sections/Hero.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { useAnalytics } from "@/hooks/useAnalytics";
99

1010
const Hero = () => {
1111
const { trackButtonClick } = useAnalytics();
12-
1312
// Container variants for staggered children animation
1413
const containerVariants = {
1514
hidden: { opacity: 0 },
@@ -38,7 +37,6 @@ const Hero = () => {
3837
const handleGetStartedClick = () => {
3938
trackButtonClick("Get Started", "hero");
4039
};
41-
4240
return (
4341
<div className="w-full min-h-[50dvh] lg:h-[69dvh] relative overflow-hidden z-10 p-4 lg:p-[60px] flex flex-col items-center justify-center gap-6 ">
4442
<Image

apps/web/src/utils/config.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,18 @@ export const projectsOfTheWeek = [
149149
competition: "Very low",
150150
activity: "Highest",
151151
},
152+
{
153+
id: "11",
154+
name: "Gsoc-Orgs",
155+
description:
156+
"Making GSOC journey easier. Helping select orgs, projects, tech-stack for GSOC to increase your chances of getting selected.",
157+
url: "https://github.com/ketankauntia/gsoc-orgs",
158+
avatarUrl: "https://avatars.githubusercontent.com/u/44080191?s=48&v=4",
159+
totalIssueCount: 11,
160+
primaryLanguage: "Typescript",
161+
popularity: "Low",
162+
stage: "Very early",
163+
competition: "Very low",
164+
activity: "Normal",
165+
},
152166
];

0 commit comments

Comments
 (0)