docs: use ConvertKit form
This commit is contained in:
parent
2f32cc4a48
commit
59a7f5dbb9
2 changed files with 621 additions and 3 deletions
617
src/components/EmailCourseForm.astro
Normal file
617
src/components/EmailCourseForm.astro
Normal file
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
<EmailCourseForm />
|
||||
|
||||
<div class="space-y-12">
|
||||
<Testimonials names={[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue