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.
|
|
|
- content_for :banner do
|
|
|
|
- image = image_url('xconference.jpg')
|
|
|
|
#header-title.short{style: capable_of(:svg) ? nil : "background-image: url(#{image})"}
|
|
|
|
- if capable_of(:svg)
|
|
|
|
= render 'application/banner_image.svg', {:image => image}
|
|
|
|
%h1=_'page_titles.About_BikeBike'
|
|
|
|
|
|
|
|
%article
|
|
|
|
%h2=_'articles.about_bikebike.headings.About_BikeBike', :t
|
|
|
|
%p=_'articles.about_bikebike.paragraphs.paragraph_1', :p
|
|
|
|
|
|
|
|
%h2=_'articles.about_bikebike.headings.About_BikeBike_2', :t
|
|
|
|
%figure{style: "background-image: url(#{image_url('columbus_people.jpg')})"}
|
|
|
|
%p=_'articles.about_bikebike.paragraphs.paragraph_2', :p
|