diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index aac9642d6d..376e6d94de 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -10,6 +10,7 @@ // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // GO AFTER THE REQUIRES BELOW. // +//= require plugins //= require jquery //= require jquery_ujs //= require jquery-ui diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3b5cc6648e..2fdaf8ffc8 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -8,6 +8,7 @@ * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * + *= require reset *= require_self *= require_tree . */ diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7731514595..8d89fd6442 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,11 +1,38 @@ - - + + + + + + + - HabitTracker - <%= stylesheet_link_tag "application", :media => "all" %> - <%= javascript_include_tag "application" %> + + + + + + HabitStore + + + + + + + + + <%= stylesheet_link_tag "application" %> <%= csrf_meta_tags %> + + + + + <%= javascript_include_tag "modernizr" %> + <%= javascript_include_tag "application" %> +
+ + <% end %> + + + + diff --git a/config/environments/production.rb b/config/environments/production.rb index 9251cd0c02..b801096be3 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -53,6 +53,7 @@ HabitTracker::Application.configure do # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) # config.assets.precompile += %w( search.js ) + config.assets.precompile += %w( modernizr.js ) # Disable delivery errors, bad email addresses will be ignored # config.action_mailer.raise_delivery_errors = false diff --git a/public/apple-touch-icon-114x114-precomposed.png b/public/apple-touch-icon-114x114-precomposed.png new file mode 100644 index 0000000000..de2d59f92c Binary files /dev/null and b/public/apple-touch-icon-114x114-precomposed.png differ diff --git a/public/apple-touch-icon-57x57-precomposed.png b/public/apple-touch-icon-57x57-precomposed.png new file mode 100644 index 0000000000..6d2fc3969d Binary files /dev/null and b/public/apple-touch-icon-57x57-precomposed.png differ diff --git a/public/apple-touch-icon-72x72-precomposed.png b/public/apple-touch-icon-72x72-precomposed.png new file mode 100644 index 0000000000..b20e78ef39 Binary files /dev/null and b/public/apple-touch-icon-72x72-precomposed.png differ diff --git a/public/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png new file mode 100644 index 0000000000..6d2fc3969d Binary files /dev/null and b/public/apple-touch-icon-precomposed.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000000..6d2fc3969d Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/crossdomain.xml b/public/crossdomain.xml new file mode 100644 index 0000000000..04aa72191d --- /dev/null +++ b/public/crossdomain.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + diff --git a/public/favicon.ico b/public/favicon.ico index e69de29bb2..4ec0d29885 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/humans.txt b/public/humans.txt new file mode 100644 index 0000000000..72be02a5cb --- /dev/null +++ b/public/humans.txt @@ -0,0 +1,43 @@ +/* the humans responsible & colophon */ +/* humanstxt.org */ + + +/* TEAM */ + : + Site: + Twitter: + Location: + +/* THANKS */ + Names (& URL): + +/* SITE */ + Standards: HTML5, CSS3 + Components: Modernizr, jQuery + Software: + + + + -o/- + +oo//- + :ooo+//: + -ooooo///- + /oooooo//: + :ooooooo+//- + -+oooooooo///- + -://////////////+oooooooooo++////////////:: + :+ooooooooooooooooooooooooooooooooooooo+:::- + -/+ooooooooooooooooooooooooooooooo+/::////:- + -:+oooooooooooooooooooooooooooo/::///////:- + --/+ooooooooooooooooooooo+::://////:- + -:+ooooooooooooooooo+:://////:-- + /ooooooooooooooooo+//////:- + -ooooooooooooooooooo////- + /ooooooooo+oooooooooo//: + :ooooooo+/::/+oooooooo+//- + -oooooo/::///////+oooooo///- + /ooo+::://////:---:/+oooo//: + -o+/::///////:- -:/+o+//- + :-:///////:- -:/:// + -////:- --//: + -- -: diff --git a/public/robots.txt b/public/robots.txt index 085187fa58..d310d070b0 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,5 @@ -# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file -# -# To ban all spiders from the entire site uncomment the next two lines: -# User-Agent: * -# Disallow: / +# www.robotstxt.org/ +# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 + +User-agent: * +