From 79cf2ab66528a44b2ac49cd6c003b16d1f0dcad7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jul 2024 22:19:45 +0100 Subject: [PATCH] Add BrumPHP and DrupalCamp Ghent pages --- source/_pages/brumphp.md | 37 +++++++++++++++++++++++++++++++ source/_pages/drupalcamp-ghent.md | 27 ++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 source/_pages/brumphp.md create mode 100644 source/_pages/drupalcamp-ghent.md diff --git a/source/_pages/brumphp.md b/source/_pages/brumphp.md new file mode 100644 index 00000000..ac96fc5a --- /dev/null +++ b/source/_pages/brumphp.md @@ -0,0 +1,37 @@ +--- +title: BrumPHP +--- + +{% block head_meta %} + +{% endblock %} + +{% block content %} +Thank you for attending my Sculpin talk at BrumPHP. + +[The slides and a previous recording](/talks/building-static-websites-sculpin) are on the talk page. + +To see an example of a Sculpin project, you can see [the source code for this website](https://github.com/opdavies/oliverdavies.uk) or [my demo for PHP South West](https://github.com/opdavies/phpsw-sculpin-demo). + +If you want to try Sculpin, you can use [the Sculpin Skeleton project I created](https://github.com/opdavies/sculpin-skeleton) as a starting point for new projects. + +## Can we work together? + +As well as building static websites with Sculpin, I do consulting and advisory work using other PHP projects - namely, Drupal and Symfony. + +I offer [unlimited monthly Drupal consulting](/consulting), [1-on-1 consultation calls](/call) and [pair programming sessions](/pair) to get people unstuck, and fixed prices (not estimates) for development work. + +## Are you stuck on Drupal 7, 8 or 9? + +Drupal 7 will be end-of-life and no longer supported as of the 5th of January, 2025. + +Drupal 8 and 9 are already unsupported. + +If you have an outdated Drupal website and want to know more about upgrading to Drupal 10, [book your upgrade roadmap](/drupal-upgrade) and I'll help you get there. + +## Stay in touch + +The best way to stay in touch with me is my [email list](/daily) to which I send daily emails about Drupal and software development. + +All emails are sent from my personal email address, so you can press reply and contact me directly. +{% endblock %} diff --git a/source/_pages/drupalcamp-ghent.md b/source/_pages/drupalcamp-ghent.md new file mode 100644 index 00000000..27027af5 --- /dev/null +++ b/source/_pages/drupalcamp-ghent.md @@ -0,0 +1,27 @@ +--- +title: DrupalCamp Ghent 2024 +--- + +{% block head_meta %} + +{% endblock %} + +{% block content %} +Thank you for attending my session at DrupalCamp Ghent. + +You can view the slides and previous recordings of my [Test Driven Drupal](/talks/tdd-test-driven-drupal) and [Tailwind CSS](/talks/taking-flight-with-tailwind-css) talks on this website. + +If you want to learn more, I released a video of the [Tailwind CSS workshop](/archive/2024/01/22/tailwind-css-workshop-recording) I gave for DrupalCamp Florida, and I've created a [free 10-day email course](/atdc) on automated testing in Drupal. + +## Can we work together? + +Automated testing, test-driven development and Tailwind CSS are some of my favourite subjects to teach. + +If you want me to teach your team to do test-driven development or build UIs with Tailwind CSS, team training is included in my [unlimited monthly Drupal consulting](/consulting). + +## Stay in touch + +The best way to stay in touch with me is my [email list](/daily) to which I send daily emails about Drupal and software development. + +All emails are sent from my personal email address, so you can press reply and contact me directly. +{% endblock %}