From 1aa45f9270ea31ce670a83bf5d133cb7e2da030c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Oct 2023 00:48:38 +0100 Subject: [PATCH] docs: add Press page --- src/pages/press.mdx | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/pages/press.mdx diff --git a/src/pages/press.mdx b/src/pages/press.mdx new file mode 100644 index 00000000..6ac32194 --- /dev/null +++ b/src/pages/press.mdx @@ -0,0 +1,46 @@ +--- +layout: ~/layouts/PageLayout.astro +title: Press Info +--- + +import { numberOfYears } from "~/utils"; + +The following information is provided as a cut-and-paste resource for conference organisers, media professionals, podcast hosts, and other interested parties. + +Please feel free to use anything here as-is without checking with me first. If you have additional questions, you can [email me directly][email]. + +## Short Bio + +Oliver is a Software Developer and Drupal expert with over {numberOfYears} years experience. He specialises in code quality, automated testing and test-driven development. + +## Sample Topics + +* Getting started in software development, Drupal, or open-source software. +* Building your first Drupal website. +* Drupal module and theme development. +* Automated testing and test-driven development (TDD). +* Static analysis in PHP applications. +* Utility-first styling and Tailwind CSS. +* Git and different ways to use it (continuous integration, trunk-based development). +* Contributing to open-source software. + +## Social Media and Elsewhere + +* [Drupal.org][drupal] +* [GitHub][] +* [LinkedIn][] +* [Twitter][] + +## Physical Location + +[Caerleon, Wales](https://www.google.co.uk/maps/place/Caerleon,+Newport) + +## Photo + +![](/images/social-avatar.jpg) + +[drupal]: https://www.drupal.org/u/opdavies +[email]: mailto:oliver@oliverdavies.uk +[github]: https://github.com/opdavies +[linkedin]: https://www.linkedin.com/in/opdavies +[twitter]: https://twitter.com/opdavies