Skip to content

Commit 85c5d9b

Browse files
ScarletttMoonScarlett Huang
andauthored
feat(landing-page): mark the Launch Week community buttons, and say why (#6684)
Two things came out of design review. Joey read the pair of community buttons as easy to skim past โ€” they were set in the same mono as everything around them, so nothing caught the eye before the text did. And Huang Wei pointed out that the buttons say what to do without ever saying why: the page's one and only ask, with no reason attached. Put the Discord and Feishu marks in the buttons, and a single line under them: "Claim the perks and follow every drop inside." The reason already existed in the closing section, but almost nobody reads that far before deciding. The marks sit on the text baseline at cap height so they read as part of the label rather than as decoration beside it, and they are bare marks with no container โ€” matching how the kill strips already carry Figma, Canva and Gamma. Translated into all eleven locales. One trap worth recording: the phone stack turns `.hero-ctas` into a column, and a `flex-basis: 100%` there means full HEIGHT, not width โ€” it wrapped the note into a second column beside the buttons and off the right edge of the screen. The override also has to live after the base rule, not in the earlier `max-width: 900px` block, or equal specificity hands the win back to the base. Co-authored-by: Scarlett Huang <scarletthuang@Scarletts-MacBook-Air.local>
1 parent cee05a5 commit 85c5d9b

14 files changed

Lines changed: 93 additions & 44 deletions

โ€Žapps/landing-page/app/_partials/launch-week-main.de.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD BEITRETEN <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">FEISHU-GRUPPE BEITRETEN <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD BEITRETEN <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> FEISHU-GRUPPE BEITRETEN <span>โ†—</span></a>
33+
<p class="cta-note">Vorteile einlรถsen und jeden Drop zuerst hier verfolgen.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>Zeig uns,<br>was du gebaut hast.</h3>
182183
<h2>Komm <span class="turn">rein.</span></h2>
183184
<p>Alles, was du brauchst, ist in unserer Community: wie du die Vorteile einlรถst, was jeder Drop wirklich kann und wie du beim Open Call mitmachst. Dort findest du auch die Leute, die neben dir bauen, das Team hinter Open Design und den ersten Blick auf das, was als Nรคchstes kommt.</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD BEITRETEN <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">FEISHU-GRUPPE BEITRETEN <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD BEITRETEN <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> FEISHU-GRUPPE BEITRETEN <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.es.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">UNIRSE A DISCORD <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">UNIRSE AL GRUPO DE FEISHU <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNIRSE A DISCORD <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNIRSE AL GRUPO DE FEISHU <span>โ†—</span></a>
33+
<p class="cta-note">Reclama las ventajas y sigue cada drop desde dentro.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>Muรฉstranos lo que<br>has creado.</h3>
182183
<h2>Entra <span class="turn">al grupo.</span></h2>
183184
<p>Todo lo que necesitas estรก en nuestra comunidad: cรณmo reclamar los beneficios, quรฉ hace realmente cada drop y cรณmo participar en la convocatoria abierta. Tambiรฉn es donde encontrarรกs a quienes construyen junto a ti, al equipo detrรกs de Open Design y el primer vistazo a lo que viene.</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">UNIRSE A DISCORD <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">UNIRSE AL GRUPO DE FEISHU <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNIRSE A DISCORD <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNIRSE AL GRUPO DE FEISHU <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.fr.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">REJOINDRE DISCORD <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">REJOINDRE LE GROUPE FEISHU <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> REJOINDRE DISCORD <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> REJOINDRE LE GROUPE FEISHU <span>โ†—</span></a>
33+
<p class="cta-note">Rรฉcupรฉrez les avantages et suivez chaque drop en avant-premiรจre.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>Montrez-nous ce que<br>vous avez fait.</h3>
182183
<h2>Entrez <span class="turn">dans le groupe.</span></h2>
183184
<p>Tout ce dont vous aurez besoin se trouve dans notre communautรฉ : comment obtenir les avantages, ce que chaque drop fait vraiment et comment participer ร  l'appel ouvert. C'est aussi lร  que vous trouverez les personnes qui construisent ร  vos cรดtรฉs, l'รฉquipe derriรจre Open Design et le premier aperรงu de la suite.</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">REJOINDRE DISCORD <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">REJOINDRE LE GROUPE FEISHU <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> REJOINDRE DISCORD <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> REJOINDRE LE GROUPE FEISHU <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">JOIN DISCORD <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">JOIN FEISHU GROUP <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> JOIN DISCORD <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> JOIN FEISHU GROUP <span>โ†—</span></a>
33+
<p class="cta-note">Claim the perks and follow every drop inside.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>Show us what<br>you made.</h3>
182183
<h2>Get <span class="turn">inside.</span></h2>
183184
<p>Everything you'll need is in our community: how to claim the perks, what each drop really does, and how to enter the Open Call. It's also where you'll find the people building alongside you, the team behind Open Design, and the first look at what comes next.</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">JOIN DISCORD <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">JOIN FEISHU GROUP <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> JOIN DISCORD <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> JOIN FEISHU GROUP <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.it.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">UNISCITI A DISCORD <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">UNISCITI AL GRUPPO FEISHU <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNISCITI A DISCORD <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNISCITI AL GRUPPO FEISHU <span>โ†—</span></a>
33+
<p class="cta-note">Riscatta i vantaggi e segui ogni drop dallโ€™interno.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>Mostraci cosa<br>hai creato.</h3>
182183
<h2>Entra <span class="turn">dentro.</span></h2>
183184
<p>Tutto ciรฒ che ti serve รจ nella nostra community: come riscattare i vantaggi, cosa fa davvero ogni drop e come partecipare alla call aperta. รˆ anche dove trovi le persone che costruiscono accanto a te, il team dietro Open Design e la prima anteprima di ciรฒ che verrร .</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">UNISCITI A DISCORD <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">UNISCITI AL GRUPPO FEISHU <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNISCITI A DISCORD <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> UNISCITI AL GRUPPO FEISHU <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.ja.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD ใซๅ‚ๅŠ  <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">Feishu ใ‚ฐใƒซใƒผใƒ—ใซๅ‚ๅŠ  <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD ใซๅ‚ๅŠ  <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> Feishu ใ‚ฐใƒซใƒผใƒ—ใซๅ‚ๅŠ  <span>โ†—</span></a>
33+
<p class="cta-note">็‰นๅ…ธใฎๅ—ใ‘ๅ–ใ‚Šใ‚‚ใ€ๆฏŽๆ—ฅใฎใƒ‰ใƒญใƒƒใƒ—ใ‚‚ใ€ใ‚ณใƒŸใƒฅใƒ‹ใƒ†ใ‚ฃใŒๅ…ˆใงใ™ใ€‚</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>ใ‚ใชใŸใŒไฝœใฃใŸใ‚‚ใฎใ‚’<br>่ฆ‹ใ›ใฆใใ ใ•ใ„ใ€‚</h3>
182183
<h2>ใชใ‹ใธ<span class="turn">ๅ…ฅใ‚ใ†ใ€‚</span></h2>
183184
<p>ๅฟ…่ฆใชใ‚‚ใฎใฏใ™ในใฆใ‚ณใƒŸใƒฅใƒ‹ใƒ†ใ‚ฃใซใ‚ใ‚Šใพใ™ใ€‚็‰นๅ…ธใฎๅ—ใ‘ๅ–ใ‚Šๆ–นใ€ๅ„ใƒ‰ใƒญใƒƒใƒ—ใงๅฎŸ้š›ใซใงใใ‚‹ใ“ใจใ€ๅ…ฌๅ‹Ÿใธใฎๅ‚ๅŠ ๆ–นๆณ•ใ€‚ใ•ใ‚‰ใซใ€ไธ€็ท’ใซไฝœใฃใฆใ„ใ‚‹ไบบใŸใกใ€Open Design ใƒใƒผใƒ ใ€ใใ—ใฆๆฌกใซๆฅใ‚‹ใ‚‚ใฎใฎ็ฌฌไธ€ๅ ฑใ‚‚ใ€ใใ“ใซใ‚ใ‚Šใพใ™ใ€‚</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD ใซๅ‚ๅŠ  <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">Feishu ใ‚ฐใƒซใƒผใƒ—ใซๅ‚ๅŠ  <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD ใซๅ‚ๅŠ  <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> Feishu ใ‚ฐใƒซใƒผใƒ—ใซๅ‚ๅŠ  <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

โ€Žapps/landing-page/app/_partials/launch-week-main.ko.htmlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ <h1 class="nowrap">Launch Week <span class="ed"><em>Vol.</em>01</span></h1>
2828
</div>
2929

3030
<div class="hero-ctas">
31-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD ์ฐธ์—ฌ <span>โ†—</span></a>
32-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">Feishu ๊ทธ๋ฃน ์ฐธ์—ฌ <span>โ†—</span></a>
31+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD ์ฐธ์—ฌ <span>โ†—</span></a>
32+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> Feishu ๊ทธ๋ฃน ์ฐธ์—ฌ <span>โ†—</span></a>
33+
<p class="cta-note">ํ˜œํƒ ์ˆ˜๋ น๋„, ๋งค์ผ์˜ ๋“œ๋กญ๋„ ์ปค๋ฎค๋‹ˆํ‹ฐ์—์„œ ๋จผ์ €.</p>
3334
</div>
3435
</div>
3536
</div>
@@ -182,8 +183,8 @@ <h3>๋‹น์‹ ์ด ๋งŒ๋“  ๊ฒƒ์„<br>๋ณด์—ฌ์ฃผ์„ธ์š”.</h3>
182183
<h2>์•ˆ์œผ๋กœ<span class="turn">๋“ค์–ด์˜ค์„ธ์š”.</span></h2>
183184
<p>ํ•„์š”ํ•œ ๋ชจ๋“  ๊ฒƒ์ด ์ปค๋ฎค๋‹ˆํ‹ฐ์— ์žˆ์Šต๋‹ˆ๋‹ค. ํ˜œํƒ์„ ๋ฐ›๋Š” ๋ฐฉ๋ฒ•, ๊ฐ ๋“œ๋กญ์ด ์‹ค์ œ๋กœ ํ•˜๋Š” ์ผ, ์˜คํ”ˆ ์ฝœ ์ฐธ์—ฌ ๋ฐฉ๋ฒ•๊นŒ์ง€. ํ•จ๊ป˜ ๋งŒ๋“ค์–ด๊ฐ€๋Š” ์‚ฌ๋žŒ๋“ค, Open Design ํŒ€, ๊ทธ๋ฆฌ๊ณ  ๋‹ค์Œ์— ์˜ฌ ๊ฒƒ์— ๋Œ€ํ•œ ์ฒซ ์†Œ์‹๋„ ๊ทธ๊ณณ์— ์žˆ์Šต๋‹ˆ๋‹ค.</p>
184185
<div class="ctas">
185-
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener">DISCORD ์ฐธ์—ฌ <span>โ†—</span></a>
186-
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener">Feishu ๊ทธ๋ฃน ์ฐธ์—ฌ <span>โ†—</span></a>
186+
<a class="button is-acid" href="https://discord.gg/HESJFn53B" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/discord-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> DISCORD ์ฐธ์—ฌ <span>โ†—</span></a>
187+
<a class="button" href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=76ao915b-3a37-43dd-ba0e-152ae1aae78d" target="_blank" rel="noopener"><img class="btn-mark" src="/launch-week/feishu-mark.png" alt="" width="20" height="16" loading="lazy" decoding="async"> Feishu ๊ทธ๋ฃน ์ฐธ์—ฌ <span>โ†—</span></a>
187188
</div>
188189
</div>
189190
</section>

0 commit comments

Comments
ย (0)