Appnovation
This commit is contained in:
parent
ea8b1b5fe1
commit
3470c1fb19
|
@ -1,6 +1,6 @@
|
|||
title: 'Oliver Davies'
|
||||
subtitle: 'Web Developer, System Administrator - PHP, Drupal, Symfony, Linux'
|
||||
description: 'Oliver Davies, Lead Drupal Developer'
|
||||
description: 'Oliver Davies, Drupal Developer'
|
||||
email: oliver+website@oliverdavies.uk
|
||||
|
||||
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
||||
|
@ -15,12 +15,12 @@ ansible_galaxy:
|
|||
|
||||
author:
|
||||
name: Oliver Davies
|
||||
bio: 'Oliver Davies is a Drupal Developer and System Administrator based in the UK. He is a Lead Developer at <a href="http://ctidigital.com">CTI Digital</a> and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.'
|
||||
bio: 'Oliver Davies is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at <a href="https://www.appnovation.com">Appnovation Technologies</a> and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.'
|
||||
company:
|
||||
role: Lead Drupal Developer
|
||||
name: CTI Digital
|
||||
website: https://www.ctidigital.com
|
||||
logo: cti-digital.png
|
||||
role: Senior Drupal Developer
|
||||
name: Appnovation Technologies
|
||||
website: https://www.appnovation.com
|
||||
logo: appnovation.png
|
||||
|
||||
availability: |
|
||||
<p><i class="fa fa-thumbs-o-down text-danger"></i> Not available for day contract work</p>
|
||||
|
@ -66,6 +66,10 @@ companies:
|
|||
title: CTI Digital
|
||||
website: https://www.ctidigital.com
|
||||
logo: cti-digital.png
|
||||
appnovation:
|
||||
title: Appnovation Technologies
|
||||
website: https://www.appnovation.com
|
||||
logo: appnovation.png
|
||||
|
||||
drupalorg:
|
||||
url: https://www.drupal.org/user/381388
|
||||
|
@ -93,18 +97,10 @@ linkedin:
|
|||
url: http://uk.linkedin.com/in/opdavies
|
||||
|
||||
main_menu:
|
||||
about:
|
||||
href: /
|
||||
title: About
|
||||
talks:
|
||||
href: /talks/
|
||||
title: Talks
|
||||
experience:
|
||||
href: /experience/
|
||||
title: Experience
|
||||
blog:
|
||||
href: /blog/
|
||||
title: Blog
|
||||
about: { href: /, title: About }
|
||||
talks: { href: /talks/, title: Talks }
|
||||
experience: { href: /experience/, title: Experience }
|
||||
blog: { href: /blog/, title: Blog }
|
||||
|
||||
meetups:
|
||||
drupalbristol:
|
||||
|
|
|
@ -25,7 +25,8 @@ app.css = function (paths, filename) {
|
|||
.pipe(plugins.if(!config.production, plugins.sourcemaps.write('.')))
|
||||
.pipe(plugins.if(!config.production, gulp.dest(config.outputDir + '/css')))
|
||||
.pipe(plugins.if(!config.production, plugins.refresh()))
|
||||
.pipe(gulp.dest(config.outputDir + '/css'));
|
||||
.pipe(gulp.dest(config.outputDir + '/css'))
|
||||
.pipe(plugins.if(!config.production, gulp.dest('output_dev/css')));
|
||||
};
|
||||
|
||||
app.js = function (paths, filename) {
|
||||
|
|
|
@ -3,6 +3,11 @@ layout: default
|
|||
title: Experience
|
||||
nav: experience
|
||||
experiences:
|
||||
- company: appnovation
|
||||
location: Caerphilly, Wales
|
||||
role: Senior Drupal Developer
|
||||
start: May 2016
|
||||
|
||||
- company: freelance
|
||||
location: Remote
|
||||
role: 'PHP Developer & Linux System Administrator'
|
||||
|
|
|
@ -33,12 +33,12 @@ My name is Oliver Davies (aka [opdavies][1]), I’m a Web Developer and System A
|
|||
Here is some more information about me:
|
||||
|
||||
* I’m a {{ site.author.company.role }} at [{{ site.author.company.name }}][20]. I also provide part-time freelance development and consultancy services.
|
||||
* I work with open source technologies. I specialise in [Drupal][2] and [Linux][5], but also work with [Symfony][3], [Silex][29], [Sculpin][31] and [Laravel][30].
|
||||
* I work with open source technologies, specialising in [Drupal][2] and [Linux][5], but also [Symfony][3], [Silex][29], [Sculpin][31] and [Laravel][30].
|
||||
* I’m a Drupal 7 & 8 core contributor, module maintainer and mentor.
|
||||
* I’m a provisional member of the [Drupal Security Team][14] and the Git documentation maintainer for Drupal.org.
|
||||
* I’m the lead organiser of [Drupal Bristol][15], and an organiser of [PHPSW][17] and [DrupalCamp Bristol][18].
|
||||
* I [regularly speak][19] at conferences and user groups.
|
||||
* I previously worked for the [Drupal Association][7] and agencies including [Microserve][8], [Precedent][9] and [Nomensa][10].
|
||||
* I previously worked for the [Drupal Association][7] and other agencies including [CTI Digital][34], [Microserve][8], [Precedent][9] and [Nomensa][10].
|
||||
|
||||
## Hire Me
|
||||
|
||||
|
@ -95,3 +95,4 @@ Here is some more information about me:
|
|||
[31]: https://sculpin.io
|
||||
[32]: https://docs.puppet.com/guides/faq.html#what-is-puppet
|
||||
[33]: {{site.joindin.url}}
|
||||
[34]: https://www.ctidigital.com
|
||||
|
|
Reference in a new issue