mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Last few changes. Started building deploy script.
This commit is contained in:
parent
0d4f6696a4
commit
3e01c910e5
0
danbarbercv
Normal file
0
danbarbercv
Normal file
15
deploy.rb
Executable file
15
deploy.rb
Executable file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
module CV
|
||||
def CV.check_dir
|
||||
return File.exists? "danbarbercv"
|
||||
end
|
||||
|
||||
def CV.deploy
|
||||
if check_dir
|
||||
puts "Deploying..."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
CV.deploy
|
||||
@ -3,10 +3,6 @@
|
||||
Dan Barber's CV
|
||||
Author: Dan Barber
|
||||
URL: http://pixelhum.com/cv
|
||||
/[if IEMobile 7 ] <html class="no-js iem7" manifest="default.appcache?v=1">
|
||||
/[if lt IE 7 ] <html class="no-js ie6" lang="en">
|
||||
/[if IE 7 ] <html class="no-js ie7" lang="en">
|
||||
/[if IE 8 ] <html class="no-js ie8" lang="en">
|
||||
%html.no-js{:lang => "en", :manifest => "default.appcache?v=1"}
|
||||
%head
|
||||
= render "partials/_head.html.haml"
|
||||
|
||||
@ -2,42 +2,42 @@
|
||||
|
||||
#### [WebBased Ltd](http://www.webbased.co.uk/webbased)
|
||||
|
||||
Dec 2011 – Present
|
||||
Dec 2011 — Present
|
||||
|
||||
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
|
||||
Aug 2010 — Present
|
||||
|
||||
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
|
||||
June 2010 — Oct 2011
|
||||
|
||||
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
|
||||
Aug 2008 — June 2010
|
||||
|
||||
Administered and augmented the existing web systems including Moodle, SugarCRM and others. Deputised for the System Administrator.
|
||||
|
||||
#### [Footwork Solutions](http://footworksolutions.co.uk)
|
||||
|
||||
Nov 2002 – Aug 2008
|
||||
Nov 2002 — Aug 2008
|
||||
|
||||
I was a lead developer and designer on the Halo care co-ordination system, including training and documentation and support. I was also the System Administrator for both the local network and remote server farm.
|
||||
|
||||
#### Granite Internet
|
||||
|
||||
2000 – 2002
|
||||
2000 — 2002
|
||||
|
||||
Designed and developed and maintained several property company websites based on a single code base. Setup Windows, Linux and FreeBSD servers.
|
||||
|
||||
#### North Devon Journal
|
||||
|
||||
1998 – 2000
|
||||
1998 — 2000
|
||||
|
||||
Set advertisements using QuarkXpress and was responsible for laying out the classified pages. Developed a love for typography.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user