docs: add Drupal testing email course page

This commit is contained in:
Oliver Davies 2023-10-12 12:42:42 +01:00
parent c00d17de61
commit 1bb4aa14af
2 changed files with 22 additions and 1 deletions

21
src/pages/atdc.mdx Normal file
View file

@ -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
<div class="space-y-12">
<Testimonials names={[
"mike-karthauser",
"tawny-bartlett",
"scott-euser",
]} />
<AboutMe />
</div>

View file

@ -74,7 +74,7 @@
"description": "Register for my free upcoming email course on automated testing in Drupal.", "description": "Register for my free upcoming email course on automated testing in Drupal.",
"link": { "link": {
"text": "Register now", "text": "Register now",
"href": "https://forms.gle/9fGwMgaWcWjNDjdAA" "href": "/atdc"
} }
}, },
{ {