You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
522 B
10 lines
522 B
%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 (_'Zine'), 'http://zinezine.bikebike.org', :class => ['button', 'article']
|
|
|