Main website responsiveness

This commit is contained in:
2015-01-13 18:08:21 +01:00
parent 2f812ad52e
commit 9674a8155e
24 changed files with 428 additions and 428 deletions
+5 -23
View File
@@ -10,35 +10,20 @@ html lang="en"
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
= stylesheet_link_tag "theme1/application", :media => "all"
= javascript_include_tag 'theme1/application'
link href="/favicon.ico" rel="shortcut icon"
link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'
body
.header-nav-banner
#header-wrap
#ceiling
.left
.right
.lights
.light1
.light2
.light3
.container
#header
#header-right= render 'theme1/social'
#logo= link_to image_tag('icons/logo-text.png', alt: application_title), root_path
#nav-wrap.container
.navbar
.navbar-inner= render 'theme1/navigation'
= render 'theme1/header'
#home-splash
#home-splash-content.container
#home-splash-content
#home-splash-content-inner
#home-splash-content-inner-bar
#home-splash-footer
.left
.right
#home-splash-footer-inner.container
#home-splash-footer-inner.content-container
#home-splash-footer-inner-bar
#main-wrap
.container
@@ -55,8 +40,5 @@ html lang="en"
a.close data-dismiss="alert" ×
= yield :page_title
= yield
#footer-wrap
.footer-shadow
.container
.footer-content= render 'footer'
.footer-bottom © mozo.bar 2014
= render 'theme1/footer'
= javascript_include_tag 'theme1/application'