From 7e9c6c33371a026320c792fb169a15def3c6fe3a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Jan 2024 20:00:00 +0000 Subject: [PATCH] Add atdc page --- source/_includes/email-course-form.html.twig | 614 +++++++++++++++++++ source/_pages/atdc.md | 23 + 2 files changed, 637 insertions(+) create mode 100644 source/_includes/email-course-form.html.twig create mode 100644 source/_pages/atdc.md diff --git a/source/_includes/email-course-form.html.twig b/source/_includes/email-course-form.html.twig new file mode 100644 index 00000000..00e0d16d --- /dev/null +++ b/source/_includes/email-course-form.html.twig @@ -0,0 +1,614 @@ + + +
+
+ {#
    +
#} + +
+
+ +
+
+
+
diff --git a/source/_pages/atdc.md b/source/_pages/atdc.md new file mode 100644 index 00000000..e367df9c --- /dev/null +++ b/source/_pages/atdc.md @@ -0,0 +1,23 @@ +--- +title: Introduction to Automated Testing in Drupal email course +--- + +{% block content %} + Register below for my free upcoming 7-day email course on automated testing in Drupal: + + {% include 'email-course-form.html.twig' %} +{% endblock %} + +{% block content_bottom %} +
+ {% include 'testimonials.html.twig' with { + names: [ + "Mike Karthauser", + "Tawny Bartlett", + "Scott Euser", + ] + } %} + + {% include 'about-me.html.twig' %} +
+{% endblock %}