Skip to content

Commit

Permalink
feat: add changes for hacktoberfest 2024 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware authored Oct 3, 2024
1 parent 4bf3437 commit ba91c49
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 30 deletions.
Binary file removed public/hacktoberfest-logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/hacktoberfest-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/razorpay-hacktoberfest-site-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/razorpay-hacktoberfest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = () => (
>
{/* Copyrights */}
<div className="mt-8 md:mt-0 font-medium text-slate-500 text-center md:text-left whitespace-nowrap">
<span>© Razorpay 2023. All Rights Reserved.</span>
<span>© Razorpay 2024. All Rights Reserved.</span>
</div>

{/* Website nav links */}
Expand Down
8 changes: 4 additions & 4 deletions src/components/HacktoberfestCallout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HacktoberfestCallout = () => {
return (
<div className="bg-[#110B13] text-[#EEEEEE] [color-scheme:dark] px-8">
<div className="bg-[#1C1C1C] text-[#F3F0E0] [color-scheme:dark] px-8">
<div className="container mx-auto py-24 flex flex-col-reverse lg:flex-row gap-16 justify-between lg:items-center">
<div className="flex flex-col items-start gap-4">
<h1 className="text-3xl font-bold leading-normal">
Expand All @@ -13,14 +13,14 @@ const HacktoberfestCallout = () => {
</p>

<a
href="/hacktoberfest-2023"
className="mt-10 inline-block bg-white px-6 py-2 text-[#110B13] font-semibold rounded-sm transition-colors hover:bg-[#C5BCC4]"
href="/hacktoberfest-2024"
className="mt-10 inline-block bg-[#F3F0E0] px-6 py-2 text-[#1C1C1C] font-semibold rounded-sm transition-colors hover:bg-[#E0DAB8]"
>
Read more
</a>
</div>
<img
src="/hacktoberfest-logo.png"
src="/hacktoberfest-logo.svg"
className="w-full max-w-[400px] xl:max-w-[500px]"
/>
</div>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Footer from '../components/Footer';
import Header from '../components/Header';
import ProjectCard from '../components/Projects/Card';
import { PageData } from './hacktoberfest-2023.page.server';
import { PageData } from './hacktoberfest-2024.page.server';

const Link = (
props: React.DetailedHTMLProps<
Expand Down Expand Up @@ -33,22 +33,24 @@ export const Page = ({ projects }: PageData) => {
className="bg-white rounded-lg"
/>
<h1 className="mt-10 md:mt-24 text-4xl md:text-5xl font-extrabold leading-normal">
Razorpay Hacktoberfest 2023
Razorpay Hacktoberfest 2024
</h1>
<p className="mt-16 text-lg leading-8 text-slate-700 dark:text-slate-400">
<Link href="https://hacktoberfest.com">Hacktoberfest</Link> turned
10 this year 🎉!
<Link href="https://hacktoberfest.com">Hacktoberfest</Link> season
is backk!!
<br />
We at Razorpay are celebrating this milestone by encouraging
developers to make contributions to our open-source repositories.
Whether you are a first-time contributor, or an experienced
open-source developer, we welcome you to join us in this
celebration. Everyone who makes one or more contributions to the{' '}
<br />
We at Razorpay are excited to participate in Hacktoberfest 2024!
Whether you're a first-time contributor or an experienced
open-source developer, we welcome you to join us in contributing to
our open-source repositories. Everyone who makes one or more
contributions to the{' '}
<Link href="https://github.com/orgs/razorpay/repositories">
Razorpay repositories
</Link>{' '}
during Hacktoberfest (October 1st 2023 to October 31st 2023) will
receive special goodies.
during Hacktoberfest (October 1st, 2024 to October 31st, 2024) will
receive special goodies. Let's come together and make an impact in
the open-source community!
</p>

<h2 className="mt-16 text-3xl font-bold">Requirements</h2>
Expand Down Expand Up @@ -126,7 +128,7 @@ export const Page = ({ projects }: PageData) => {
};

export const documentProps = {
title: 'Hacktoberfest 2023 | Razorpay Open Source',
title: 'Hacktoberfest 2024 | Razorpay Open Source',
sitePreview:
'https://opensource.razorpay.com/razorpay-hacktoberfest-site-preview.png',
};
26 changes: 13 additions & 13 deletions src/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{
"html_url": "https://github.com/razorpay/ifsc",
"name": "ifsc",
"categories": ["Finance"],
"stargazers_count": 306,
"categories": ["Finance", "Hacktoberfest"],
"stargazers_count": 338,
"forks": 131,
"description": "🏦 IFSC Codes Repository",
"language": "Go"
Expand All @@ -22,15 +22,15 @@
"html_url": "https://github.com/razorpay/blade",
"name": "blade",
"categories": ["Hacktoberfest", "Design", "Featured"],
"stargazers_count": 341,
"stargazers_count": 503,
"forks": 93,
"description": "Design System that powers Razorpay",
"language": "TypeScript"
},
{
"html_url": "https://github.com/razorpay/razorpay-php",
"name": "razorpay-php",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 169,
"forks": 139,
"description": "Razorpay PHP Library ",
Expand All @@ -39,7 +39,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-python",
"name": "razorpay-python",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 137,
"forks": 108,
"description": "Razorpay Python SDK",
Expand Down Expand Up @@ -93,7 +93,7 @@
{
"html_url": "https://github.com/razorpay/ifsc-api",
"name": "ifsc-api",
"categories": ["Finance"],
"categories": ["Finance", "Hacktoberfest"],
"stargazers_count": 73,
"forks": 39,
"description": "🏦 Standalone API for IFSC codes",
Expand All @@ -111,7 +111,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-ruby",
"name": "razorpay-ruby",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 62,
"forks": 62,
"description": "Razorpay Ruby SDK",
Expand All @@ -129,7 +129,7 @@
{
"html_url": "https://github.com/razorpay/metro",
"name": "metro",
"categories": ["Featured"],
"categories": ["Featured", "Hacktoberfest"],
"stargazers_count": 47,
"forks": 14,
"description": "The Service Bus!",
Expand All @@ -147,7 +147,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-java",
"name": "razorpay-java",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 39,
"forks": 61,
"description": "Razorpay Java SDK",
Expand All @@ -174,7 +174,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-magento",
"name": "razorpay-magento",
"categories": ["Integrations"],
"categories": ["Integrations", "Hacktoberfest"],
"stargazers_count": 27,
"forks": 37,
"description": "Razorpay Payment Extension for Magento",
Expand All @@ -192,7 +192,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-go",
"name": "razorpay-go",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 28,
"forks": 22,
"description": "Razorpay Go SDK",
Expand Down Expand Up @@ -318,7 +318,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-dot-net",
"name": "razorpay-dot-net",
"categories": ["SDKs", "Hacktoberfest"],
"categories": ["SDKs"],
"stargazers_count": 10,
"forks": 36,
"description": "Razorpay .NET SDK",
Expand Down Expand Up @@ -453,7 +453,7 @@
{
"html_url": "https://github.com/razorpay/razorpay-gravity-forms",
"name": "razorpay-gravity-forms",
"categories": ["Integrations"],
"categories": ["Integrations", "Hacktoberfest"],
"stargazers_count": 0,
"forks": 4,
"description": "Razorpay Gravity Forms plugin",
Expand Down

0 comments on commit ba91c49

Please sign in to comment.