From fbcd17c1f2c918c2ac806b706975a666fc8ab63c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 17 Mar 2022 08:41:32 +0000 Subject: [PATCH] docs: update intro text, add "Can I help?" section --- source/_includes/link-button.html.twig | 6 +++++- source/_pages/things-about-php.md | 21 ++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/source/_includes/link-button.html.twig b/source/_includes/link-button.html.twig index 48dfa65d..1a363ff2 100644 --- a/source/_includes/link-button.html.twig +++ b/source/_includes/link-button.html.twig @@ -1,5 +1,9 @@ {% block text '' %} diff --git a/source/_pages/things-about-php.md b/source/_pages/things-about-php.md index a97cea76..677bef21 100644 --- a/source/_pages/things-about-php.md +++ b/source/_pages/things-about-php.md @@ -2,7 +2,11 @@ title: Things you should know about PHP --- -Thanks for attending my talk on [Things you should know about PHP](/talks/things-you-should-know-about-php). +Thanks for attending my [Things you should know about PHP](/talks/things-you-should-know-about-php) talk. + +I hope that you learned some things about PHP, its ecosystem, and its communities, and if you haven't tried using PHP yet, I'd encourage you to do so. + +Here are links to the resources that I mention in the talk, plus a couple of extras. ## Resources @@ -41,3 +45,18 @@ Thanks for attending my talk on [Things you should know about PHP](/talks/things - [The Laravel Podcast](https://laravelpodcast.com) - [The PHP Roundtable](https://phproundtable.com) - [Voices of the elePHPant](https://voicesoftheelephpant.com) + +{% include "horizontal-rule" %} + +## Can I help? + +Do you want to introduce PHP to your company or team, or add one of these tools to your existing PHP application? + +I offer consulting calls and services to reduce your onboarding time and get you up and running quicker and easier. + +
+ {% set href = "mailto:" ~ site.email ~ "?subject=Book in my call" %} + {% embed "link-button" with { href: href, size: "normal" } only %} + {% block text "Book in your call →" %} + {% endembed %} +