From 59a7f5dbb9dec4b93c146ac7719159c4c3b25d61 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 19 Oct 2023 00:27:20 +0200 Subject: [PATCH] docs: use ConvertKit form --- src/components/EmailCourseForm.astro | 617 +++++++++++++++++++++++++++ src/pages/atdc.mdx | 7 +- 2 files changed, 621 insertions(+), 3 deletions(-) create mode 100644 src/components/EmailCourseForm.astro diff --git a/src/components/EmailCourseForm.astro b/src/components/EmailCourseForm.astro new file mode 100644 index 000000000..d8e19e8c3 --- /dev/null +++ b/src/components/EmailCourseForm.astro @@ -0,0 +1,617 @@ +--- +--- + + + +
+
+ {/*
    +
*/} + +
+
+ +
+
+
+
diff --git a/src/pages/atdc.mdx b/src/pages/atdc.mdx index 7fc82c25b..d197b493f 100644 --- a/src/pages/atdc.mdx +++ b/src/pages/atdc.mdx @@ -3,12 +3,13 @@ layout: ~/layouts/PageLayout.astro title: "Introduction to Automated Testing in Drupal email course" --- -import AboutMe from "../components/AboutMe.astro" -import Testimonials from "../components/Testimonials.astro" +import AboutMe from "../components/AboutMe.astro"; +import EmailCourseForm from "../components/EmailCourseForm.astro"; +import Testimonials from "../components/Testimonials.astro"; Register below for my free upcoming 7-day email course on automated testing in Drupal: -https://forms.gle/9fGwMgaWcWjNDjdAA +