From e1a57a8cabf38a869427dea0fcb7dcece11e0be3 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 30 Jan 2024 21:48:58 +0100 Subject: [PATCH] feat: test mail subscription --- docs/src/components/SubscriptionForm.astro | 104 +++++++++++++++++++++ docs/src/content/docs/test/index.mdx | 9 ++ 2 files changed, 113 insertions(+) create mode 100644 docs/src/components/SubscriptionForm.astro create mode 100644 docs/src/content/docs/test/index.mdx diff --git a/docs/src/components/SubscriptionForm.astro b/docs/src/components/SubscriptionForm.astro new file mode 100644 index 000000000..8128a54d4 --- /dev/null +++ b/docs/src/components/SubscriptionForm.astro @@ -0,0 +1,104 @@ +--- +import { Card } from '@astrojs/starlight/components'; +--- + + + +
+
+
+
+
+
+
+
+

Get updated when a new Challenge is published

+
+
+
+
+ +
+
+ +
+
+
+ + + + diff --git a/docs/src/content/docs/test/index.mdx b/docs/src/content/docs/test/index.mdx new file mode 100644 index 000000000..caa4031fe --- /dev/null +++ b/docs/src/content/docs/test/index.mdx @@ -0,0 +1,9 @@ +--- +title: Test +description: Guide to checking out someone else's answer. +sidebar: + order: 3 +--- +import SubscriptionForm from '../../../components/SubscriptionForm.astro' + +