From 032631bfdfea353d9c3af9e56b898a2ee06cec74 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 30 Jul 2012 20:56:57 +0100 Subject: [PATCH] Updates to CV wording. --- css/style.css.sass | 2 +- js/script.js.coffee | 2 +- sections/experience.markdown | 8 ++++---- sections/interests.markdown | 2 +- sections/portfolio.markdown | 36 +++++++++--------------------------- sections/profile.markdown | 2 ++ 6 files changed, 18 insertions(+), 34 deletions(-) diff --git a/css/style.css.sass b/css/style.css.sass index c17964b..ae9e972 100644 --- a/css/style.css.sass +++ b/css/style.css.sass @@ -67,7 +67,7 @@ body #stripe background: #262626 height: 12px - box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) canvas height: 12px width: 100% diff --git a/js/script.js.coffee b/js/script.js.coffee index 4fde5ed..972bf3f 100644 --- a/js/script.js.coffee +++ b/js/script.js.coffee @@ -9,7 +9,7 @@ if navigator.userAgent.match(/iPhone/i) or navigator.userAgent.match(/iPad/i) $ -> canvas = document.getElementById("colours") context = canvas.getContext("2d") - colours = ['#FF5579', '#8ED600', '#00BAEB'] + colours = ['#FF6205', '#8ED600', '#00BAEB'] offset = 0 for colour in colours context.fillStyle = colour diff --git a/sections/experience.markdown b/sections/experience.markdown index 2514b08..7964f16 100644 --- a/sections/experience.markdown +++ b/sections/experience.markdown @@ -4,25 +4,25 @@ Dec 2011 – Present -Continued development of a CRM product built using Rails 2.3. Moved version control from SVN to git and brought the Rspec test suite up to date. +Continued development of a CRM product built using Rails 2.3. I moved version control from SVN to git and brought the Rspec test suite up to date. #### [Pixelhum](http://pixelhum.com) Aug 2010 – Present -Pixelhum is my own freelance/contract business. I build custom web applications for clients using PHP and Ruby on Rails. +Pixelhum is my own freelance/contract business. I design and build web applications for clients using Ruby on Rails. #### [Abiquo](http://www.abiquo.com) June 2010 – Oct 2011 -Updating and maintaining Abiquo’s websites, written in both PHP and Ruby on Rails. This includes the virtual image exchange site Thunderflash (thunderflash.com) which I rebuilt on Rails 3. +Updated and maintained Abiquo’s websites, written in both PHP and Ruby on Rails. This includes the virtual image exchange site Thunderflash (thunderflash.com) which I rebuilt on Rails 3. #### [Deep Blue Sound](http://dbsmusic.co.uk) Aug 2008 – June 2010 -Administering and augmenting the existing web systems including Moodle, SugarCRM and others. Deputising for the System Administrator. +Administered and augmented the existing web systems including Moodle, SugarCRM and others. Deputised for the System Administrator. #### [Footwork Solutions](http://footworksolutions.co.uk) diff --git a/sections/interests.markdown b/sections/interests.markdown index 41a818d..99e9b53 100644 --- a/sections/interests.markdown +++ b/sections/interests.markdown @@ -1,4 +1,4 @@ -#### Interests +#### Other Interests * Drumming * Music diff --git a/sections/portfolio.markdown b/sections/portfolio.markdown index f5d3d47..25e7d8c 100644 --- a/sections/portfolio.markdown +++ b/sections/portfolio.markdown @@ -1,43 +1,25 @@ ### Portfolio -#### Soundunlimited +#### [Soundunlimited](http://www.soundunlimited.co.uk) -[soundunlimited.co.uk](http://www.soundunlimited.co.uk) +I built a complete online shop system for a local music shop using Ruby on Rails. Rspec was used for testing. -Complete online shop system implemented using Ruby on Rails. Rspec was used for testing. +#### [NeoMPC](http://pixelhum.com/neompc) -#### NeoMPC +Web based MPD client. Design and execution. Built using PHP and jQuery and uses mpd.class.php to connect to the MPD server. -[pixelhum.com/neompc](http://pixelhum.com/neompc) - -Web based MPD client. Design and execution. Built on PHP and jQuery and uses mpd.class.php. - -#### Footwork Solutions - -[footworksolutions.co.uk](http://footworksolutions.co.uk) +#### [Footwork Solutions](http://footworksolutions.co.uk) Company logo and site design. I built the HTML for the Drupal template. -#### Halo - -haloteam.com +#### [Halo](http://footworksolutions.co.uk/?q=halo) Hosted care co-ordination system for drug treatment agencies. Design, initial implementation and ongoing development of key modules. -#### Dan Barber Photo +#### [Dan Barber Photo](http://danbarberphoto.com) -[danbarberphoto.com](http://danbarberphoto.com) - -My own photography portfolio site. Designed and implemented the whole site using Ruby on Rails and jQuery, including backend admin pages. - -#### Dan & Katie - -[wedding.coweyes.co.uk](http://wedding.coweyes.co.uk) - -My own wedding photo site. Design and implementation of theme for ZenPhoto. +My own photography portfolio site. I designed and implemented the site using Ruby on Rails and jQuery, including backend admin pages. #### My CV -[danbarber.me/cv](http://danbarber.me/cv) - -My CV is a responsive design built using Stasis, HAML, SASS and Markdown that makes extensive use of HTML5, CSS3, typography and web fonts. +My CV is a responsive design built using Stasis, HAML, SASS and Markdown that makes extensive use of HTML5, CSS3, typography and web fonts. The source code is available on [Github](https://github.com/danbee/cv). diff --git a/sections/profile.markdown b/sections/profile.markdown index c4de414..4bd6ae9 100644 --- a/sections/profile.markdown +++ b/sections/profile.markdown @@ -1,3 +1,5 @@ ### Profile I have 12 years of experience building web sites and web applications, from small simple websites and services to large enterprise level systems. I focus on simple, usable interfaces and prefer to work by prototyping ideas. + +I am detail orientated and I love working alongside others on interesting projects and ideas. I love learning new techniques and technologies and I love simple, elegant, maintainable code.