From 44482f2e09d8356c1af135848a4feb4631a47bb0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Nov 2015 22:20:28 +0000 Subject: [PATCH] Added projects --- app/config/sculpin_site.yml | 22 +++++++++++++++++++ source/_projects/2010-horse-and-country.md | 9 ++++++++ source/_projects/2011-avon-motorsport.md | 9 ++++++++ source/_projects/2011-rathbone-greenbank.md | 10 +++++++++ source/_projects/2011-source-for-searches.md | 10 +++++++++ source/_projects/2012-aspira.md | 9 ++++++++ source/_projects/2012-digital-theatre-plus.md | 10 +++++++++ source/_projects/2012-vikisports.md | 8 +++++++ source/_projects/2013-ifoa.md | 9 ++++++++ source/_projects/2013-watts-tvc.md | 9 ++++++++ source/_projects/2014-drupalorg.md | 9 ++++++++ source/_projects/2014-mfvc.md | 9 ++++++++ source/_projects/2015-roadcc.md | 9 ++++++++ 13 files changed, 132 insertions(+) create mode 100644 source/_projects/2010-horse-and-country.md create mode 100644 source/_projects/2011-avon-motorsport.md create mode 100644 source/_projects/2011-rathbone-greenbank.md create mode 100644 source/_projects/2011-source-for-searches.md create mode 100644 source/_projects/2012-aspira.md create mode 100644 source/_projects/2012-digital-theatre-plus.md create mode 100644 source/_projects/2012-vikisports.md create mode 100644 source/_projects/2013-ifoa.md create mode 100644 source/_projects/2013-watts-tvc.md create mode 100644 source/_projects/2014-drupalorg.md create mode 100644 source/_projects/2014-mfvc.md create mode 100644 source/_projects/2015-roadcc.md diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index a45df961..82430207 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -72,3 +72,25 @@ availability: yes: Available for weekend/evening freelance work limited: Limited availability for weekend/evening freelance work no: Not availabile for weekend/evening freelance work + +companies: + horse_country: + title: 'Horse & Country TV' + proctors: + title: 'Proctor & Stevenson' + website: http://www.proctors.co.uk + nomensa: + title: Nomensa + website: http://www.nomensa.com + precedent: + title: Precedent + website: http://precedent.com + lab_class: + title: Lab Class + website: http://labclass.co.uk + drupal_association: + title: Drupal Association + website: https://assoc.drupal.org + microserve: + title: Microserve + website: https://microserve.io diff --git a/source/_projects/2010-horse-and-country.md b/source/_projects/2010-horse-and-country.md new file mode 100644 index 00000000..1a8afd4c --- /dev/null +++ b/source/_projects/2010-horse-and-country.md @@ -0,0 +1,9 @@ +--- +title: 'Horse & Country TV' +website: http://www.horseandcountry.tv +tags: + - drupal + - drupal-6 +image: handc.png +company: horse_country +--- diff --git a/source/_projects/2011-avon-motorsport.md b/source/_projects/2011-avon-motorsport.md new file mode 100644 index 00000000..d49ade0f --- /dev/null +++ b/source/_projects/2011-avon-motorsport.md @@ -0,0 +1,9 @@ +--- +title: Avon Motorsport +website: http://www.avonmotorsport.com +tags: + - drupal + - drupal-6 +image: avon-motorsport.png +company: proctors +--- diff --git a/source/_projects/2011-rathbone-greenbank.md b/source/_projects/2011-rathbone-greenbank.md new file mode 100644 index 00000000..b07f78ea --- /dev/null +++ b/source/_projects/2011-rathbone-greenbank.md @@ -0,0 +1,10 @@ +--- +title: Rathbone Greenbank Investments +website: http://www.rathbonegreenbank.com +tags: + - drupal + - drupal-6 +image: rathbone-greenbank.png +company: proctors +slug: rathbone-greenbank +--- diff --git a/source/_projects/2011-source-for-searches.md b/source/_projects/2011-source-for-searches.md new file mode 100644 index 00000000..ed011323 --- /dev/null +++ b/source/_projects/2011-source-for-searches.md @@ -0,0 +1,10 @@ +--- +title: Source for Searches +website: https://www.sourceforsearches.co.uk/ +tags: + - drupal + - drupal-6 + - ubercart +image: source-for-searches.png +company: proctors +--- diff --git a/source/_projects/2012-aspira.md b/source/_projects/2012-aspira.md new file mode 100644 index 00000000..9efc5fa2 --- /dev/null +++ b/source/_projects/2012-aspira.md @@ -0,0 +1,9 @@ +--- +title: Aspira +website: https://www.aspirafp.co.uk/ +tags: + - drupal + - drupal-7 +image: aspira.png +company: proctors +--- diff --git a/source/_projects/2012-digital-theatre-plus.md b/source/_projects/2012-digital-theatre-plus.md new file mode 100644 index 00000000..c1b58070 --- /dev/null +++ b/source/_projects/2012-digital-theatre-plus.md @@ -0,0 +1,10 @@ +--- +title: Digital Theatre Plus +website: http://www.digitaltheatureplus.com +tags: + - drupal + - drupal-7 + - drupal-commerce +image: digital-theatre-plus.png +company: nomensa +--- diff --git a/source/_projects/2012-vikisports.md b/source/_projects/2012-vikisports.md new file mode 100644 index 00000000..527d5146 --- /dev/null +++ b/source/_projects/2012-vikisports.md @@ -0,0 +1,8 @@ +--- +title: Vikisports +website: http://www.vikisports.com +tags: + - drupal + - drupal-6 +image: vikisports.png +--- diff --git a/source/_projects/2013-ifoa.md b/source/_projects/2013-ifoa.md new file mode 100644 index 00000000..6662a568 --- /dev/null +++ b/source/_projects/2013-ifoa.md @@ -0,0 +1,9 @@ +--- +title: Institute and Faculty of Actuaries (IFoA) +website: http://www.actuaries.org.uk +tags: + - drupal + - drupal-7 +image: ifoa.png +company: precedent +--- diff --git a/source/_projects/2013-watts-tvc.md b/source/_projects/2013-watts-tvc.md new file mode 100644 index 00000000..d8436ad6 --- /dev/null +++ b/source/_projects/2013-watts-tvc.md @@ -0,0 +1,9 @@ +--- +title: Watts TVC +website: http://www.wattstvc.co.uk +tags: + - drupal + - drupal-7 +image: wattstvc.png +company: lab_class +--- diff --git a/source/_projects/2014-drupalorg.md b/source/_projects/2014-drupalorg.md new file mode 100644 index 00000000..9299e3a8 --- /dev/null +++ b/source/_projects/2014-drupalorg.md @@ -0,0 +1,9 @@ +--- +title: Drupal.org +website: https://www.drupal.org +tags: + - drupal + - drupal-7 +image: drupalorg.png +company: drupal_association +--- diff --git a/source/_projects/2014-mfvc.md b/source/_projects/2014-mfvc.md new file mode 100644 index 00000000..db15aa5f --- /dev/null +++ b/source/_projects/2014-mfvc.md @@ -0,0 +1,9 @@ +--- +title: My Favourite Voucher Codes +website: https://www.myfavouritevouchercodes.co.uk/ +tags: + - drupal + - drupal-7 +image: mfvc.png +slug_title: my-favourite-voucher-codes +--- diff --git a/source/_projects/2015-roadcc.md b/source/_projects/2015-roadcc.md new file mode 100644 index 00000000..a9960233 --- /dev/null +++ b/source/_projects/2015-roadcc.md @@ -0,0 +1,9 @@ +--- +title: road.cc +website: http://road.cc +tags: + - drupal + - drupal-7 +image: roadcc.png +company: microserve +---