Skip to content

Commit ab7d75b

Browse files
committed
finishing changes 1
1 parent 578ccfa commit ab7d75b

File tree

9 files changed

+27
-31
lines changed

9 files changed

+27
-31
lines changed

components/AboutUs.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ import { Card, CardContent } from "../components/card"
55
export default function About() {
66
const features = [
77
{
8-
title: "Learn from Experts",
9-
description: "Get mentored by industry professionals and experienced developers",
8+
title: "Learn from Mentors",
9+
description: "Get mentored by developers with quality experience and knowledge.",
1010
},
1111
{
1212
title: "Build Projects",
13-
description: "Work on real-world projects and build your portfolio",
13+
description: "Contribute to real-world projects and enhance your portfolio.",
1414
},
1515
{
1616
title: "Win Prizes",
17-
description: "Compete for exciting prizes and recognition in the developer community",
17+
description: "Compete for exciting prizes and recognition in the developer community.",
1818
},
1919
]
2020

@@ -29,10 +29,9 @@ export default function About() {
2929
className="max-w-7xl mx-auto"
3030
>
3131
<div className="text-center mb-16">
32-
<h2 className="text-4xl md:text-5xl font-bold text-[#274495] mb-4">About Winter of Code</h2>
32+
<h2 className="text-4xl md:text-5xl font-bold text-[#274495] mb-4">About PWOC</h2>
3333
<p className="text-xl text-[#274495]/100 max-w-3xl font-semibold mx-auto">
34-
Join us in this exciting journey of learning, coding, and building amazing projects during the winter
35-
season.
34+
PWOC - PEC Winter Of Code is an opportunity to enhance your coding skills, collaborate on impactful projects, and learn from industry experts. Whether you're a beginner or an experienced developer, this program offers a structured environment to innovate, build, and grow.
3635
</p>
3736
</div>
3837

components/Timeline.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ import { Card, CardContent } from "../components/card"
44
export default function Timeline() {
55
const timelineEvents = [
66
{
7-
date: "December 1, 2023",
7+
date: "February 10, 2025",
88
title: "Registration Opens",
9-
description: "Start your journey by registering for Winter of Code",
9+
description: "Start your journey by registering for PWOC",
1010
},
1111
{
12-
date: "December 15, 2023",
12+
date: "February 12, 2025",
1313
title: "Project Announcement",
1414
description: "Browse and select from exciting project opportunities",
1515
},
1616
{
17-
date: "January 1, 2024",
17+
date: "February 13, 2025",
1818
title: "Coding Period Begins",
1919
description: "Start working on your projects with mentor guidance",
2020
},
2121
{
22-
date: "February 15, 2024",
22+
date: "March 3, 2025",
2323
title: "Mid-term Evaluations",
2424
description: "Progress check and feedback from mentors",
2525
},
2626
{
27-
date: "March 1, 2024",
27+
date: "March 31, 2025",
2828
title: "Final Submissions",
2929
description: "Submit your completed projects",
3030
},
3131
{
32-
date: "March 15, 2024",
32+
date: "April 5, 2025",
3333
title: "Results & Awards",
3434
description: "Celebration and recognition of achievements",
3535
},
@@ -47,7 +47,7 @@ export default function Timeline() {
4747
>
4848
<div className="text-center mb-16">
4949
<h2 className="text-4xl md:text-5xl font-bold text-[#274495] mb-4">Program Timeline</h2>
50-
<p className="text-2xl text-[#274495]/80 max-w-3xl mx-auto font-semibold">Your journey through Winter of Code</p>
50+
<p className="text-2xl text-[#274495]/80 max-w-3xl mx-auto font-semibold">Your journey through PWOC</p>
5151
</div>
5252

5353
<div className="relative">

components/index/RegistrationCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ export default function Registration() {
1818
<Card className="bg-white/40 backdrop-blur-md border-none shadow-xl overflow-hidden">
1919
<CardContent className="p-8 md:p-12 text-center">
2020
<h2 className="text-2xl md:text-6xl font-bold text-[#274495] mb-6">
21-
Register as a Mentee
21+
Register as Contributor
2222
</h2>
2323
<p className="text-[#274495]/80 text-lg md:text-2xl md:font-semibold mb-8">
24-
Join Winter of Code as a mentee and embark on an exciting journey of learning and growth.
24+
Join PWOC as a contributor and embark on an exciting journey of learning and growth.
2525
Collaborate with experienced mentors, build amazing projects, and take your coding skills to the next level.
2626
</p>
2727
<Button

pages/index.tsx

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Home: NextPage = () => {
2929
<Snowfall />
3030

3131
{/* Navigation */}
32-
<nav className="relative z-10 px-6 py-4">
32+
<nav className="relative z-10 px-6 py-4 bg-black/5">
3333
<div className="max-w-7xl mx-auto flex items-center justify-between">
3434
<Link href="/">
3535
<Image
@@ -70,8 +70,7 @@ const Home: NextPage = () => {
7070
transition={{ duration: 0.8, delay: 0.2 }}
7171
className="text-[#274495] font-bold text-xl md:text-2xl max-w-3xl mx-auto mb-12"
7272
>
73-
Join our winter coding challenge and build amazing projects while learning from the best mentors in the
74-
industry.
73+
Join us this winter for an exciting journey of coding, learning, and contributing to amazing projects.
7574
</motion.p>
7675

7776
<motion.div
@@ -80,16 +79,14 @@ const Home: NextPage = () => {
8079
transition={{ duration: 0.8, delay: 0.4 }}
8180
className="flex flex-col sm:flex-row items-center justify-center gap-4"
8281
>
83-
<Button size="lg" className="bg-white text-[#274495] hover:bg-white/90 hover:bg-[#0B4F6C] hover:text-white px-8">
84-
Get Started
85-
</Button>
86-
<Button
87-
size="lg"
88-
variant="outline"
89-
className="bg-white text-[#274495] hover:bg-[#0B4F6C] hover:text-white px-8"
90-
>
91-
Learn More
92-
</Button>
82+
<Image
83+
src="/assets/logo/pwoc_logo_navy.png"
84+
alt="Winter of Code"
85+
width={250}
86+
height={80}
87+
className="cursor-pointer mix-blend-multiply"
88+
/>
89+
9390
</motion.div>
9491
</div>
9592

public/assets/logo/pwoc_logo.jpg

-14.8 KB
Binary file not shown.

public/assets/logo/pwoc_logo.png

406 KB
Loading
262 KB
Loading

public/favicon.ico

391 KB
Binary file not shown.

public/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)