diff --git a/config.rb b/config.rb index ae21823..4bd55a4 100644 --- a/config.rb +++ b/config.rb @@ -21,7 +21,9 @@ # CoffeeScript filters in Haml # First: gem install coffee-filter -# require 'coffee-filter' +require 'coffee-filter' + +mime_type "appcache", "text/cache-manifest" # Automatic image dimensions on image_tag helper # activate :automatic_image_sizes @@ -62,7 +64,7 @@ set :css_dir, "css" # Change the JS directory -# set :js_dir, "alternative_js_directory" +set :js_dir, "js" # Change the images directory # set :images_dir, "alternative_image_directory" diff --git a/source/app.appcache b/source/app.appcache new file mode 100644 index 0000000..6835aa7 --- /dev/null +++ b/source/app.appcache @@ -0,0 +1,15 @@ +CACHE MANIFEST + +CACHE: +index.html +templates/templates.html +css/bootstrap.css?v=1 +css/site.css?v=1 +js/modernizr.js +js/respond.js +http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js +js/hogan.js +js/underscore.js +js/json2.js +js/backbone.js +js/app.js?v=1 \ No newline at end of file diff --git a/source/css/site.css.sass b/source/css/site.css.sass index 90aa0bb..f033480 100644 --- a/source/css/site.css.sass +++ b/source/css/site.css.sass @@ -1,5 +1,8 @@ body padding-top: 60px +.templates + display: none + #info text-align: justify \ No newline at end of file diff --git a/source/index.html.haml b/source/index.html.haml index ff3517b..794c72e 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -4,7 +4,8 @@ -%html.no-js{ :lang => "en" } +/ %html.no-js{ :lang => "en", :manifest => "app.appcache" } +%html.no-js{ :lang => "en"} %head %meta{ :charset => "utf-8" }/ @@ -39,34 +40,14 @@ %ul.nav %li.active %a{:href => "#"} About - / %li - / %a{:href => "#about"} About - / %li - / %a{:href => "#contact"} Contact + %li + %a{:href => "#privacy"} Privacy + %li + %a{:href => "#refund"} Refund .container / Main hero unit for a primary marketing message or call to action .hero-unit#info - %h1 Roman Dolgiy - %br - %p - An energetic and experienced Python Developer with strong system administration skills. Skilled in Data Modeling, Object-Oriented Development and the MVC architecture. Driven to deliver functional, polished applications using the latest technologies. - - %p - Able to manage small team. Familiar with Agile Methodology, like to automate everything (testing, deployment, server configuration, Continuous Integration). - - %p Django addicted. Love open source. - - / %p - / Last few months I was also working as a frontend developer using latest technologies such as Haml, Compass/Sass, CoffeeScript, Backbone.js. - - %p - %a{ :href => "https://github.com/t0ster" } Github profile - %br - %a{ :href => "http://ua.linkedin.com/in/t0ster" } LinkedIn profile - %p - %a.btn.primary.large{ :href => "https://www.odesk.com/users/~~3323ae14fbd2b8ac" } Hire me on oDesk » - %p - %a.btn.primary.large{ :href => "http://dl.dropbox.com/u/407968/CV.pdf" } Actual CV » + Loading... / Example row of columns / .row / .span16 @@ -84,6 +65,12 @@ :javascript window.jQuery || document.write("