blob: 880f69b981ae37e3564f624620a7fb3062512fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[% INCLUDE 'header.html', title => loc('About us') %]
<h1>[% loc('About us') %]</h1>
<div style="float: left; width: 48%;">
<h2>[% loc('The Empty Homes Agency') %]</h2>
<p>[% loc('The Empty Homes agency is an independent campaigning charity. We
are not part of government, and have no formal links with local councils
although we work in cooperation with both. We exist to highlight the waste
of empty property and work with others to devise and promote sustainable
solutions to bring empty property back into use. We are based in London but
work across England. We also work in partnership with other charities across
the UK.') %]</p>
</div>
<div style="float: right; width:48%;">
<h2>[% loc('Shelter Cymru') %]</h2>
<p>[% loc('Shelter Cymru is Wales’ people and homes charity and wants
everyone in Wales to have a decent home. We believe a home is a fundamental
right and essential to the health and well-being of people and communities.
We work for people in housing need. We have offices all over Wales and
prevent people from losing their homes by offering free, confidential and
independent advice. When necessary we constructively challenge on behalf of
people to ensure they are properly assisted and to improve practice and
learning. We believe that bringing empty homes back into use can make a
significant contribution to the supply of affordable homes in Wales.') %]
<a href="http://www.sheltercymru.org.uk/shelter/advice/pdetail.asp?cat=20">
[% loc('Further information about our work on empty homes.') %]
</a>
</p>
</div>
<br clear="both">
[% INCLUDE 'footer.html' %]
|