Skip to content

Commit 9f42dd7

Browse files
lw15 end (supabase#37322)
* end lw15 * join hackathon cta
1 parent 7b91d64 commit 9f42dd7

File tree

6 files changed

+45
-51
lines changed

6 files changed

+45
-51
lines changed

apps/www/components/Hero/Hero.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ const Hero = () => {
1717
<div className="mx-auto max-w-2xl lg:col-span-6 lg:flex lg:items-center justify-center text-center">
1818
<div className="relative z-10 lg:h-auto pt-[90px] lg:pt-[90px] lg:min-h-[300px] flex flex-col items-center justify-center sm:mx-auto md:w-3/4 lg:mx-0 lg:w-full gap-4 lg:gap-8">
1919
<AnnouncementBadge
20-
url="/launch-week#main-stage"
20+
url="/launch-week"
2121
badge="LW15"
22-
announcement={
23-
<>
24-
<span className="hidden md:inline">Day 5: </span>
25-
{announcement.launch}
26-
</>
27-
}
22+
announcement={announcement.launch}
2823
className="lg:-mt-8 mb-4 lg:mb-0"
2924
hasArrow
3025
/>

apps/www/components/LaunchWeek/15/LW15Hackathon.tsx

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,34 @@ const MotionImage = motion(Image)
1111

1212
const LW15Hackathon: FC = () => {
1313
return (
14-
<>
15-
<SectionContainer
16-
className="!max-w-none lg:!container lw-nav-anchor flex flex-col lg:grid lg:grid-cols-5 gap-4 lg:gap-2"
17-
id="build-stage"
18-
>
19-
<LW15HackathonImage className="hidden lg:flex" />
20-
<div className="w-full h-full flex flex-col justify-between gap-4 lg:col-span-3">
21-
<div className="flex flex-col h-full gap-4">
22-
<div className="flex flex-col text-6xl">
23-
<div className="flex justify-between">
24-
<span className="text-foreground-lighter">Hackathon</span>
25-
</div>
26-
<div>Starts this Friday.</div>
14+
<SectionContainer
15+
className="!max-w-none lg:!container lw-nav-anchor flex flex-col lg:grid lg:grid-cols-5 gap-4 lg:gap-2"
16+
id="build-stage"
17+
>
18+
<LW15HackathonImage className="hidden lg:flex" />
19+
<div className="w-full h-full flex flex-col justify-between gap-4 lg:col-span-3">
20+
<div className="flex flex-col h-full gap-4">
21+
<div className="flex flex-col text-6xl">
22+
<div className="flex justify-between">
23+
<span className="text-foreground-lighter">Hackathon</span>
2724
</div>
25+
<div>Starts this Friday.</div>
2826
</div>
29-
<LW15HackathonImage className="lg:hidden" />
30-
<div className="flex flex-col justify-between gap-4">
31-
<div className="text-2xl max-w-[600px] text-foreground-lighter">
32-
<p>Build something amazing in 10 days using Supabase.</p>
33-
<p>
34-
Compete solo or in a team,
35-
<br />
36-
submit a quick demo and win.
37-
</p>
38-
</div>
27+
</div>
28+
<LW15HackathonImage className="lg:hidden" />
29+
<div className="flex flex-col justify-between items-start gap-4">
30+
<div className="text-2xl max-w-[350px] text-foreground-lighter">
31+
<p>
32+
Build something amazing <br /> in 10 days using Supabase.
33+
</p>
34+
<p>Compete solo or in a team, submit a quick demo and win.</p>
3935
</div>
36+
<Button type="secondary" size="medium" asChild>
37+
<Link href="/blog/lw15-hackathon">Join Hackathon</Link>
38+
</Button>
4039
</div>
41-
</SectionContainer>
42-
</>
40+
</div>
41+
</SectionContainer>
4342
)
4443
}
4544

apps/www/components/LaunchWeek/15/LW15MainStage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const CardsSlider: React.FC<Props> = ({
198198
ref={swiperRef}
199199
onSwiper={setControlledSwiper}
200200
modules={[Controller, Navigation, A11y]}
201-
initialSlide={4}
201+
initialSlide={0}
202202
spaceBetween={8}
203203
slidesPerView={1.5}
204204
breakpoints={{

apps/www/components/LaunchWeek/15/data/lw15_data.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const days: (isDark?: boolean) => WeekDayProps[] = (isDark = true) => [
186186
d: 5,
187187
dd: 'Fri',
188188
shipped: true,
189-
isToday: true,
189+
isToday: false,
190190
hasCountdown: false,
191191
blog: '/blog/persistent-storage-for-faster-edge-functions',
192192
date: 'Friday',

apps/www/public/rss.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -280,20 +280,6 @@
280280
<description>Technical deep dive into the new DBOS integration for Supabase</description>
281281
<pubDate>Tue, 10 Dec 2024 00:00:00 -0700</pubDate>
282282
</item>
283-
<item>
284-
<guid>https://supabase.com/blog/database-build-v2</guid>
285-
<title>database.build v2: Bring-your-own-LLM</title>
286-
<link>https://supabase.com/blog/database-build-v2</link>
287-
<description>Use any OpenAI API compatible LLMs in database.build</description>
288-
<pubDate>Fri, 06 Dec 2024 00:00:00 -0700</pubDate>
289-
</item>
290-
<item>
291-
<guid>https://supabase.com/blog/restore-to-a-new-project</guid>
292-
<title>Restore to a New Project</title>
293-
<link>https://supabase.com/blog/restore-to-a-new-project</link>
294-
<description>Effortlessly Clone Data into a New Supabase Project</description>
295-
<pubDate>Fri, 06 Dec 2024 00:00:00 -0700</pubDate>
296-
</item>
297283
<item>
298284
<guid>https://supabase.com/blog/hack-the-base</guid>
299285
<title>Hack the Base! with Supabase</title>
@@ -308,6 +294,20 @@
308294
<description>Highlights from Launch Week 13</description>
309295
<pubDate>Fri, 06 Dec 2024 00:00:00 -0700</pubDate>
310296
</item>
297+
<item>
298+
<guid>https://supabase.com/blog/database-build-v2</guid>
299+
<title>database.build v2: Bring-your-own-LLM</title>
300+
<link>https://supabase.com/blog/database-build-v2</link>
301+
<description>Use any OpenAI API compatible LLMs in database.build</description>
302+
<pubDate>Fri, 06 Dec 2024 00:00:00 -0700</pubDate>
303+
</item>
304+
<item>
305+
<guid>https://supabase.com/blog/restore-to-a-new-project</guid>
306+
<title>Restore to a New Project</title>
307+
<link>https://supabase.com/blog/restore-to-a-new-project</link>
308+
<description>Effortlessly Clone Data into a New Supabase Project</description>
309+
<pubDate>Fri, 06 Dec 2024 00:00:00 -0700</pubDate>
310+
</item>
311311
<item>
312312
<guid>https://supabase.com/blog/supabase-queues</guid>
313313
<title>Supabase Queues</title>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"text": "LW15: Day 5",
3-
"launch": "Persistent Storage for Edge Functions",
2+
"text": "Launch Week 15",
3+
"launch": "View all the announcements",
44
"launchDate": "2025-07-17T08:00:00.000-07:00",
5-
"link": "/launch-week#main-stage",
5+
"link": "/launch-week",
66
"cta": "Learn more"
77
}

0 commit comments

Comments
 (0)