mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: add subscription
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
import type { Props } from '@astrojs/starlight/props';
|
|
||||||
import VideoButton from './VideoButton.astro';
|
import VideoButton from './VideoButton.astro';
|
||||||
import ClipboardCopy from './ClipboardCopy.astro';
|
import ClipboardCopy from './ClipboardCopy.astro';
|
||||||
import { Icon } from '@astrojs/starlight/components';
|
import { getEntry } from 'astro:content';
|
||||||
import { Debug } from 'astro:components';
|
|
||||||
import { getCollection, getEntry } from 'astro:content';
|
|
||||||
|
|
||||||
const { lang } = Astro.props;
|
const { lang } = Astro.props;
|
||||||
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;
|
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
import ClipboardCopy from './ClipboardCopy.astro';
|
|
||||||
const { isNote } = Astro.props;
|
const { isNote } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Subscribe to get notify of latest challenges">
|
||||||
|
<SubscriptionForm isNote={false}/>
|
||||||
|
</Card>
|
||||||
|
|
||||||
<Card title="Conviértete en un Contribuidor de OSS">
|
<Card title="Conviértete en un Contribuidor de OSS">
|
||||||
Uno de los objetivos de este repositorio es <b>reducir la barrera</b> de
|
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
|
entrada para el Software de Código Abierto (OSS). Al participar en estos
|
||||||
|
|||||||
@@ -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.
|
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>
|
||||||
|
|
||||||
|
<Card title="Subscribe to get notify of latest challenges">
|
||||||
|
<SubscriptionForm isNote={false}/>
|
||||||
|
</Card>
|
||||||
|
|
||||||
<Card title="Devenir un Mainteneur OSS">
|
<Card title="Devenir un Mainteneur OSS">
|
||||||
L'un des objectifs de ce répertoire est de rendre plus accessible les
|
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
|
contributions aux logiciels Open Source (OSS). En résolvant ces défis, vous
|
||||||
|
|||||||
@@ -32,6 +32,10 @@ import MyIcon from '../../../components/MyIcon.astro';
|
|||||||
melhorar suas habilidades.
|
melhorar suas habilidades.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Subscribe to get notify of latest challenges">
|
||||||
|
<SubscriptionForm isNote={false}/>
|
||||||
|
</Card>
|
||||||
|
|
||||||
{' '}
|
{' '}
|
||||||
|
|
||||||
<Card title="Torne-se um contribuidor OSS">
|
<Card title="Torne-se um contribuidor OSS">
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ import MyIcon from '../../../components/MyIcon.astro';
|
|||||||
Испытания основаны на реальных задачах или инструментах для того, чтобы прокачать вас.
|
Испытания основаны на реальных задачах или инструментах для того, чтобы прокачать вас.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Subscribe to get notify of latest challenges">
|
||||||
|
<SubscriptionForm isNote={false}/>
|
||||||
|
</Card>
|
||||||
|
|
||||||
<Card title="Станьте мейнтейнером открытого программного обеспечения (OSS)">
|
<Card title="Станьте мейнтейнером открытого программного обеспечения (OSS)">
|
||||||
Одна из целей этого репозитория <b>снизить барьер</b> для разработки
|
Одна из целей этого репозитория <b>снизить барьер</b> для разработки
|
||||||
открытого программного обеспечения (OSS). Решив эти задачи, вы поймете,
|
открытого программного обеспечения (OSS). Решив эти задачи, вы поймете,
|
||||||
|
|||||||
Reference in New Issue
Block a user