diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 2fb982584..6dbd0ed06 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -46,6 +46,18 @@ testimonials: title: Senior Software Engineer image: url: /assets/images/recommendations/mike-karthauser.jpg + - + text: | + I had the opportunity and good fortune to work with Oliver solving two problems that I was having on a Drupal Commerce site. I have done several Drupal sites using UberCart, but since it is deprecated, I chose to use Commerce. I had searched, posted to forums, and other normal means to find answers to my problems, to no response and to no avail. + + I got a referral to Oliver and scheduled an appointment to discuss the problems on a Zoom call. After showing him via screen share where I was stumped, he offered different approaches to what I was doing, which I was fine with as long as it worked. + + Once we solved the first problem, I was really elated and then focused on the second one, which was an easier fix. So in a short period of time, both problems were fixed and tested. + + I found Oliver was affable and easy to work with. He has a strong work ethic and a desire to solve problems for his customers and can recommend working with him. I think one of his strengths is to find alternative solutions to problems. + name: Tom Evans + title: ~ + image: ~ - text: | I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable. diff --git a/source/_includes/testimonials.html.twig b/source/_includes/testimonials.html.twig index 3b7b023dd..c0b41e49f 100644 --- a/source/_includes/testimonials.html.twig +++ b/source/_includes/testimonials.html.twig @@ -37,10 +37,16 @@ {% if testimonial.url %} - {{ testimonial.name }} - {{ testimonial.title }} + {{ testimonial.name }} + {% if testimonial.title %} + - {{ testimonial.title }} + {% endif %} {% else %} - {{ testimonial.name }} - {{ testimonial.title }} + {{ testimonial.name }} + {% if testimonial.title %} + - {{ testimonial.title }} + {% endif %} {% endif %} diff --git a/source/_pages/call.html.twig b/source/_pages/call.html.twig new file mode 100644 index 000000000..c3e3e6a4b --- /dev/null +++ b/source/_pages/call.html.twig @@ -0,0 +1,116 @@ +--- +title: Book a 1-on-1 consulting call +link: https://savvycal.com/opdavies/consulting-call +price: 350 +testimonials: + - Tawny Bartlett + - Tom Evans + - Michael Itkoff +faqs: + - + - What happens after I pay? + - Your call is scheduled at the time you pay. So after payment is received, we're all set! + - + - What if I can't find a suitable time? + - If you can't find a suitable time, due to your time zone, or weekly schedule, just send me an email, and we can arrange something. I try to be as flexible as possible! + - + - Can my colleague or business partner join the call? + - No. This is a 1-on-1 call. You are welcome to record the conversation to share it after the fact. + - + - Do you offer something more hands-on? + - Sure! Book a pair programming session instead and we’ll work on your code together. + - + - I still have questions! + - No problem. Send me an email at oliver@oliverdavies.uk. +--- + +{% block content %} + +{#
As a professional Software Developer and Consultant with over {{ site.yearsExperience }} years of Drupal and PHP experience, I have a lot of knowledge that I use to help customers and their projects.
+ +In this 1-on-1 video call, I can help you answer questions in these areas or any others you may have.
+ +{# 1st call to action #} + + + +{# Social proof #} + +{% include 'testimonials' with { + names: page.testimonials, +} %} + +{# Overcome objections #} + +If you don't find the call valuable, just let me know, and I'll refund 100% of the cost.
+ +{{ faq.1|raw }}
+You can pay and reserve your time slot straight away. There are a limited number of available slots each month. If, after the call, you decide to do a longer engagement with me, the cost of this call will be deducted from that engagement.
+ {% endblock %} +{% endembed %} + +{# Urgency #} + +I’m only available for a few 1-on-1 calls per month.
+ +Scheduling is first come, first served, so the sooner you book your time slot, the sooner you will have the answers you need to move your project forward.
+ +{% endblock %}