Skip to content

Commit 41d5802

Browse files
committed
champions: update subhead text
1 parent b186fb0 commit 41d5802

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

layouts/partials/profiles.hbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@
33
{{> profile profile=profile }}
44
{{/each}}
55
</div>
6-
7-
<div class="row">
8-
<div class="col-sm-12">
9-
<a href="/search/" class="btn btn-primary float-end">{{t 'global:members.cta'}}</a>
10-
</div>
11-
</div>

locales/en/champions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Meet the .eco Champions",
33
"description": "These .eco members share our vision for a globally connected, online community committed to environmental sustainability.",
44
"head": "Meet the .eco champions",
5-
"subhead": "These companies, non-profits and people from around the world share our vision for a globally connected, online community committed to environmental sustainability. We're honoured to recognize their innovative spirit here.",
5+
"subhead": "<p>The .eco community consists of thousands of <a href=\"/for/business\">businesses</a>, <a href=\"/for/nonprofits\">non-profits</a> and <a href=\"/for/individuals\">individuals</a> from all around the world. You can explore the full .eco community at <a href=\"https://profiles.eco\">profiles.eco</a>.</p><p>We are honoured to recognize a few of the standard-bearers of the .eco community through the .eco Champions Programme. You can learn more about these Champions below. If you come across a .eco site that is representative of the goals of the environmental community, please <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSctUrUV3KXurWJFJTvOs5tF3w59AUPPafdt1bwiUv39nJ96kg/viewform?utm_source=go-eco\">nominate them</a> to be featured.</p>",
66
"details": {
77
"title": ".eco champion details",
88
"domain": "Domain",

source/champions/index.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ i18nLangs:
2020
</div>
2121

2222
<div class="section container">
23-
<p>{{t 'subhead'}}</p>
23+
<div class="policy">
24+
{{{t 'subhead'}}}
25+
</div>
26+
2427
{{> profiles profiles=featuredProfiles }}
2528
</div>
2629

0 commit comments

Comments
 (0)