Remove speaker info page, redirect to GitHub
This commit is contained in:
parent
998a6955a3
commit
886de0955d
|
@ -105,6 +105,7 @@ server {
|
||||||
rewrite ^/portfolio/?$ /projects permanent;
|
rewrite ^/portfolio/?$ /projects permanent;
|
||||||
rewrite ^/slides/bristol-dug/drupal-vm-generator/?$ http://opdavies.github.io/slides-drupal-vm-generator permanent;
|
rewrite ^/slides/bristol-dug/drupal-vm-generator/?$ http://opdavies.github.io/slides-drupal-vm-generator permanent;
|
||||||
rewrite ^/slides/phpsw/building-static-websites-with-sculpin/?$ https://opdavies.github.io/slides-phpsw-sculpin permanent;
|
rewrite ^/slides/phpsw/building-static-websites-with-sculpin/?$ https://opdavies.github.io/slides-phpsw-sculpin permanent;
|
||||||
|
rewrite ^/speaker-info/?$ https://github.com/opdavies/talks/blob/master/speaker-bio.md permanent;
|
||||||
rewrite ^/speaking/?$ /talks permanent;
|
rewrite ^/speaking/?$ /talks permanent;
|
||||||
rewrite ^/talks/2012/09/05/what-is-this-drupal-thing-unified-diff/?$ /talks/what-is-this-drupal-thing permanent;
|
rewrite ^/talks/2012/09/05/what-is-this-drupal-thing-unified-diff/?$ /talks/what-is-this-drupal-thing permanent;
|
||||||
rewrite ^/talks/2013/07/10/drupal-ldap-swdug/?$ /talks/drupal-ldap permanent;
|
rewrite ^/talks/2013/07/10/drupal-ldap-swdug/?$ /talks/drupal-ldap permanent;
|
||||||
|
|
|
@ -1,42 +0,0 @@
|
||||||
---
|
|
||||||
layout: page
|
|
||||||
title: Speaker information
|
|
||||||
use: [posts]
|
|
||||||
---
|
|
||||||
{% set company = site.companies[site.work.company] %}
|
|
||||||
|
|
||||||
## Job title
|
|
||||||
|
|
||||||
{{ site.work.role }} at [{{ company.name }}][0].
|
|
||||||
|
|
||||||
## Bio
|
|
||||||
|
|
||||||
[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites and web applications since 2007 - primarily with Drupal, though more recently also with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ company.name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate.
|
|
||||||
|
|
||||||
He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises DrupalCamp Bristol as well as the Drupal Bristol and PHPSW user groups.
|
|
||||||
|
|
||||||
## Photos
|
|
||||||
|
|
||||||
- <https://www.dropbox.com/s/7ytm2buoezwtbdp/phpnw17-1%20copy%202.jpg>
|
|
||||||
- <https://www.dropbox.com/s/say1muiqedik0l4/0188395_thumb.jpg>
|
|
||||||
|
|
||||||
## Events
|
|
||||||
|
|
||||||
Here are some of the events that I’ve spoken at:
|
|
||||||
|
|
||||||
- DrupalCamp Brighton 2015
|
|
||||||
- DrupalCamp Bristol 2016
|
|
||||||
- DrupalCamp Dublin 2017
|
|
||||||
- DrupalCamp London (2014, 2015, 2016, 2017)
|
|
||||||
- DrupalCamp North 2015
|
|
||||||
- Nomad PHP
|
|
||||||
- PHP North West 2017 (10 year anniversary)
|
|
||||||
- PHP South Coast 2016
|
|
||||||
|
|
||||||
## Videos
|
|
||||||
|
|
||||||
Here is a YouTube playlist of some of my previous talks: <http://bit.ly/opdavies-talk-videos>.
|
|
||||||
|
|
||||||
[0]: {{company.url}}
|
|
||||||
[1]: {{site.url}}
|
|
||||||
[2]: {{site.twitter.url}}
|
|
Loading…
Reference in a new issue