Skip to content

Commit

Permalink
Fix buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
fmerian authored Nov 29, 2024
1 parent 634ca0b commit 6ed0e9f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
13 changes: 9 additions & 4 deletions HOME.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: README.md
description: Tracking launch weeks across the industry for product discovery and inspiration
---

import ctaButtons from '/snippets/subscribe.mdx';

## about

What's a launch week? It's a week of announcing new features. [See examples here](lw).
Expand All @@ -17,10 +15,17 @@ What's a launch week? It's a week of announcing new features. [See examples here
1 week. 19 devtools launching together. Starting December 2, 2024.
</Card>

<ctaButtons />

---

<CardGroup cols={2}>
<Card title="Watch on GitHub" icon="github" href="https://git.new/lw" horizontal>
</Card>
<Card title="Follow on X" icon="x-twitter" href="https://x.com/i/lists/1861374828361765079" horizontal>
</Card>
</CardGroup>

**Want to be part of it? [Create a Pull Request here](https://git.new/lw).**

## objectives

**For developers**
Expand Down
24 changes: 20 additions & 4 deletions lw/MEGA.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ description: 1 week. 19 devtools launching together. Starting December 2, 2024.
mode: wide
---

import ctaButtons from '/snippets/subscribe.mdx';

**Mega Launch Week is like Black Friday for developers.** One week in the year, dev tools agree to launch together.

**The first Mega Launch Week starts on December 2, 2024.**

<ctaButtons />
---

<CardGroup cols={2}>
<Card title="Watch on GitHub" icon="github" href="https://git.new/lw" horizontal>
</Card>
<Card title="Follow on X" icon="x-twitter" href="https://x.com/i/lists/1861374828361765079" horizontal>
</Card>
</CardGroup>

**Want to be part of it? [Create a Pull Request here](https://git.new/lw).**

## announcements

Expand Down Expand Up @@ -105,4 +112,13 @@ import ctaButtons from '/snippets/subscribe.mdx';

</CardGroup>

<ctaButtons />
---

<CardGroup cols={2}>
<Card title="Watch on GitHub" icon="github" href="https://git.new/lw" horizontal>
</Card>
<Card title="Follow on X" icon="x-twitter" href="https://x.com/i/lists/1861374828361765079" horizontal>
</Card>
</CardGroup>

**Want to be part of it? [Create a Pull Request here](https://git.new/lw).**

0 comments on commit 6ed0e9f

Please sign in to comment.