docs: add Drupal testing email course page
This commit is contained in:
parent
c00d17de61
commit
1bb4aa14af
21
src/pages/atdc.mdx
Normal file
21
src/pages/atdc.mdx
Normal 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>
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue