Skip to content

Commit 8c38d55

Browse files
committed
banner for survey
1 parent 51cbfe0 commit 8c38d55

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

templates/base.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
<div class="wrap">
133133
<header class="global-header">
134134
<span role="status" aria-live="polite"></span>
135-
{# % block banner %}
135+
{% block banner %}
136136
{{ include('@W3CWebsiteTemplates/components/styles/banner.html.twig') }}
137-
{% endblock banner %#}
137+
{% endblock banner %}
138138
{% block access_control %}
139139
{{ include('@W3CWebsiteTemplates/components/styles/access_control.html.twig') }}
140140
{% endblock %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="banner">
22
<div class="banner__inner l-center">
33
{% block banner_content %}
4-
<p>{{ 'banner.beta.text'|trans({}, 'w3c_website_templates_bundle')|raw }}</p>
4+
<p>{{ 'banner.text'|trans({}, 'w3c_website_templates_bundle')|raw }}</p>
55
{% endblock %}
66
</div>
77
</div>

translations/w3c_website_templates_bundle+intl-icu.en.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ footer:
4949
mastodon: <span lang="en" dir="ltr">W3C on Mastodon</span>
5050
github: <span lang="en" dir="ltr">W3C on GitHub</span>
5151
banner:
52-
beta:
53-
text: >-
54-
<span lang="en" dir="ltr">This is a new website. <a href="https://github.com/w3c/w3c-website">Give feedback</a> to help us
55-
improve it.</span>
56-
icon: Beta
52+
text: >-
53+
<span lang="en" dir="ltr">Please take our 6-minute community
54+
<a href="https://www.w3.org/news/2024/w3c-opens-community-wide-survey/">survey</a>
55+
on how we fulfill our mission for the world-wide web.</span>
5756
header:
5857
logo_alt: W3C
5958
logo_link: Visit the W3C homepage

translations/w3c_website_templates_bundle+intl-icu.ja.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ footer:
4747
mastodon: Mastodon
4848
github: GitHub
4949
banner:
50-
beta:
51-
text: >-
52-
これは新しいウェブサイトです。 <a href="https://github.com/w3c/w3c-website">フィードバックを送る</a> ことで、私たちのウェブサイト改善にご協力ください。
53-
icon: Beta
50+
text: >-
51+
<span lang="en" dir="ltr">Please take our 6-minute community
52+
<a href="https://www.w3.org/news/2024/w3c-opens-community-wide-survey/">survey</a>
53+
on how we fulfill our mission for the world-wide web.</span>
5454
header:
5555
logo_alt: W3C
5656
logo_link: W3Cのホームページを訪れる

translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ footer:
4545
mastodon: W3C 在 Mastodon
4646
github: W3C 在 GitHub
4747
banner:
48-
beta:
49-
text: >-
50-
这是一个全新的网站,<a href="https://github.com/w3c/w3c-website">请给予反馈</a>帮助我们建设完善网站。
51-
icon: 测试版
48+
text: >-
49+
<span lang="en" dir="ltr">Please take our 6-minute community
50+
<a href="https://www.w3.org/news/2024/w3c-opens-community-wide-survey/">survey</a>
51+
on how we fulfill our mission for the world-wide web.</span>
5252
header:
5353
logo_alt: W3C
5454
logo_link: 访问 W3C 主页

0 commit comments

Comments
 (0)