diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index fd726d63..e678f981 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -45,7 +45,7 @@ favicon_sizes: [ 160, 96, 32, 16 ] main_menu: about: { title: About & Contact, href: / } experience: { title: Experience, href: /experience/ } -# testimonials: { title: Testimonials, href: /testimonials/ } + testimonials: { title: Testimonials, href: /testimonials/ } talks: { title: Talks, href: /talks/ } blog: { title: Blog, href: /blog/ } diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index a25d5bec..70ff0e79 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -9,7 +9,7 @@ testimonials: 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.

- name: Josh Mitchell @@ -18,7 +18,7 @@ testimonials: name: Drupal Association url: https://assoc.drupal.org 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.

@@ -31,7 +31,7 @@ testimonials: name: Drupal Association url: https://assoc.drupal.org 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 is the embodiment of everything good about the Drupal community.

@@ -41,7 +41,7 @@ testimonials: name: Nomensa url: http://www.nomensa.com 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.

- name: James Chapman @@ -50,23 +50,23 @@ testimonials: name: Development Done Right url: http://www.developmentdoneright.co.uk 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 wouldn’t hesitate to recommend him others.

- #- name: Daniel Easterbrook - # 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.

+ - name: Daniel Easterbrook + 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.

- #- name: Brian Hartwell - # 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.

+ - name: Brian Hartwell + 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.

- #- name: Marlon Duncanson - # company: - # name: Hypergroup Limited - # url: http://www.hypergroup.com - # 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.

+ - name: Marlon Duncanson + company: + name: Hypergroup Limited + url: http://www.hypergroup.com + 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.

- name: Brian Healy image: brian-healy.png @@ -74,7 +74,7 @@ testimonials: 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.

- name: Ed Welsby @@ -83,14 +83,12 @@ testimonials: 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!

--- {% block content %}

Testimonials

-

Here are some examples of the nice things that clients and former colleagues have said.

-

You can view more recommendations on my LinkedIn profile.

{% for testimonial in page.testimonials %} {% set company = testimonial.company %} diff --git a/styles/site.scss b/styles/site.scss index fa899006..ae5d5ae2 100644 --- a/styles/site.scss +++ b/styles/site.scss @@ -2,7 +2,11 @@ @import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'; @import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/center-block'; @import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/hide-text'; +@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/vendor-prefixes'; +@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/tab-focus'; +@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/image'; @import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/utilities'; +@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding'; @import '../vendor/bower/compass-breakpoint/stylesheets/breakpoint'; @import 'base';