SEO work and resources page

This commit is contained in:
Godwin
2014-07-13 11:08:01 -06:00
parent 0c26817c02
commit 08aecce225
27 changed files with 164 additions and 29 deletions
+3 -2
View File
@@ -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
+5 -1
View File
@@ -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!