Remove projects

No longer being updated.

Fixes #26
This commit is contained in:
Oliver Davies 2018-01-30 22:48:55 +00:00
parent 531a7622ee
commit de03517b20
45 changed files with 1 additions and 370 deletions

View file

@ -107,7 +107,6 @@ nginx_vhosts:
rewrite "^/cv/?$" https://gitprint.com/opdavies/cv/blob/master/README.md permanent;
rewrite "^/drupalgive/?$" https://www.drupal.org/u/opdavies permanent;
rewrite "^/git-flow/?$" /talks/git-flow permanent;
rewrite "^/portfolio/?$" /projects permanent;
rewrite "^/slides/bristol-dug/drupal-vm-generator/?$" http://opdavies.github.io/slides-drupal-vm-generator permanent;
rewrite "^/slides/phpsw/building-static-websites-with-sculpin/?$" https://opdavies.github.io/slides-phpsw-sculpin permanent;
rewrite "^/speaker-info/?$" https://github.com/opdavies/talks/blob/master/speaker-bio.md permanent;

View file

@ -2,9 +2,6 @@ sculpin_content_types:
posts:
permalink: blog/:year/:month/:day/:slug_title/
taxonomies: [tags]
projects:
permalink: projects/:slug_title/
taxonomies: [skills, tags]
talks:
permalink: talks/:basename/
taxonomies: [tags]

View file

@ -1,21 +0,0 @@
{% if page.company %}
{% set company = site.companies[page.company] %}
<div class="project-company {{ company.logo ? 'has-logo' : 'no-logo' }}">
<h2>Built {{ page.freelance ? 'for' : 'whilst at' }}</h2>
{% if company.logo %}
{% set name = '<img src="/assets/images/experience/' ~ company.logo ~ '" alt="' ~ company.name ~ '">' %}
{% else %}
{% set name = company.name %}
{% endif %}
{% if company.url %}
<a href="{{ company.url }}" title="{{ company.name }}">
{{ name|raw }}
</a>
{% else %}
{{ name|raw }}
{% endif %}
</div>
{% endif %}

View file

@ -1,3 +0,0 @@
{% if page.image -%}
<img src="/assets/images/projects/{{ page.image.name ?: page.image }}" alt="{{ page.image.alt }}" class="img mw5-m">
{%- endif %}

View file

@ -1,11 +0,0 @@
{% if page.skills %}
<div class="project--skills">
<h2>Skills</h2>
<ul>
{% for skill in page.skills %}
<li>{{ skill }}</li>
{% endfor %}
</ul>
</div>
{% endif %}

View file

@ -1,5 +0,0 @@
{% if page.website %}
<a class="project-website btn btn-primary" href="{{ page.website }}">
View the website
</a>
{% endif %}

View file

@ -1,13 +0,0 @@
{% extends 'page' %}
{% block body_classes 'page--project' %}
{% block content_wrapper %}
{% include 'project/image' %}
{% block content %}{% endblock %}
{% include 'project/website' %}
{% include 'project/skills' %}
{% include 'project/company' %}
{% endblock %}

View file

@ -1,15 +0,0 @@
---
title: Abertawe Country Hotel for Cats
website: http://www.abertawecountryhotelforcats.co.uk
tags:
- drupal
- drupal-6
image: cattery.png
role: Freelance Developer
freelance: true
skills:
- Drupal 6
- PHP
- CSS
- Jenkins
---

View file

@ -1,14 +0,0 @@
---
title: 'Horse & Country TV'
website: http://www.horseandcountry.tv
tags:
- drupal
- drupal-6
image: horse-and-country.png
company: horse_country
role: Developer
skills:
- Drupal
- PHP
- Git
---

View file

@ -1,15 +0,0 @@
---
title: Avon Motorsport
website: http://www.avonmotorsport.com
tags:
- drupal
- drupal-6
image: avon-motorsport.png
company: proctors
role: Developer
skills:
- Drupal 6
- PHP
- Less
- SVN
---

View file

@ -1,17 +0,0 @@
---
title: Source for Searches
website: https://www.sourceforsearches.co.uk/
tags:
- drupal
- drupal-6
- ubercart
image: source-for-searches.png
company: proctors
role: Developer
skills:
- Drupal 6
- Ubercart
- PHP
- Less
- SVN
---

View file

@ -1,15 +0,0 @@
---
title: wL2
website: http://www.wlsquared.com
tags:
- drupal
- drupal-7
image: wlsquared.png
role: Freelance Developer
freelance: true
skills:
- Drupal 7
- PHP
- Less
- Git
---

View file

@ -1,17 +0,0 @@
---
title: Accessible Bristol
website: http://www.accessiblebristol.org.uk
tags:
- drupal
- drupal-7
- accessibility
image: accessible-bristol.png
role: Freelance Developer
freelance: true
skills:
- Drupal 7
- PHP
- Less
- Git
- Fabric
---

View file

@ -1,14 +0,0 @@
---
title: Aspira
website: https://www.aspirafp.co.uk/
tags:
- drupal
- drupal-7
image: aspira.png
company: proctors
role: Developer
skills:
- Drupal 7
- PHP
- SVN
---

View file

@ -1,19 +0,0 @@
---
title: Daylight Photo Awards
website: https://daylightphotoawards.com
tags:
- drupal
- drupal-7
- drupal-commerce
image: daylight-photo-awards.png
role: Freelance Developer
freelance: true
skills:
- Drupal
- Drupal Commerce
- Git
- Sass
- Compass
- Jenkins
- Fabric
---

View file

@ -1,14 +0,0 @@
---
title: Digital Theatre Plus
website: http://www.digitaltheatureplus.com
tags:
- drupal
- drupal-7
- drupal-commerce
image: digital-theatre-plus.png
company: nomensa
role: Developer
skills:
- Drupal 7
- PHP
---

View file

@ -1,17 +0,0 @@
---
title: 'Door Decor & More'
website: http://doordecorandmore.co.uk
tags:
- drupal
- drupal-7
- drupal-commerce
image: door-decor-more.png
company: zooba
role: Freelance Developer
freelance: true
skills:
- Drupal 7
- Drupal Commerce
- PHP
- Git
---

View file

@ -1,16 +0,0 @@
---
title: Vikisports
website: http://www.vikisports.com
tags:
- drupal
- drupal-6
image: vikisports.png
role: Freelance Developer
freelance: true
skills:
- Drupal 6
- Drupal 7
- PHP
- Git
- Jenkins
---

View file

@ -1,13 +0,0 @@
---
title: Hutch Paving
tags:
- drupal
- drupal-7
image: hutch-paving.png
role: Freelance Developer
company: trent
freelance: true
skills:
- Drupal 7
- PHP
---

View file

@ -1,16 +0,0 @@
---
title: Institute and Faculty of Actuaries (IFoA)
website: http://www.actuaries.org.uk
tags:
- drupal
- drupal-7
image: ifoa.png
company: precedent
role: Lead Developer
slug: ifoa
skills:
- Drupal 7
- PHP
- CSS
- Git
---

View file

@ -1,17 +0,0 @@
---
title: My Favourite Voucher Codes
website: https://www.myfavouritevouchercodes.co.uk/
tags:
- drupal
- drupal-7
image: my-favourite-voucher-codes.png
slug_title: my-favourite-voucher-codes
role: Freelance Developer
freelance: true
skills:
- Drupal 7
- PHP
- CSS
- Git
skills: [drupal, php, git]
---

View file

@ -1,17 +0,0 @@
---
title: Watts TVC
website: http://www.wattstvc.co.uk
tags:
- drupal
- drupal-7
image: watts-tvc.png
company: lab_class
role: Freelance Developer
freelance: true
skills:
- Drupal 7
- PHP
- Git
- Sass
- Compass
---

View file

@ -1,18 +0,0 @@
---
title: Drupal.org
website: https://www.drupal.org
tags:
- drupal
- drupal-7
image: drupal-org.png
company: drupal_association
role: Drupal.org Developer
skills:
- Drupal 7
- PHP
- Git
- Sass
- Compass
- Jenkins
slug: drupal-org
---

View file

@ -1,18 +0,0 @@
---
title: road.cc
website: http://road.cc
tags:
- drupal
- drupal-7
image:
name: road-cc.png
alt: The new road.cc website
company: microserve
role: Lead Developer
skills:
- Drupal 7
- PHP
- Git
- Less
slug: road-cc
---

View file

@ -1,27 +0,0 @@
---
title: drupalvmgenerator.com
website: https://www.drupalvmgenerator.com
tags:
- drupal
- drupal-8
year: 2016
image: drupal-vm-generator.png
slug: drupal-vm-generator-website
skills:
- Drupal 8
- PHP
- Composer
- Jenkins
- Fabric
- Git
- Sass
- Gulp
---
[drupalvmgenerator.com][1] is a Drupal 8 website for the Drupal VM Generator project.
It contains information about the project such as installation instructions, but also integrates with GitHub to provide a download link to the latest drupalvm.phar file, and provides a manifest file for the `self:update` command to use.
Ive also started adding [articles][2] onto the site to coincide with new releases and announcements.
[1]: https://www.drupalvmgenerator.com
[2]: https://www.drupalvmgenerator.com/articles

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 719 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 KiB

View file

@ -1,12 +0,0 @@
---
layout: page
title: Projects
use: [projects, posts]
---
<ul>
{% for project in data.projects|reverse %}
<li>{% spaceless %}
<a href="{{ project.url }}">{{ project.title }}</a>
{% endspaceless %}</li>
{% endfor %}
</ul>

View file

@ -2,8 +2,7 @@
permalink: none
---
User-agent: *
Disallow: /_projects/
Disallow: /_testimonials/
Disallow: /404.html
Sitemap: {{ site.url }}/sitemap.xml
Sitemap: {{ site.url }}/sitemap.xml