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:
parent
5714890df6
commit
032631bfdf
@ -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%
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#### Interests
|
||||
#### Other Interests
|
||||
|
||||
* Drumming
|
||||
* Music
|
||||
|
||||
@ -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).
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user