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'
+2 -21
View File
@@ -6,7 +6,6 @@ html lang="en"
meta name="viewport" content="width=device-width, initial-scale=1.0"
title= site_page_title
= csrf_meta_tags
/! Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
@@ -16,21 +15,7 @@ html lang="en"
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'
#content-header
.left
.right
@@ -50,9 +35,5 @@ html lang="en"
- if @page && @page.title.present?
h1.page-title= @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"