feat: add subscription

This commit is contained in:
thomas
2024-01-31 14:58:20 +01:00
parent 96c2156237
commit 7abc67db68
6 changed files with 17 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
---
import type { Props } from '@astrojs/starlight/props';
import VideoButton from './VideoButton.astro';
import ClipboardCopy from './ClipboardCopy.astro';
import { Icon } from '@astrojs/starlight/components';
import { Debug } from 'astro:components';
import { getCollection, getEntry } from 'astro:content';
import { getEntry } from 'astro:content';
const { lang } = Astro.props;
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;

View File

@@ -1,5 +1,4 @@
---
import ClipboardCopy from './ClipboardCopy.astro';
const { isNote } = Astro.props;
---

View File

@@ -30,6 +30,10 @@ import MyIcon from '../../../components/MyIcon.astro';
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
</Card>
<Card title="Subscribe to get notify of latest challenges">
<SubscriptionForm isNote={false}/>
</Card>
<Card title="Conviértete en un Contribuidor de OSS">
Uno de los objetivos de este repositorio es <b>reducir la barrera</b> de
entrada para el Software de Código Abierto (OSS). Al participar en estos

View File

@@ -31,6 +31,10 @@ import MyIcon from '../../../components/MyIcon.astro';
Ce répertoire rassemble 43 défis liés à <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> et <b>Typescript</b>. Ces défis portent sur des problèmes réels ou des fonctionnalités spécifiques pour améliorer vos compétences.
</Card>
<Card title="Subscribe to get notify of latest challenges">
<SubscriptionForm isNote={false}/>
</Card>
<Card title="Devenir un Mainteneur OSS">
L'un des objectifs de ce répertoire est de rendre plus accessible les
contributions aux logiciels Open Source (OSS). En résolvant ces défis, vous

View File

@@ -32,6 +32,10 @@ import MyIcon from '../../../components/MyIcon.astro';
melhorar suas habilidades.
</Card>
<Card title="Subscribe to get notify of latest challenges">
<SubscriptionForm isNote={false}/>
</Card>
{' '}
<Card title="Torne-se um contribuidor OSS">

View File

@@ -30,6 +30,10 @@ import MyIcon from '../../../components/MyIcon.astro';
Испытания основаны на реальных задачах или инструментах для того, чтобы прокачать вас.
</Card>
<Card title="Subscribe to get notify of latest challenges">
<SubscriptionForm isNote={false}/>
</Card>
<Card title="Станьте мейнтейнером открытого программного обеспечения (OSS)">
Одна из целей этого репозитория <b>снизить барьер</b> для разработки
открытого программного обеспечения (OSS). Решив эти задачи, вы поймете,