Skip to content
Open
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
55 changes: 50 additions & 5 deletions pages/kuwait.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ export default function ExampleCity() {
),
'All this, for free?': (
<>
Yep! Food, swag and good vibes are all included. Plus, if youre
Yep! Food, swag and good vibes are all included. Plus, if you're
joining us from afar,{' '}
<Link href="https://gas.hackclub.com/">
well cover the cost of gas or a bus / train ticket
we'll cover the cost of gas or a bus / train ticket
</Link>
.
</>
Expand All @@ -628,7 +628,7 @@ export default function ExampleCity() {
the tools you'll need.
</>
),
'I’m not good at coding. Can I still participate?': (
"I'm not good at coding. Can I still participate?": (
<>
This hackathon is for creatives of all skill levels! We'll have
workshops and other events so join us and let's learn together.
Expand All @@ -640,7 +640,7 @@ export default function ExampleCity() {
<>
The scrappiest thing you can imagine –- jank is encouraged.
Games? Apps? Websites? Programming languages? <em>Hardware?</em>{' '}
You name it! Well have a bunch of resources and mentors to help
You name it! We'll have a bunch of resources and mentors to help
you out.
</>
),
Expand All @@ -666,7 +666,7 @@ export default function ExampleCity() {
),
'What if my parents are concerned?': (
<>
Were here to help! Our parents guide will be released soon, but
We're here to help! Our parents guide will be released soon, but
they can reach out to us at{' '}
{/* TODO: Change this email to your event's email */}
<Link href="[email protected]">
Expand Down Expand Up @@ -812,6 +812,51 @@ export default function ExampleCity() {
<span sx={{ transform: 'scale(2)' }}>・</span>{' '}
<Link href="https://hackclub.com/hackathons">Hackathons</Link>
</Text>

{/* Sponsor Logos Section */}
<Box
sx={{
textAlign: 'center',
padding: '20px 0',
mt: 4,
display: 'flex',
flexDirection: ['column', 'row'],
justifyContent: 'center',
alignItems: 'center',
gap: 4
}}
>
<Heading as="h3" sx={{ mb: 3, width: '100%' }}>
Our Sponsors
</Heading>
<Image
src="/images/sponsors/KTech Logo.jpg"
alt="KTech"
sx={{
maxHeight: '80px',
maxWidth: '200px',
objectFit: 'contain'
}}
/>
<Image
src="/images/sponsors/CNCF main-logo.jpg"
alt="CNCF"
sx={{
maxHeight: '80px',
maxWidth: '200px',
objectFit: 'contain'
}}
/>
<Image
src="/images/sponsors/LF_logo_NEW_Pantone.jpg"
alt="Linux Foundation"
sx={{
maxHeight: '80px',
maxWidth: '200px',
objectFit: 'contain'
}}
/>
</Box>
</Box>
</Box>
)
Expand Down