This commit is contained in:
Oliver Davies 2020-01-23 22:00:47 +00:00
parent d83a2c6ec5
commit f2d5e093a3
3 changed files with 172 additions and 81 deletions

View file

@ -1,4 +1,41 @@
.markup {
h1, h2, h3, h4. h5 {
margin-bottom: 0;
font-weight: 600 !important
}
a {
text-decoration: underline
}
a:hover {
text-decoration: none
}
a:focus {
color: white;
background: #0b6cb0;
outline: none;
padding: 1px;
margin: -1px
}
p {
@apply leading-relaxed
}
p + p {
@apply mt-6
}
ul {
@apply list-disc pl-6
}
li + li {
@apply mt-4
}
a {
@apply underline;

54
source/_pages/about2.md Normal file
View file

@ -0,0 +1,54 @@
---
layout: default
technologies:
backend: [PHP (5-7), MySQL, PHPUnit, Behat]
frontend: [HTML, Twig, CSS, Sass/Less, Tailwind CSS, Vue.js, Alpine.js, Jest]
frameworks: [Drupal, WordPress, Symfony, Laravel, Sculpin, Jekyll]
other: [Git, GitHub, Linux, Vagrant, Docker, Fabric, Ansible, Puppet, Apache, Nginx, Jenkins]
---
<div class="markup mx-auto px-4 max-w-2xl text-lg" markdown="1">
# About me
<img class="mt-8 border border-gray-400" src="/images/drupalcamp-north.jpeg">
{% set company = site.companies[site.work.company] %}
Hi, Im Oliver. I'm a web developer, systems administrator, open source project creator and maintainer, community organiser, speaker and mentor based in Wales, UK.
I currently work for [{{company.name}}][company_url] as a {{ site.work.role }}. In my spare time, I'm sometimes available for freelance development or systems administration work.
I specialise in working with the Drupal content management system, Symfony framework, Linux operating systems and Ansible for server provisioning and application deployments.
I started learning and using Drupal in 2007, was previously employed by the [Drupal Association][drupal_association] to work on drupal.org, and am an Acquia certified Drupal 8 Grand Master.
Im a big advocate for automated testing and test driven development, and am currently [writing a book](/book) on automated testing with Drupal.
[company_url]: {{company.url}}
[drupal_association]: {{site.companies.drupal_association.url}}
## Technologies
- **Back-end:** {{ page.technologies.backend|join(', ') }}
- **Front-end:** {{ page.technologies.frontend|join(', ') }}
- **Frameworks/CMSes:** {{ page.technologies.frameworks|join(', ') }}
- **Other:** {{ page.technologies.other|join(', ') }}
## Open source
My Drupal related projects can be found on [Drupal.org][drupalorg]. Everything else is on [GitHub][github].
[drupalorg]: {{site.drupalorg.url_new}}
[github]: {{site.github.url}}
## Community
I'm an organiser of the [PHP South Wales user group][php_south_wales]. We hold monthly meetups in Cardiff including talk nights, coding sessions, workshops and socials.
I was previously the organiser of the Drupal Bristol and South Wales Drupal user groups, and a co-organiser of the PHP South West user group and the DrupalCamp Bristol conference.
[php_south_wales]: https://phpsouthwales.uk
## Speaking
I also occasionally do live streams of coding conference talks. These can be found on my [YouTube channel][youtube].
[youtube]: {{site.youtube.channel.url}}
## Contact me
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB