Use markdown for roles

This commit is contained in:
Oliver Davies 2017-03-19 05:38:27 +00:00
parent 6d43dde4ba
commit 087a1dc615

View file

@ -4,18 +4,12 @@ title: Testimonials
testimonials: testimonials:
- name: Chris Jarvis - name: Chris Jarvis
image: chris-jarvis.jpg image: chris-jarvis.jpg
role: Developer role: Developer at [Microserve](https://microserve.io)
company:
name: Microserve
url: https://microserve.io
text: | text: |
Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more.</p> Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more.</p>
- name: Josh Mitchell - name: Josh Mitchell
role: CTO role: CTO at the [Drupal Association](https://assoc.drupal.org)
company:
name: Drupal Association
url: https://assoc.drupal.org
image: josh-mitchell.png image: josh-mitchell.png
text: | text: |
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. 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.
@ -23,10 +17,7 @@ testimonials:
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. 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.
- name: Holly Ross - name: Holly Ross
role: Executive Director role: Executive Director at the [Drupal Association](https://assoc.drupal.org)
company:
name: Drupal Association
url: https://assoc.drupal.org
image: holly-ross.png image: holly-ross.png
text: | text: |
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. 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.
@ -34,53 +25,41 @@ testimonials:
Oliver is the embodiment of everything good about the Drupal community. Oliver is the embodiment of everything good about the Drupal community.
- name: Léonie Watson - name: Léonie Watson
role: Director of Accessibility role: Director of Accessibility at [Nomensa](http://www.nomensa.com)
company:
name: Nomensa
url: http://www.nomensa.com
image: leonie-watson.jpg image: leonie-watson.jpg
text: | text: |
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. 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.
- name: James Chapman - name: James Chapman
role: Director role: Director at [Development Done Right](http://www.developmentdoneright.co.uk)
company:
name: Development Done Right
url: http://www.developmentdoneright.co.uk
image: james-chapman.png image: james-chapman.png
text: | text: |
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. 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.
- name: Daniel Easterbrook - name: Daniel Easterbrook
role: Digital Strategy Consultant
text: | text: |
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. 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.
- name: Brian Hartwell - name: Brian Hartwell
role: Interactive Creative Director
text: | text: |
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. 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.
- name: Marlon Duncanson - name: Marlon Duncanson
company: role: Brand & Web Specialist
name: Hypergroup Limited
url: http://www.hypergroup.com
text: | text: |
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. 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.
- name: Brian Healy - name: Brian Healy
image: brian-healy.png image: brian-healy.png
role: Director of Business Development role: Director of Business Development at [Tincan](http://tincan.co.uk)
company:
name: Tincan
url: http://tincan.co.uk
text: | text: |
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. 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.
- name: Ed Welsby - name: Ed Welsby
image: ed-welsby.png image: ed-welsby.png
role: Senior Developer role: Senior Developer at [Proctor & Stevenson](http://www.proctors.co.uk)
company:
name: Proctor & Stevenson
url: http://www.proctors.co.uk
text: | text: |
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! 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!
use: [posts] use: [posts]
@ -98,20 +77,11 @@ use: [posts]
<img class="testimonial__image pull-right img-circle" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/> <img class="testimonial__image pull-right img-circle" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
{% endif %} {% endif %}
{% if testimonial.role and company.name is not defined %} {% if testimonial.role %}
<p class="lead"> <div class="testimonial__role">
{{ testimonial.role }} {{ testimonial.role|markdown}}
</p> </div>
{% elseif testimonial.role and company.name %}{% spaceless %}
<p class="testimonial__role">
{{ testimonial.role }} at
{% if company.url %}
<a href="{{ company.url }}" title="{{ company.name }}">{{ company.name }}</a>
{% else %}
{{ company.name }}
{% endif %} {% endif %}
</p>
{% endspaceless %}{% endif %}
{{ testimonial.text|markdown }} {{ testimonial.text|markdown }}
</article> </article>