diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 10:27:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 10:27:15 +0100 |
commit | 60da5d1d852f3cf06b04110a17ba8c0e62d62c2b (patch) | |
tree | 596eec69401942a162e6d09eb0c1e1ee48e04402 /templates/web/default | |
parent | 41b86381605f1cf4451e51b80b42a8a2e6046687 (diff) |
Bring static pages together in Static.pm, and add posters static page.
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/static/about.html (renamed from templates/web/default/about/about.html) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | templates/web/default/static/fun.html (renamed from templates/web/default/fun.html) | 0 | ||||
-rw-r--r-- | templates/web/default/static/posters.html | 43 |
3 files changed, 43 insertions, 0 deletions
diff --git a/templates/web/default/about/about.html b/templates/web/default/static/about.html index 7219f6320..7219f6320 100644 --- a/templates/web/default/about/about.html +++ b/templates/web/default/static/about.html diff --git a/templates/web/default/fun.html b/templates/web/default/static/fun.html index abe9d4028..abe9d4028 100755..100644 --- a/templates/web/default/fun.html +++ b/templates/web/default/static/fun.html diff --git a/templates/web/default/static/posters.html b/templates/web/default/static/posters.html new file mode 100644 index 000000000..77abbb5fc --- /dev/null +++ b/templates/web/default/static/posters.html @@ -0,0 +1,43 @@ +[% INCLUDE header.html + title = 'Publicity material' +%] + +[% + badge = '<a href="http://www.fixmystreet.com/"> <img align="left" hspace="5" src="http://www.fixmystreet.com/i/fms-badge.jpeg" alt="FixMyStreet - report, view or discuss local problems" border="0"></a>' +%] + +<h1>Publicity Material</h1> + +<div style='float:left; width:50%'> + <p>Copy and paste the text below to add this badge to your site:</p> + [% badge %] + <textarea onclick="this.select()" cols=37 rows=5>[% badge | html %]</textarea> + <p><small>(thanks to Lincolnshire Council for the image)</small></p> +</div> + +<div style='float:right; width:47%'> + <p>Here are some posters and flyers you can use to publicise FixMyStreet:</p> + <img hspace="5" src="/posters/poster.png" alt='Example poster'> + <h2>Posters</h2> + <ul> + <li><a href='/posters/fixmystreet-poster-a4.pdf'>A4, colour</a> + <li><a href='/posters/fixmystreet-poster-a4-bw.pdf'>A4, black and white</a> + <li><a href='/posters/fixmystreet-poster-a4-bw-low-ink.pdf'>A4, black and white, low ink</a> + <li><a href='/posters/fixmystreet-poster-a4-bw-outlined.pdf'>A4, black and white, outlined</a> + </ul> + <h2>Posters with tags</h2> + <ul> + <li><a href='/posters/fixmystreet-poster-tags.pdf'>A4, colour</a> + <li><a href='/posters/fixmystreet-poster-tags-bw.pdf'>A4, black and white</a> + <li><a href='/posters/fixmystreet-poster-tags-bw-low-ink.pdf'>A4, black and white, low ink</a> + <li><a href='/posters/fixmystreet-poster-tags-only.pdf'>A4, tags only</a> + </ul> + <h2>Flyers</h2> + <ul> + <li><a href='/posters/fixmystreet-flyers-colour.pdf'>4 x A6, colour</a> + <li><a href='/posters/fixmystreet-flyers-bw-outlined.pdf'>4 x A6, black and white, outlined</a> + <li><a href='/posters/fixmystreet-flyers-bw-low-ink.pdf'>4 x A6, black and white, low ink</a> + </ul> +</div> + +[% INCLUDE footer.html %] |