Updated style and layout
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
%form{action: 'https://www.paypal.com/cgi-bin/webscr', method: 'post', target: '_top', class: 'paypal-button'}
|
||||
%input{type: 'hidden', name: 'cmd', value: '_donations'}
|
||||
%input{type: 'hidden', name: 'business', value: email_address}
|
||||
%input{type: 'hidden', name: 'lc', value: 'US'}
|
||||
%input{type: 'hidden', name: 'item_name', value: 'Bike!Bike!'}
|
||||
%input{type: 'hidden', name: 'no_note', value: '0'}
|
||||
%input{type: 'hidden', name: 'currency_code', value: 'USD'}
|
||||
%button{type: 'submit', value: 'PP-DonationsBF:paypal_logo.png:NonHostedGuest'}=_'donate.button_label','Donate!'
|
||||
@@ -1,10 +0,0 @@
|
||||
%footer.row
|
||||
.columns.medium-8.medium-push-1.large-6.large-push-2.text-center
|
||||
%a{href: '/conferences/'}='Conferences'
|
||||
%i
|
||||
%a{href: '/conferences/'}='Organizations'
|
||||
%i
|
||||
%a{href: '/resources/'}='Resources'
|
||||
.columns.medium-3.large-3.copyright
|
||||
©2014 Bike!Bike!
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
%nav#main-nav
|
||||
= link_to '/', :class => ['button', 'logo'] do
|
||||
=# image_tag('logo.png', class: 'logo')
|
||||
=# image_tag('logo-text.png', class: 'logo-text')
|
||||
= icon('logo', {:class => 'logo'})
|
||||
= icon('logo-text', {:class => 'logo-text'})
|
||||
.buttons
|
||||
= link_to (_'Conferences'), :conferences, {:class => ['button', 'conference']}
|
||||
= link_to (_'Organizations'), {:controller => :organizations}, {:class => ['button', 'organization']}
|
||||
= link_to (_'Resources'), '/resources/', :class => ['button', 'article']
|
||||
= link_to '/', :class => 'logo' do
|
||||
= svg_sprite('icons', "bb-icon-logo", "Logo")
|
||||
= svg_sprite('icons', "bb-icon-logo-text", "Logo Text")
|
||||
.nav
|
||||
= nav_link '/', (@conference ? @conference.title : 'Bike!Bike!')
|
||||
= nav_link '/about', (_'page_titles.About_BikeBike')
|
||||
= nav_link '/policy', (_'page_titles.Safe_Space_Policy')
|
||||
.actions
|
||||
= render 'shared/donate_button', :email_address => (@conference.paypal_email_address || @conference.email_address)
|
||||
Reference in New Issue
Block a user