Skip to content

Commit 2e61499

Browse files
author
stevenjmesser
committed
Add design and provide to homepage
1 parent 0f80a59 commit 2e61499

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

application/templates/homepage.html

+29-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{
1010
appHero({
1111
'title': {
12-
'text': 'Find planning and housing data that is easy to understand, use and trust'
12+
'text': 'Find planning and housing data that is easy to use and trust'
1313
},
1414
'description': {
1515
'html': 'A platform to help you create services to inform planning and housing decisions in England.',
@@ -60,6 +60,34 @@ <h2 class="govuk-heading-m">{% if params.title %}{{ params.title }}{% else %}Ple
6060
{% endif %}
6161
{% endmacro %}
6262

63+
{{
64+
_feature({
65+
'title': 'Co-design planning data',
66+
'description': 'We speak to planners, policy-makers and people building services to co-design data for a range of use cases.',
67+
'image': {
68+
'src': '/images/explore',
69+
},
70+
'link': {
71+
'href': 'https://design.planning.data.gov.uk/',
72+
'text': 'View and contribute to data design'
73+
},
74+
})
75+
}}
76+
77+
{{
78+
_feature({
79+
'title': 'Provide planning data',
80+
'description': 'The platform makes it easier for organisations to provide authoritative, trustworthy data and keep it up-to-date.',
81+
'image': {
82+
'src': '/images/explore',
83+
},
84+
'link': {
85+
'href': 'https://www.planning.data.gov.uk/guidance',
86+
'text': 'Check and provide planning data'
87+
},
88+
})
89+
}}
90+
6391
{{
6492
_feature({
6593
'title': 'Explore data on a map',

0 commit comments

Comments
 (0)