Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ export default function About() {
<span className="text-green-600 dark:text-yellow-400 text-lg font-mono leading-7 font-bold">make an impact</span>.
</p>
<div style={styles.stats}>
<div className="text-green-600 dark:text-zinc-400 text-lg font-mono leading-7 font-bold">
<div className="text-green-600 dark:text-zinc-400 font-mono leading-7 font-bold">
<h2 style={styles.statNumber}>34+</h2>
<p style={styles.statLabel}>Active Projects</p>
</div>
<div className="text-green-600 dark:text-zinc-400 text-lg font-mono leading-7 font-bold">
<div className="text-green-600 dark:text-zinc-400 font-mono leading-7 font-bold">
<h2 style={styles.statNumber}>500+</h2>
<p style={styles.statLabel}>Total Contributors</p>
</div>
<div className="text-green-600 dark:text-zinc-400 text-lg font-mono leading-7 font-bold">
<div className="text-green-600 dark:text-zinc-400 font-mono leading-7 font-bold">
<h2 style={styles.statNumber}>3800+</h2>
<p style={styles.statLabel}>Community Count</p>
</div>
Expand All @@ -179,11 +179,11 @@ export default function About() {
}}
>
<div className='m-3 w-[60px] h-[60px] bg-cover bg-[url("/contribution.png")] dark:bg-[url("/contribution-dark.png")]'></div>
<h1 className="font-mono text-2xl md:text-6xl font-extrabold tracking-tighter text-[#32a852] dark:text-yellow-400 sm:text-6xl md:text-5xl lg:text-6xl">
<h1 className="font-mono text-2xl sm:text-5xl lg:text-6xl font-extrabold tracking-tighter text-[#32a852] dark:text-yellow-400">
GSOC CONTRIBUTION
</h1>
</div>
<p className="text-zinc-600 dark:text-zinc-400 text-lg font-mono leading-7">Australian Umbrella Org for Open-Source Projects</p>
<p className="text-zinc-600 dark:text-zinc-400 font-mono leading-7">Australian Umbrella Org for Open-Source Projects</p>
<div style={{ width: '100%', height: '400px', marginBottom: '20px' }}>
<Line data={data} options={options} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/apply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function About() {
<Container.Outer className="mt-20 mb-28 ">
<div className='overflow-x-hidden'>
<div className="mt-5 mx-4 md:mx-16">
<h5 className='font-bold text-2xl text-zinc-600 dark:text-zinc-400 text-lg font-mono leading-7'> Learn how to apply for an <span className="text-[#3C982C] dark:text-yellow-400">opportunity</span> to work on open-source projects and gain<span className="text-[#3C982C] dark:text-yellow-400"> real-world experience</span> through Google Summer of Code.</h5>
<h5 className="font-bold text-2xl text-zinc-600 dark:text-zinc-400 font-mono leading-7">Learn how to apply for an <span className="text-[#3C982C] dark:text-yellow-400">opportunity</span> to work on open-source projects and gain<span className="text-[#3C982C] dark:text-yellow-400"> real-world experience</span> through Google Summer of Code.</h5>
<p className='text-zinc-600 mt-4 dark:text-zinc-400 text-lg font-mono leading-7'>
Our application timeline is your step-by-step guide to becoming a part of our open-source community and contributing to projects that are shaping the future of technology. From submitting your proposal to final evaluations, we&apos;ll walk you through the process every step of the way. Don&apos;t miss this opportunity to be a part of something great and apply now!
</p>
Expand Down