docs: add Press page
This commit is contained in:
parent
b27e1c6e39
commit
1aa45f9270
46
src/pages/press.mdx
Normal file
46
src/pages/press.mdx
Normal file
|
@ -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
|
Loading…
Reference in a new issue