Added some blank lines
Makes things easier to read. :)
This commit is contained in:
parent
e95b67ba71
commit
fa8dfdc2d0
|
@ -8,18 +8,21 @@ testimonials:
|
|||
role: Senior Developer
|
||||
company: Proctor & Stevenson
|
||||
url: http://www.proctors.co.uk
|
||||
|
||||
- name: Brian Healy
|
||||
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>
|
||||
role:
|
||||
company: Tincan
|
||||
url: http://tincan.co.uk
|
||||
|
||||
- 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>
|
||||
role:
|
||||
company:
|
||||
url:
|
||||
|
||||
- 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>
|
||||
|
@ -32,6 +35,7 @@ testimonials:
|
|||
role: Director
|
||||
company: Development Done Right
|
||||
url: http://www.developmentdoneright.co.uk
|
||||
|
||||
- name: Marlon Duncanson
|
||||
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>
|
||||
|
@ -44,4 +48,4 @@ testimonials:
|
|||
{% for testimonial in page.testimonials %}
|
||||
<h2>{{ testimonial.name }}</h2>
|
||||
{{ testimonial.text | raw }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue