Add press info page
This commit is contained in:
parent
f4f7cd7c73
commit
9186e0232a
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
name: Oliver Davies
|
||||
email: oliver+website@oliverdavies.uk
|
||||
yearsExperience: 16
|
||||
assets_version: 3
|
||||
|
||||
|
|
42
source/_pages/press.md
Normal file
42
source/_pages/press.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: Press Info
|
||||
---
|
||||
|
||||
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 <a href="mailto:{{ site.email }}">email me directly</a>.
|
||||
|
||||
## Short Bio
|
||||
|
||||
Oliver is a Software Developer and Drupal expert with over {{ site.yearsExperience }} 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
|
||||
|
||||
![](/assets/images/social-avatar.jpg)
|
||||
|
||||
[drupal]: https://www.drupal.org/u/opdavies
|
||||
[github]: https://github.com/opdavies
|
||||
[linkedin]: https://www.linkedin.com/in/opdavies
|
||||
[twitter]: https://twitter.com/opdavies
|
Loading…
Reference in a new issue