From 886de0955ddea898226125e2c1243c28b963def2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Dec 2017 20:34:28 +0000 Subject: [PATCH] Remove speaker info page, redirect to GitHub --- docker/nginx/conf.d/default.conf | 1 + source/speaker-info.md | 42 -------------------------------- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 source/speaker-info.md diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index 0ffe5c54..5781dc94 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -105,6 +105,7 @@ server { rewrite ^/portfolio/?$ /projects 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 ^/speaker-info/?$ https://github.com/opdavies/talks/blob/master/speaker-bio.md 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/2013/07/10/drupal-ldap-swdug/?$ /talks/drupal-ldap permanent; diff --git a/source/speaker-info.md b/source/speaker-info.md deleted file mode 100644 index f43703be..00000000 --- a/source/speaker-info.md +++ /dev/null @@ -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 - -- -- - -## 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: . - -[0]: {{company.url}} -[1]: {{site.url}} -[2]: {{site.twitter.url}}