From 1bb4aa14afe23832c7e8f8ae30f3fe15b3047a3f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Oct 2023 12:42:42 +0100 Subject: [PATCH] docs: add Drupal testing email course page --- src/pages/atdc.mdx | 21 +++++++++++++++++++++ src/products.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/pages/atdc.mdx diff --git a/src/pages/atdc.mdx b/src/pages/atdc.mdx new file mode 100644 index 00000000..7fc82c25 --- /dev/null +++ b/src/pages/atdc.mdx @@ -0,0 +1,21 @@ +--- +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" + +Register below for my free upcoming 7-day email course on automated testing in Drupal: + +https://forms.gle/9fGwMgaWcWjNDjdAA + +
+ + + +
diff --git a/src/products.json b/src/products.json index b5a4cee1..590a8711 100644 --- a/src/products.json +++ b/src/products.json @@ -74,7 +74,7 @@ "description": "Register for my free upcoming email course on automated testing in Drupal.", "link": { "text": "Register now", - "href": "https://forms.gle/9fGwMgaWcWjNDjdAA" + "href": "/atdc" } }, {