Static Website built on HTML5, CSS3, jQuery, Javascript on Ruby and Rack framework deployed on Heroku.
Watch the website in use : http://www.rohitbhore.com/
The source code is managed with Git (a version control system) and hosted at GitHub.
You can download the website ("clone the repository") with the command
$ git clone https://github.com/rohitpbhore/rohitbhoresite.git
Start the server
$ bundle install
$ rackup
and go to http://localhost:9292