@@ -1,12 +1,12 @@ | |||||
.grid_9 | .grid_9 | ||||
%h1= @page_title = "About this website" | %h1= @page_title = "About this website" | ||||
%p | |||||
%p.vcard | |||||
This website was designed and written by | This website was designed and written by | ||||
%a{ :href => 'http://adrianshort.co.uk' } Adrian Short | |||||
%a.fn.url{ :href => 'http://adrianshort.co.uk' } Adrian Short | |||||
\. | \. | ||||
You can contact me by email at | You can contact me by email at | ||||
%a{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com | |||||
%a.email{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com | |||||
and | and | ||||
%a{ :href => "http://twitter.com/adrianshort" } follow me on Twitter | %a{ :href => "http://twitter.com/adrianshort" } follow me on Twitter | ||||
\. | \. | ||||
@@ -42,12 +42,12 @@ | |||||
.grid_6 | .grid_6 | ||||
- for candidate in @parly_candidates | - for candidate in @parly_candidates | ||||
%p | |||||
%span.candidate_name | |||||
%p.vcard | |||||
%span.candidate_name.fn | |||||
= candidate.forenames.split(' ')[0] | = candidate.forenames.split(' ')[0] | ||||
= candidate.surname | = candidate.surname | ||||
%br | %br | ||||
%span.candidate_party | |||||
%span.candidate_party.org | |||||
= candidate.party.name | = candidate.party.name | ||||
%p.highlight | %p.highlight | ||||
@@ -59,10 +59,10 @@ | |||||
.grid_6 | .grid_6 | ||||
- for candidate in @council_candidates | - for candidate in @council_candidates | ||||
%p | |||||
%span.candidate_name | |||||
%p.vcard | |||||
%span.candidate_name.fn | |||||
= candidate.forenames.split(' ')[0] | = candidate.forenames.split(' ')[0] | ||||
= candidate.surname | = candidate.surname | ||||
%br | %br | ||||
%span.candidate_party | |||||
%span.candidate_party.org | |||||
= candidate.party.name | = candidate.party.name |