Removed the elsewhere part
This commit is contained in:
parent
d20851c459
commit
5e57b695b3
|
@ -3,21 +3,20 @@ subtitle: Drupal & Linux Specialist
|
|||
description: Oliver Davies, Drupal Developer
|
||||
url: http://localhost:8000
|
||||
|
||||
elsewhere:
|
||||
twitter:
|
||||
title: Twitter
|
||||
url: http://twitter.com/opdavies
|
||||
handle: opdavies
|
||||
linkedin:
|
||||
title: LinkedIn
|
||||
url: http://uk.linkedin.com/in/opdavies
|
||||
drupalorg:
|
||||
title: Drupal.org
|
||||
url: https://www.drupal.org/user/381388
|
||||
nice_url: https://www.drupal.org/u/opdavies
|
||||
github:
|
||||
title: GitHub
|
||||
url: http://github.com/opdavies
|
||||
irc:
|
||||
title: IRC
|
||||
handle: opdavies
|
||||
twitter:
|
||||
title: Twitter
|
||||
url: http://twitter.com/opdavies
|
||||
handle: opdavies
|
||||
linkedin:
|
||||
title: LinkedIn
|
||||
url: http://uk.linkedin.com/in/opdavies
|
||||
drupalorg:
|
||||
title: Drupal.org
|
||||
url: https://www.drupal.org/user/381388
|
||||
nice_url: https://www.drupal.org/u/opdavies
|
||||
github:
|
||||
title: GitHub
|
||||
url: http://github.com/opdavies
|
||||
irc:
|
||||
title: IRC
|
||||
handle: opdavies
|
|
@ -17,10 +17,10 @@ If you want to report an issue or want to suggest any improvements to the site,
|
|||
|
||||
Here are the best places to contact me online:
|
||||
|
||||
* {{ site.elsewhere.irc.title }} ({{ site.elsewhere.irc.handle }}) - I'm usually in #drupal-uk on Freenode, among others.
|
||||
* <a href="{{ site.elsewhere.twitter.url }}">{{ site.elsewhere.twitter.title }}</a> (@{{ site.elsewhere.twitter.handle }})
|
||||
* <a href="{{ site.elsewhere.drupalorg.nice_url }}">{{ site.elsewhere.drupalorg.title }}</a>
|
||||
* <a href="{{ site.elsewhere.linkedin.url }}">{{ site.elsewhere.linkedin.title }}</a>
|
||||
* {{ site.irc.title }} ({{ site.irc.handle }}) - I'm usually in #drupal-uk on Freenode, among others.
|
||||
* <a href="{{ site.twitter.url }}">{{ site.twitter.title }}</a> (@{{ site.twitter.handle }})
|
||||
* <a href="{{ site.drupalorg.nice_url }}">{{ site.drupalorg.title }}</a>
|
||||
* <a href="{{ site.linkedin.url }}">{{ site.linkedin.title }}</a>
|
||||
|
||||
## Meetups
|
||||
|
||||
|
|
|
@ -23,5 +23,5 @@ Oliver currently works for the [Drupal Association](https://assoc.drupal.org) an
|
|||
|
||||
In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the [Drupal Security team](https://www.drupal.org/security-team). He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner.
|
||||
|
||||
Oliver has active social media profiles on <a href="{{ site.elsewhere.twitter.url }}">Twitter</a> and <a href="{{ site.elsewhere.linkedin.url }}">LinkedIn</a>, and you can view his code on
|
||||
<a href="{{ site.elsewhere.drupalorg.url }}/track/code">Drupal.org</a> and <a href="{{ site.elsewhere.github.url }}?tab=activity">GitHub</a>.
|
||||
Oliver has active social media profiles on <a href="{{ site.twitter.url }}">{{ site.twitter.title }}</a> and <a href="{{ site.linkedin.url }}">{{ site.linkedin.title }}</a>, and you can view his code on
|
||||
<a href="{{ site.drupalorg.url }}/track/code">{{ site.drupalorg.title }}</a> and <a href="{{ site.github.url }}?tab=activity">{{ site.github.title }}</a>.
|
Reference in a new issue