This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/testimonials.html.twig

139 lines
5.7 KiB
Twig
Raw Normal View History

2015-05-28 07:16:52 +00:00
---
layout: default
2015-09-10 01:45:52 +00:00
nav: testimonials
2015-05-28 07:16:52 +00:00
title: Testimonials
testimonials:
2015-08-09 23:12:00 +00:00
- name: Ed Welsby
2015-10-26 18:18:11 +00:00
image: ed-welsby.png
2015-08-09 23:12:00 +00:00
role: Senior Developer
2015-10-26 18:24:38 +00:00
company:
name: Proctor & Stevenson
url: http://www.proctors.co.uk
2015-08-09 23:12:00 +00:00
text: >
<p>Oliver was great to work with, he has a solid knowledge of the various aspects of web development and never
minded helping me out with Linux commands!</p>
2015-08-09 23:12:00 +00:00
- name: Brian Healy
2015-10-26 18:18:11 +00:00
image: brian-healy.png
role: Director of Business Development
2015-10-26 18:24:38 +00:00
company:
name: Tincan
url: http://tincan.co.uk
2015-08-09 23:12:00 +00:00
text: >
<p>Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part
of a project team. His understanding of the project requirement(s) and ability to translate it into working
code was essential and he delivered.</p>
2015-10-26 19:22:58 +00:00
#- name: Marlon Duncanson
# company:
# name: Hypergroup Limited
# url: http://www.hypergroup.com
# text: >
# <p>Oliver is a great guy and really easy to work with. He really goes the extra mile to make sure the project
# is done properly. I would recommend him and will not hesitate to use him again in future.</p>
2015-07-02 06:29:01 +00:00
2015-10-26 19:22:58 +00:00
#- name: Brian Hartwell
# text: >
# <p>Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were
# looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him
# again in the future.</p>
2015-10-26 19:22:58 +00:00
#- name: Daniel Easterbrook
# text: >
# <p>Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with
# Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and
# confidentiality at all times.</p>
2015-06-14 02:00:19 +00:00
2015-08-09 23:12:00 +00:00
- name: James Chapman
role: Director
2015-10-26 18:24:38 +00:00
company:
name: Development Done Right
url: http://www.developmentdoneright.co.uk
2015-10-26 18:18:11 +00:00
image: james-chapman.png
2015-08-09 23:12:00 +00:00
text: >
<p>We used Oliver on a number of occasions throughout 2012 and I have to say we've been delighted with his
work. His skills working with Drupal are excellent particularly with custom module development and we wouldnt
hesitate to recommend him others.</p>
2015-08-09 23:12:00 +00:00
- name: Léonie Watson
role: Director of Accessibility
2015-10-26 18:24:38 +00:00
company:
name: Nomensa
url: http://www.nomensa.com
2015-10-26 18:18:11 +00:00
image: leonie-watson.jpg
2015-08-09 23:12:00 +00:00
text: >
<p>Oliver is a flexible and hardworking developer, with a terrific knowledge of Drupal. He promotes
accessibility best practice within the Drupal community, and is always happy to share his knowledge with other
people.</p>
2015-07-02 06:29:01 +00:00
2015-08-09 23:12:00 +00:00
- name: Holly Ross
role: Executive Director
2015-10-26 18:24:38 +00:00
company:
name: Drupal Association
url: https://assoc.drupal.org
2015-10-26 18:18:11 +00:00
image: holly-ross.png
2015-08-09 23:12:00 +00:00
text: >
<p>Oliver has been an outstanding contributor to the Drupal Association team. He is a talented developer who
writes great code and applies his curiosity and love of learning to every project. He is also a fantastic team
member, who gives to the team as much as he gets.</p>
<p>Oliver is the embodiment of everything good about the Drupal community.</p>
2015-07-02 06:29:01 +00:00
2015-08-09 23:12:00 +00:00
- name: Josh Mitchell
role: CTO
2015-10-26 18:24:38 +00:00
company:
name: Drupal Association
url: https://assoc.drupal.org
2015-10-26 18:18:11 +00:00
image: josh-mitchell.png
2015-08-09 23:12:00 +00:00
text: >
<p>Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I
was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and
integrity to all of his work.</p>
<p>Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him
to work on a wide range of projects and features for Drupal products.</p>
2015-10-27 00:10:31 +00:00
- name: Chris Jarvis
image: chris-jarvis.jpg
role: Developer
company:
name: Microserve
url: https://microserve.io
text: >
<p>Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more.</p>
2015-05-28 07:16:52 +00:00
---
2015-09-10 01:59:20 +00:00
{% block content %}
<h1>Testimonials</h1>
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
<p>You can view more recommendations on my <a href="{{ site.linkedin.url }}">LinkedIn profile</a>.</p>
2015-07-02 06:46:07 +00:00
2015-10-26 18:55:11 +00:00
{% for testimonial in page.testimonials|reverse if not testimonial.draft %}
2015-10-26 18:24:38 +00:00
{% set company = testimonial.company %}
2015-09-10 01:59:20 +00:00
<article class="testimonial">
<h2 class="testimonial__name">{{ testimonial.name }}</h2>
2015-07-02 06:42:17 +00:00
2015-10-26 18:53:16 +00:00
{% if testimonial.image %}
<img class="testimonial__image" src="{{ site.url }}/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
{% endif %}
2015-10-27 00:11:15 +00:00
{% if testimonial.role and company.name is not defined %}
<p class="lead">
{{ testimonial.role }}
</p>
{% elseif testimonial.role and company.name %}{% spaceless %}
<p class="lead">
2015-09-10 01:59:20 +00:00
{{ testimonial.role }} at
2015-10-26 18:24:38 +00:00
{% if company.url %}
<a href="{{ company.url }}" title="{{ company.name }}">{{ company.name }}</a>
{% else %}
{{ company.name }}
{% endif %}
2015-09-10 01:59:20 +00:00
</p>
{% endspaceless %}{% endif %}
2015-07-02 07:44:30 +00:00
2015-09-10 01:59:20 +00:00
{{ testimonial.text|raw }}
</article>
{% endfor %}
{% endblock %}
{% block body_classes 'page--testimonials' %}