oliverdavies.uk/source/index.html.twig

62 lines
2.5 KiB
Twig
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
2025-01-15 12:00:00 +00:00
layout: page
2024-01-03 20:00:00 +00:00
permalink: /
2025-01-30 08:14:13 +00:00
title: Oliver Davies - Drupal Developer, Consultant and Speaker
2024-03-19 13:28:55 +00:00
meta:
2025-01-30 08:14:13 +00:00
title: Drupal Development and Consulting by Oliver Davies
urls:
2025-01-30 08:14:13 +00:00
exploratory_call: https://savvycal.com/opdavies/drupal-consulting-exploratory-call
2024-01-03 20:00:00 +00:00
---
{% block content %}
2024-03-28 22:58:47 +00:00
{# Pain #}
2024-05-08 06:36:21 +00:00
<ul>
<li>Are bugs and errors on your Drupal website losing you customers?</li>
<li>Are you stuck on an outdated or unsupported version of Drupal?</li>
<li>Are you unable to efficiently change your website and spend your time searching for workarounds?</li>
<li>Does it take too long to release new features and bug fixes?</li>
<li>Are you considering switching to Drupal from your current CMS and wondering if it's the right choice?</li>
</ul>
2024-03-28 22:58:47 +00:00
<!--
- Do you need something added or fixed on your website but don't know where to start?
- Do you want to enhance and upskill your in-house development team?
- Is your website full of legacy code that no one understands or you don't use and that you still need to maintain?
-->
2024-05-08 06:36:21 +00:00
<hr>
2024-03-28 22:58:47 +00:00
{# Solution #}
2025-01-30 08:14:13 +00:00
<h2>What can I do for you?</h2>
{# TODO: add more information about each of these. #}
2024-05-08 06:36:21 +00:00
<ul>
<li><strong>Analysis & Audit</strong>. I can help you identify expensive bottlenecks, hidden issues, and potential problems with your site. I'll put together a detailed report with actionable next-steps on how to fix any issues.</li>
<li><strong>Roadmap & Planning</strong>. We'll identify your goals and challenges, and I'll put together a custom roadmap to help you get there.</li>
<li><strong>Implementation and Maintenance</strong>. I can build your project for you, or work with your engineering team to accelerate your progress.</li>
<li><strong>Team Training</strong>. Give your team the skills they need to get more done. Grow, retain, and attract talented developers.</li>
<li><strong>Ongoing Advisory</strong>. Throughout the duration of your project, I'll be available to review progress, answer questions, recommend tools and processes, share emerging best practices, and keep your project on the right track.</li>
</ul>
2024-03-22 15:15:53 +00:00
2024-05-08 06:36:21 +00:00
<hr>
2024-03-19 13:23:46 +00:00
2025-01-30 08:14:13 +00:00
<h2>You're already running my code in production</h2>
2024-03-19 13:23:46 +00:00
2025-01-30 08:14:13 +00:00
<p>I've contributed code to Drupal core and written popular contributed Drupal modules and themes, PHP and JavaScript libraries, and Tailwind CSS plugins.</p>
2024-01-03 20:00:00 +00:00
2025-01-30 08:14:13 +00:00
<p>For example, the Override Node Options module is used on around 40,000 active Drupal websites.</p>
2024-02-28 08:57:24 +00:00
2024-05-08 06:36:21 +00:00
<hr>
2024-01-03 20:00:00 +00:00
2024-03-19 13:23:46 +00:00
{% include 'testimonials' with {
limit: 5,
2025-01-30 08:14:13 +00:00
tag: 'front',
title: 'Kind words from clients and colleagues',
2024-03-19 13:23:46 +00:00
} %}
2024-01-03 20:00:00 +00:00
2024-01-03 20:00:00 +00:00
{% endblock %}