Re-ordered things
This commit is contained in:
parent
4cbf93a396
commit
83bec96db8
|
@ -2,26 +2,6 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Testimonials
|
title: Testimonials
|
||||||
testimonials:
|
testimonials:
|
||||||
- name: Josh Mitchell
|
|
||||||
role: CTO
|
|
||||||
company: Drupal Association
|
|
||||||
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>
|
|
||||||
|
|
||||||
- name: Holly Ross
|
|
||||||
role: Executive Director
|
|
||||||
company: Drupal Association
|
|
||||||
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>
|
|
||||||
|
|
||||||
- name: Léonie Watson
|
|
||||||
role: Director of Accessibility
|
|
||||||
company: Nomensa
|
|
||||||
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>
|
|
||||||
|
|
||||||
- name: Ed Welsby
|
- name: Ed Welsby
|
||||||
role: Senior Developer
|
role: Senior Developer
|
||||||
company: Proctor & Stevenson
|
company: Proctor & Stevenson
|
||||||
|
@ -35,6 +15,12 @@ testimonials:
|
||||||
text: >
|
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>
|
<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>
|
||||||
|
|
||||||
|
- name: Marlon Duncanson
|
||||||
|
company: 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>
|
||||||
|
|
||||||
- name: Brian Hartwell
|
- name: Brian Hartwell
|
||||||
text: >
|
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>
|
<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>
|
||||||
|
@ -49,15 +35,29 @@ testimonials:
|
||||||
text: >
|
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 wouldn't hesitate to recommend him others.</p>
|
<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 wouldn't hesitate to recommend him others.</p>
|
||||||
|
|
||||||
- name: Marlon Duncanson
|
- name: Léonie Watson
|
||||||
company: Hypergroup Limited
|
role: Director of Accessibility
|
||||||
url: http://www.hypergroup.com
|
company: Nomensa
|
||||||
text: >
|
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>
|
<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>
|
||||||
|
|
||||||
|
- name: Holly Ross
|
||||||
|
role: Executive Director
|
||||||
|
company: Drupal Association
|
||||||
|
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>
|
||||||
|
|
||||||
|
- name: Josh Mitchell
|
||||||
|
role: CTO
|
||||||
|
company: Drupal Association
|
||||||
|
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>
|
||||||
---
|
---
|
||||||
# Testimonials
|
# Testimonials
|
||||||
|
|
||||||
{% for testimonial in page.testimonials|slice(0,5) %}
|
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
|
||||||
<h2>{{ testimonial.name }}</h2>
|
<h2>{{ testimonial.name }}</h2>
|
||||||
<p>{{ testimonial.role }} at {{ testimonial.company }}</p>
|
<p>{{ testimonial.role }} at {{ testimonial.company }}</p>
|
||||||
{{ testimonial.text | raw }}
|
{{ testimonial.text | raw }}
|
||||||
|
|
Loading…
Reference in a new issue