From 988b39868e34be5788c59280979ad41f564ba386 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 28 Feb 2024 08:57:24 +0000 Subject: [PATCH] Add email CTA buttons --- source/_pages/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/source/_pages/index.md b/source/_pages/index.md index d48ce881..ba4c2259 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -15,6 +15,12 @@ Hi, I'm Oliver - a certified Drupal Expert and Software Development Consultant w I'm a Drupal core contributor, module and theme maintainer, former Developer for the Drupal Association, and multiple-time DrupalCon speaker. +{% include 'button' with { + position: 'centre', + text: 'Click here to email Oliver →', + url: 'mailto:' ~ site.email, +} %} + ## What I can help you with If you have a Drupal application, register for a [Drupal development subscription][subscription] and have unlimited access to an expert Drupal developer for a fixed monthly price. @@ -35,6 +41,22 @@ Here are [all my products and services][pricing]. If you still can't find what y title: 'Kind words from clients, subscribers, and past colleagues', } %} +
+

Get in touch

+
+
+

There's no reason to wait. Send me an email and I'll get back to you ASAP.

+
+
+ {% include 'button' with { + position: 'centre', + text: 'Click here to email Oliver →', + url: 'mailto:' ~ site.email, + } %} +
+
+
+ {% include 'daily-email-form.html.twig' with { title: 'Register for daily software development emails', intro: 'Sign up and get daily emails about Drupal, PHP and software development.',