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
18 changes: 5 additions & 13 deletions app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@ const Hero = () => {
{/* Text Content - On Left */}
<div className="lg:w-1/2 flex-shrink-0 text-center lg:text-left">
<div className="mb-12 sm:mb-16 flex justify-center lg:justify-start lg:mt-12">
<Image
src="/winter-logo.jpg"
alt="PICT OSS Community Logo"
width={400}
height={300}
className="w-auto h-auto
max-w-[200px]
sm:max-w-[250px]
md:max-w-[300px]
lg:max-w-[350px]
xl:max-w-[450px]"
priority
/>
<h1 className="font-mono font-bold text-2xl text-black dark:text-white">
<h1 className="font-mono font-bold text-2xl text-black dark:text-white">
PICT
</h1>

</div>

<p className="text-lg sm:text-xl lg:text-2xl font-mono text-gray-700 mb-8 max-w-lg mx-auto lg:mx-0 leading-relaxed">
Expand Down
11 changes: 4 additions & 7 deletions app/wrapped/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@ const WrappedPage = () => {
<div className="text-center">
<div className="mb-6 sm:mb-8 animate-scaleIn" style={{ animation: 'scaleIn 2s ease-out' }}>
<div className="inline-block mb-3 sm:mb-4 hover:scale-110 transition-transform duration-500 animate-float" style={{ animation: 'float 4s ease-in-out infinite 1s' }}>
<Image
src="/winter-logo.jpg"
alt="OSS Community Logo"
width={300}
height={300}
className="pixelated-border w-[200px] h-[200px] sm:w-[250px] sm:h-[250px] md:w-[300px] md:h-[300px]"
/>
<h2 className="font-mono font-bold text-xl text-black">
Social Winter of Code
</h2>

</div>
</div>

Expand Down
Binary file modified public/winter-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.