Skip to content

Commit 9904c0b

Browse files
Merge pull request #689 from reach2saksham/refactor/pages-headers
refactor: remove headers and add tagline and description with consisent and responsive design across pages
2 parents cc9cebf + cf21235 commit 9904c0b

File tree

4 files changed

+32
-22
lines changed

4 files changed

+32
-22
lines changed

src/app/about/page.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,16 @@ export default function About() {
209209
<div className="max-w-4xl mx-auto px-4 text-center">
210210

211211
{/* intro text */}
212-
<div className="my-8">
212+
<div className="mt-20 mb-12">
213213
<motion.p
214-
className="text-base md:text-lg leading-relaxed text-zinc-600 dark:text-zinc-400 font-mono mt-5 mb-10 text-center"
214+
className="text-base md:text-lg leading-relaxed text-zinc-600 dark:text-zinc-400 font-mono pt-5 mb-10 text-center"
215215
initial={{ opacity: 0 }}
216216
animate={{ opacity: 1 }}
217217
transition={{ duration: 0.8, delay: 0.2 }}
218218
>
219+
<h5 className='font-bold text-3xl md:text-4xl text-zinc-900 dark:text-zinc-100 font-mono leading-tight mb-6 text-center'>
220+
Get to know our <span className="text-[#00843D] dark:text-yellow-400">Community</span>
221+
</h5>
219222
<span className="text-[#32a852] font-bold">AOSSIE</span> (Australian Open
220223
Source Software Innovation and Education) is a not-for-profit
221224
organization dedicated to project-based innovation-focused and

src/app/projects/page.jsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,26 @@ export default function Projects() {
180180
<>
181181
<Container className="mt-20 mb-28">
182182
<Container.Inner>
183+
{/* intro text */}
184+
<div className="mt-20 mb-12">
185+
<motion.div
186+
className="pt-5 mb-10 text-center"
187+
initial={{ opacity: 0 }}
188+
animate={{ opacity: 1 }}
189+
transition={{ duration: 0.8, delay: 0.2 }}
190+
>
191+
<h5 className="font-bold text-3xl md:text-4xl text-zinc-900 dark:text-zinc-100 font-mono leading-tight mb-6 text-center">
192+
Projects That Create an {' '}
193+
<span className="text-[#00843D] dark:text-yellow-400">
194+
Impact
195+
</span>
196+
</h5>
197+
<p className="text-base md:text-lg leading-relaxed text-zinc-600 dark:text-zinc-400 font-mono text-center">
198+
Free, open-source, and built by a global community of developers, designers, researchers, and innovators.
199+
</p>
200+
</motion.div>
201+
</div>
202+
183203
<div className="mb-16 grid grid-cols-1 gap-x-8 gap-y-16 lg:grid-cols-3">
184204
{projects
185205
.slice()

src/components/apply/ApplyHeader.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export function ApplyHeader({ children }) {
2626
initial={{ opacity: 0, x: -50 }}
2727
animate={{ opacity: 1, x: 0 }}
2828
transition={{ duration: 0.8 }}
29-
className="mt-5 mx-4 md:mx-16 text-center md:text-left"
29+
className="mt-5 mb-12 mx-4 md:mx-16 text-center flex flex-col items-center justify-center"
3030
>
31-
<h5 className='font-bold text-3xl md:text-4xl text-zinc-900 dark:text-zinc-100 font-mono leading-tight mb-6'>
31+
<h5 className='font-bold text-3xl md:text-4xl text-zinc-900 dark:text-zinc-100 font-mono leading-tight mb-6 text-center'>
3232
Your Journey to <span className="text-[#00843D] dark:text-yellow-400">Open Source</span>
3333
</h5>
34-
<p className='text-zinc-600 dark:text-zinc-400 text-lg font-mono leading-8 max-w-4xl'>
34+
<p className='text-zinc-600 dark:text-zinc-400 text-lg font-mono leading-8 max-w-4xl text-center'>
3535
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!
3636
</p>
3737
</motion.div>

src/components/ideas/IdeasHeader.jsx

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,11 @@ export function IdeasHeader({ validIdeasData, currentYear = 2025, children }) {
1111
initial={{ opacity: 0, scale: 0.9 }}
1212
animate={{ opacity: 1, scale: 1 }}
1313
transition={{ duration: 0.8 }}
14-
className="ideas-text flex items-center justify-center mb-8 relative"
14+
className="ideas-text flex items-center justify-center pt-5 relative"
1515
>
16-
<div
17-
className="hidden md:block w-[75px] h-[75px] m-2 bg-cover bg-center dark:bg-[url('/logo.png')] bg-[url('/logo.png')] absolute left-10"
18-
alt="GSOC Logo"
19-
></div>
20-
21-
22-
<h1 className="font-mono text-6xl font-extrabold tracking-tighter text-[#32a852] dark:text-yellow-400 sm:text-5xl md:text-5xl lg:text-6xl text-center">
23-
IDEAS
24-
</h1>
25-
26-
<div
27-
className="hidden md:block w-[75px] h-[75px] m-2 bg-cover bg-center absolute right-10"
28-
style={{ backgroundImage: "url('/logo.png')" }}
29-
aria-label="Logo"
30-
></div>
31-
16+
<h5 className='font-bold text-3xl md:text-4xl text-zinc-900 dark:text-zinc-100 font-mono leading-tight mb-6 text-center'>
17+
<span className="text-[#00843D] dark:text-yellow-400">Think.</span> Build. Ship.
18+
</h5>
3219
</motion.div>
3320
<motion.p
3421
initial={{ opacity: 0, y: 20 }}

0 commit comments

Comments
 (0)