Skip to content

Commit 7abfdfc

Browse files
authored
Merge pull request #10 from jwala-anirudh/main
WWDC 2025
2 parents d0a41d0 + 0022457 commit 7abfdfc

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/components/experiences.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const Experiences = () => {
7171

7272
{/* Sticky Notes */}
7373
<StickyNote
74-
position="top-[18%] md:top-[18%] left-[4%]"
75-
rotation="rotate-[1.55deg]"
74+
position="top-[14%] md:top-[18%] left-[4%]"
75+
rotation="rotate-[2.8deg]"
7676
quote="For me WWDC watch party served as a hub for community-driven learning, collaboration, and celebration, reinforcing the importance of a supportive and inclusive developer ecosystem"
7777
/>
7878
<StickyNote

src/components/footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const Footer = () => {
2222
Made by developers for developers
2323
</h3>
2424
<h4 className="font-bold text-black/30">Developed in India in 2025</h4>
25+
<div className="h-28" />
2526
</footer>
2627
);
2728
};

src/components/speaker.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ const MeetTheTeam = () => {
1212
return (
1313
<div id="speakers" className="flex flex-col items-center justify-center">
1414
<div className="h-24" />
15-
<h2 className="font-sans font-bold text-3xl md:text-4xl mb-3">
15+
<h2 className="font-sans font-bold text-2xl lg:text-4xl mb-3">
1616
Watch Party Around India Keynote
1717
</h2>
18-
<h4 className="font-sans font-bold text-lg md:text-2xl text-[#A4A4A4]">
18+
<h4 className="font-sans font-bold text-lg lg:text:3xl text-[#A4A4A4]">
1919
Design for India
2020
</h4>
2121
<div className="flex flex-col items-center justify-center max-w-7xl mt-8 px-4">
@@ -47,7 +47,7 @@ const MeetTheTeam = () => {
4747
{speaker.name}
4848
</div>
4949
</div>
50-
<h2 className="font-sans font-semibold text-xl text-center mt-8">
50+
<h2 className="font-sans font-semibold text-base lg:text-xl text-center mt-8">
5151
2025 Apple Design Award Finalist&nbsp;
5252
<span className="text-3xl font-coveredByYourGrace text-[#BDA6A6]">
5353
Denim

0 commit comments

Comments
 (0)