SSL test
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
%footer
|
||||
%footer.row
|
||||
.columns.medium-8.medium-push-1.large-6.large-push-3.text-center
|
||||
%a{href: '/conferences/'}='Conferences'
|
||||
\/
|
||||
%a{href: '/conferences/'}='Organizations'
|
||||
\/
|
||||
%a{href: '/conferences/'}='Zine'
|
||||
.columns.medium-3.large-3.text-right
|
||||
©2014 Bike!Bike!
|
||||
:javascript
|
||||
#{yield :scripts}
|
||||
$(function(){
|
||||
#{yield :dom_ready}
|
||||
});
|
||||
});
|
||||
= yield :footer_scripts
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
=# image_tag('logo-text.png', class: 'logo-text')
|
||||
= icon('logo', {:class => 'logo'})
|
||||
= icon('logo-text', {:class => 'logo-text'})
|
||||
= link_to (_'Conferences'), :conferences, {:class => ['button', 'conference']}
|
||||
= link_to (_'Organizations'), {:controller => :organizations}, {:class => ['button', 'organization']}
|
||||
= link_to (_'Zine'), 'http://zinezine.bikebike.org', :class => ['button', 'article']
|
||||
.buttons
|
||||
= link_to (_'Conferences'), :conferences, {:class => ['button', 'conference']}
|
||||
= link_to (_'Organizations'), {:controller => :organizations}, {:class => ['button', 'organization']}
|
||||
= link_to (_'Zine'), 'http://zinezine.bikebike.org', :class => ['button', 'article']
|
||||
- if is_this_the_front_page?
|
||||
%p
|
||||
Bike!Bike! is an international annual gathering organized by and for community bicycle projects. The conference is a space for participants from shops and related advocacy groups to converge in a different city each year over a 4 day period to have workshops and strengthen our social network.
|
||||
|
||||
Reference in New Issue
Block a user