Skip to content

Commit

Permalink
feat(about): Add club photo to About page
Browse files Browse the repository at this point in the history
- Added Cloud Coders Club 2024 group photo to the About page.
  • Loading branch information
TKanX committed Dec 6, 2024
1 parent 30506fa commit 9c2733e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ export default function AboutPage() {
</Head>

<div className='p-8 max-w-screen-2xl mx-auto'>
{/* Club Photo */}
<div className='mb-8 flex justify-center'>
<img
src='/images/assets/club-2024.jpg'
alt='Cloud Coders Club 2024 Group Photo'
className='w-full max-w-2xl rounded-lg shadow-md'
/>
</div>

{/* Page Header */}
<h1 className='text-3xl font-bold mb-6 text-primary'>
About Cloud Coders
Expand Down

0 comments on commit 9c2733e

Please sign in to comment.