oliverdavies.uk/source/_pages/subscription.md
Oliver Davies b3f9bc1f9f Add a page.html.twig template
This means every page doesn't need to include the `default` layout.
2024-01-03 23:06:04 +00:00

5.4 KiB
Raw Blame History

title supported_version plans features faqs
Drupal Development Subscription 10
name price tagline features url
Standard 5000 One concurrent request. Cancel anytime.
One request at a time.
https://buy.stripe.com/8wM14OgBc2jg8Vy3cn
name price tagline features url
Pro 9000 Two concurrent requests. Cancel anytime.
Two requests at a time.
https://buy.stripe.com/9AQaFo0CeaPM3BecMY
Bug-free guarantee.
Delivery in days, not weeks.
Easy credit card or BACS payments.
Cancel at any time.
Which versions of Drupal do you work on?
I only work on the latest supported version of Drupal core, which is currently Drupal %supported_version%. If you have an application that uses an older version, I'm happy to give you a custom fixed-price proposal to upgrade to Drupal %supported_version%.
Does this include maintenance tasks, such as updating Drupal core and contrib modules and themes?
Yes, updates are included and will need to be prioritised along with other requests. My suggestion is to do them regularly to reduce the risk of an update breaking your application.
Is there a limit to how many requests I can have?
No. Once you're subscribed, you can add as many tasks to your queue as you'd like, and they'll be delivered one-by-one. You can move requests around and set your own project priority to ensure your most important tasks are finished first.
How fast will I receive my completed requests?
Of course no two user stories or requests are the same, and some take longer than others. However, you'll typically start getting code back from me within days of submitting an active request. Software development is an iterative process, so I will break big projects into smaller tasks and start sending work-in-progress for review, feedback, and iteration.
Who are the Developers?
I am! I won't pass your work to Junior Developers or offshore teams. You work directly with me. Always.
How do I request tasks?
After subscribing, you'll need to give me access to your GitLab or GitHub repository and issues board. From there, assign as many tasks to me as you like, in priority order.
What if I don't like how something turned out?
Development is an iterative process. Unlike an agency that will charge you extra for change orders, you get unlimited revisions until youre happy with the work.
What if I only have a single request?
Your subscription renews on a monthly basis. If you only have a single request, you are free to cancel your subscription after the first month. You can always renew again in the future, if you have a new request!
How does the bug free guarantee work?
If you discover a bug in any code I delivered, for up to 6 months after the end of your subscription, I will fix it for free.
Do you have a refund policy?
Yes, of course. If you're unhappy with my work for any reason during your first month of service, just say the word, and I'll give you a full refund. No questions asked.

{% block content %}

In less time than it takes to post on a job board, and for a fraction of the cost, get unlimited access to a certified Drupal development expert, core contributor and multiple-time DrupalCon speaker for a fixed monthly fee. No surprises. Cancel anytime.

You're already running my code in production

I've contributed code to Drupal core and written popular contributed Drupal modules and themes, PHP and JavaScript libraries, and Tailwind CSS plugins.

How it works

Make as many requests as you like

Unlimited user stories. Unlimited tasks. Unlimited repos. Unlimited services.

You set the priority

You decide what's most important. Change priorities at any time.

Get code in days, not weeks

I work on one active request at a time, and start shipping code in days. Bigger projects will be broken down into smaller parts.

Satisfaction guaranteed

Great software is an iterative process. I'll keep iterating with you until you're completely happy with the results.

How I can help

Subscription plans

{% for plan in page.plans %}

{{ plan.name }}: £{{ plan.price|number_format }} per month

<p>{{ plan.tagline }}</p>

<ul>
  {% for feature in plan.features|merge(page.features) %}
    <li>{{ feature }}</li>
  {% endfor %}
</ul>

<footer class="mt-6">
  {% include 'button.html.twig' with {
    text: 'Register now for the ' ~ plan.name|lower ~ ' plan',
    url: plan.url,
  } %}
</footer>
{% endfor %}

Frequently asked questions

{% for faq in page.faqs %}

{{ faq.0 }}

{{ faq.1|markdown }} {% endfor %} {% endblock %}

{% block content_bottom %} {% include 'testimonials.html.twig' with { names: [ 'Joe Howell', 'Jon Hallett', 'Michael Itkoff', 'Mick Felton', 'Duncan Davidson', 'Adam Cuddihy', 'Huw Davies', 'Brian Hartwell', 'Holly Ross', 'Josh Mitchell', 'Brian Healy', 'Daniel Easterbrook', 'Anonymous', ], } %}

{% include 'about-me.html.twig' %} {% endblock %}

{% block content_top %} {% include 'message.html.twig' %} {% endblock %}