1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Updates to CV wording.

This commit is contained in:
Dan Barber 2012-07-30 20:56:57 +01:00
parent 5714890df6
commit 032631bfdf
6 changed files with 18 additions and 34 deletions

View File

@ -67,7 +67,7 @@ body
#stripe #stripe
background: #262626 background: #262626
height: 12px 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 canvas
height: 12px height: 12px
width: 100% width: 100%

View File

@ -9,7 +9,7 @@ if navigator.userAgent.match(/iPhone/i) or navigator.userAgent.match(/iPad/i)
$ -> $ ->
canvas = document.getElementById("colours") canvas = document.getElementById("colours")
context = canvas.getContext("2d") context = canvas.getContext("2d")
colours = ['#FF5579', '#8ED600', '#00BAEB'] colours = ['#FF6205', '#8ED600', '#00BAEB']
offset = 0 offset = 0
for colour in colours for colour in colours
context.fillStyle = colour context.fillStyle = colour

View File

@ -4,25 +4,25 @@
Dec 2011 Present 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) #### [Pixelhum](http://pixelhum.com)
Aug 2010 Present 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) #### [Abiquo](http://www.abiquo.com)
June 2010 Oct 2011 June 2010 Oct 2011
Updating and maintaining Abiquos 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 Abiquos 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) #### [Deep Blue Sound](http://dbsmusic.co.uk)
Aug 2008 June 2010 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) #### [Footwork Solutions](http://footworksolutions.co.uk)

View File

@ -1,4 +1,4 @@
#### Interests #### Other Interests
* Drumming * Drumming
* Music * Music

View File

@ -1,43 +1,25 @@
### Portfolio ### 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) #### [Footwork Solutions](http://footworksolutions.co.uk)
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)
Company logo and site design. I built the HTML for the Drupal template. Company logo and site design. I built the HTML for the Drupal template.
#### Halo #### [Halo](http://footworksolutions.co.uk/?q=halo)
haloteam.com
Hosted care co-ordination system for drug treatment agencies. Design, initial implementation and ongoing development of key modules. 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. I designed and implemented the site using Ruby on Rails and jQuery, including backend admin pages.
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 CV #### 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. The source code is available on [Github](https://github.com/danbee/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.

View File

@ -1,3 +1,5 @@
### Profile ### 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 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.