Update site pages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
= yield :footer
|
||||
= link_to 'disclaimer', '#'
|
||||
'
|
||||
= link_to 'privacy', '#'
|
||||
'
|
||||
= link_to 'kernwaarden', '#'
|
||||
@@ -0,0 +1,10 @@
|
||||
- title t('menu.bars_restaurants')
|
||||
.right= image_tag 'site/tablet-screenshot.png'
|
||||
p
|
||||
|
|
||||
Qwaiter is niet alleen handig voor de gebruiker die met zijn of haar smartphone makkelijk kan bestellen.
|
||||
Ook voor de bar of restauranthouder is het een ware toevoeging. Door tevreden klanten en minder en efficientere
|
||||
Handelingen wordt er veel bespaard en gaat alles een stuk sneller. Een tablet of ander apparaat met
|
||||
internet verbinding is voldoende om Qwaiter in gebruik te nemen.
|
||||
h3= link_to 'Log in als bar of restaurant', supplier_root_path
|
||||
h3= link_to 'Meld je aan als bar of restaurant', new_supplier_registration_path
|
||||
@@ -0,0 +1,12 @@
|
||||
- title t('menu.clients')
|
||||
.right= image_tag 'site/phone-screenshot.png'
|
||||
p
|
||||
|
|
||||
Qwaiter is een app voor je telefoon die het bestellen van drankjes en hapjes in bars en restaurant snel en eenvoudig maakt.
|
||||
Scan een QR code, kies wat je wilt hebben, en krijg je bestelling. Zo simpel is het!
|
||||
p
|
||||
|
|
||||
Qwaiter is momenteel nog in een opstartfase. Om de gebruikerservaring zo optimaal mogelijk te krijgen vragen we je om de
|
||||
= link_to t('menu.enquete'), enquete_path
|
||||
| in te vullen. Dit kost je 2 minuten en wij zijn er erg blij mee.
|
||||
.clearing
|
||||
@@ -0,0 +1,4 @@
|
||||
- title t('menu.contact')
|
||||
p
|
||||
|Qwaiter is in een alpha fase. Dit houdt in dat hij nog niet officieel is en er nog veel onvolkomenheden in zitten. Heb je echter al vragen of opmerkingen stuur deze dan naar:
|
||||
= mail_to 'info@qwaiter.com'
|
||||
@@ -1,2 +1,2 @@
|
||||
iframe[ src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEI3NmlWRUFMbnVySWd6SzljYjM3NVE6MQ" width="760" height="1332"
|
||||
iframe[ src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEI3NmlWRUFMbnVySWd6SzljYjM3NVE6MQ" width="760" height="2332"
|
||||
frameborder="0" marginheight="0" marginwidth="0"] Loading..
|
||||
|
||||
@@ -17,8 +17,8 @@ html lang="en"
|
||||
link href="/images/apple-touch-icon.png" rel="apple-touch-icon-precomposed"
|
||||
link href="/favicon.ico" rel="shortcut icon"
|
||||
javascript:
|
||||
//var data_host = 'http://data.qwaiter.com';
|
||||
var data_host = 'http://localhost:3000';
|
||||
var data_host = '#{Rails.env == 'development' ? 'http://localhost:3000' : 'http://data.qwaiter.com' }';
|
||||
//var data_host = 'http://localhost:3000';
|
||||
//var data_host = 'http://192.168.1.74:3000';
|
||||
var $locale = '#{I18n.locale}';
|
||||
var $url_vars = null;
|
||||
|
||||
@@ -41,15 +41,16 @@ html lang="en"
|
||||
.container
|
||||
.content-top
|
||||
.main-inner
|
||||
#wsite-content.wsite-not-footer= yield
|
||||
#wsite-content.wsite-not-footer
|
||||
= yield :page_title
|
||||
= yield
|
||||
#footer-wrap
|
||||
.footer-shadow
|
||||
.container
|
||||
.footer-top
|
||||
= render 'footer'
|
||||
.bottom
|
||||
p © Companytools 2012
|
||||
= yield :footer
|
||||
|
||||
| © Qwaiter 2012
|
||||
|
||||
.content
|
||||
- if flash[:alert].present?
|
||||
|
||||
@@ -10,9 +10,8 @@ html lang="en"
|
||||
/! 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"
|
||||
= stylesheet_link_tag "application", :media => "all"
|
||||
= stylesheet_link_tag "theme1/application", :media => "all"
|
||||
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
|
||||
@@ -41,14 +40,16 @@ html lang="en"
|
||||
.container
|
||||
.content-top
|
||||
.main-inner
|
||||
#wsite-content.wsite-not-footer= yield
|
||||
#wsite-content.wsite-not-footer
|
||||
= yield :page_title
|
||||
= yield
|
||||
#footer-wrap
|
||||
.footer-shadow
|
||||
.container
|
||||
.footer-top
|
||||
= render 'footer'
|
||||
.bottom
|
||||
p © Companytools 2012
|
||||
= yield :footer
|
||||
| © Qwaiter 2012
|
||||
|
||||
|
||||
.content
|
||||
@@ -60,4 +61,4 @@ html lang="en"
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
= javascript_include_tag "application"
|
||||
= javascript_include_tag "theme1/application"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
ul.nav
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'home') ? :active : nil)]= link_to 'Home', root_path
|
||||
li= link_to User.model_name.human_plural, user_root_path
|
||||
li= link_to Supplier.model_name.human_plural, supplier_root_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'enquete') ? :active : nil)]= link_to 'Enquete', enquete_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'cartoon') ? :active : nil)]= link_to 'Cartoon', cartoon_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'home') ? :active : nil)]= link_to t('menu.home'), root_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'clients') ? :active : nil)]= link_to t('menu.clients'), clients_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'bars_restaurants') ? :active : nil)]= link_to t('menu.bars_restaurants'), bars_restaurants_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'enquete') ? :active : nil)]= link_to t('menu.enquete'), enquete_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'cartoon') ? :active : nil)]= link_to t('menu.cartoon'), cartoon_path
|
||||
li[class=(current_page?(controller: 'dashboard', action: 'contact') ? :active : nil)]= link_to t('menu.contact'), contact_path
|
||||
|
||||
Reference in New Issue
Block a user