SEO work and resources page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- title _'page.Conferences'
|
||||
- page_name = 'All '+(@conference_type ? @conference_type.title+' ' : '')+' Conferences'
|
||||
- title page_name
|
||||
- banner_image '/assets/conference.jpg'
|
||||
- page_style :list
|
||||
- content_for :banner do
|
||||
@@ -6,7 +7,7 @@
|
||||
.columns
|
||||
%h1=_'page.Conferences'
|
||||
|
||||
%h2='All '+(@conference_type ? @conference_type.title+' ' : '')+' Conferences'
|
||||
%h2=page_name
|
||||
|
||||
%ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.conference-list.preview-list
|
||||
- @conferences.each do |conference|
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
- title 'Bike!Bike!'
|
||||
- title @conference.title
|
||||
= render 'header'
|
||||
|
||||
.row
|
||||
%h1
|
||||
=_'error.title.Permission_Denied'
|
||||
%p
|
||||
=_'error.desc.permission_denied', :p
|
||||
%article.row
|
||||
.columns.large-10
|
||||
%h1=_'error.title.Permission_Denied'
|
||||
%p=_'error.desc.permission_denied', :p
|
||||
|
||||
- content_for :side_bar do
|
||||
%h5= @conference.title+' is hosted by:'
|
||||
%ul.preview-list.org-list.small-block-grid-2.large-block-grid-1
|
||||
- @conference.organizations.each do |organization|
|
||||
%li=render 'organizations/preview', :organization => organization
|
||||
@@ -1,4 +1,8 @@
|
||||
- title 'Bike!Bike!'
|
||||
- location = @conference.organizations.first.locations.first
|
||||
- location_name = location.city + ', ' + (location.territory ? Carmen::Country.coded(location.country).subregions.coded(location.territory).name : location.country)
|
||||
|
||||
- title @conference.title
|
||||
- description "#{@conference.title} conference in #{location_name} for DIY bicycle collectives, co-ops, and advocacy groups"
|
||||
= render 'header'
|
||||
|
||||
= tabs!
|
||||
|
||||
Reference in New Issue
Block a user