From 07f97484f0282ea37d10cdb46099429ab0d3f283 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 11 Apr 2015 08:00:40 +0100 Subject: [PATCH] Added cv2.html.twig --- source/cv2.html.twig | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 source/cv2.html.twig diff --git a/source/cv2.html.twig b/source/cv2.html.twig new file mode 100644 index 00000000..d3261293 --- /dev/null +++ b/source/cv2.html.twig @@ -0,0 +1,43 @@ +--- +layout: default +title: CV2 +jobs: + - company: Drupal Association + website: https://assoc.drupal.org + role: Drupal.org Developer + start: 2014 + - company: Precedent + website: http://precedent.com + role: Senior Drupal Developer + start: 2013 + end: 2014 + - company: Nomensa + website: http://www.nomensa.com + role: Application Developer & Systems Administrator + start: 2012 + end: 2013 + - company: Nomensa + website: http://www.nomensa.com + role: Freelance Drupal Developer + start: 2012 + end: 2012 + - company: Proctor & Stevenson + website: http://www.proctors.co.uk + role: PHP Developer + start: 2011 + end: 2012 + - company: Horse & Country TV + website: http://www.horseandcountry.tv + role: Web Developer + start: 2010 + end: 2011 +--- +

CV

+ +{% for job in page.jobs %} +

{{ job.company }}

+ {% if job.website %} + {{ job.website }} + {% endif %} +

{{ job.role }} from {{ job.start }} - {% if job.end %}{{ job.end }}{% else %}Present{% endif %}

+{% endfor %} \ No newline at end of file