Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit e17b667

Browse files
authored
Merge pull request #300 from CoderDojo/update-covid-wording
Add registration paragraph to covid banner
2 parents d98db95 + 961cdbe commit e17b667

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@coderdojo/cd-common": "1.1.11",
2626
"bootstrap": "^3.4.1",
27-
"cp-translations": "^1.0.142",
27+
"cp-translations": "^1.0.143",
2828
"font-awesome": "^4.7.0",
2929
"handlebars": "^4.1.0",
3030
"js-cookie": "^2.1.4",

src/common/cd-covid-banner.vue

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<template>
22
<div class="cd-banner">
3-
<p>{{ $t('Thank you for your interest in joining the CoderDojo community!') }}</p>
4-
<p>{{ $t('Due to the coronavirus pandemic, we have paused the Dojo verification process.') }}</p>
5-
<p>{{ $t('In the meantime, we’re providing exciting opportunities for young people, parents, volunteers, and educators to get creative with tech through') }}
6-
<a class="cd-banner-link" href="https://www.raspberrypi.org/at-home/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a> {{ $t('from the Raspberry Pi Foundation.') }}
3+
<p>
4+
{{ $t('Thank you for your interest in joining the CoderDojo community!') }}
5+
{{ $t('Due to the coronavirus pandemic, we have paused the Dojo verification process.') }}
6+
</p>
7+
<p>
8+
{{ $t('In the meantime, we’re providing exciting opportunities for young people, parents, volunteers, and educators to get creative with tech through') }}
9+
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
10+
{{ $t('from the Raspberry Pi Foundation.') }}
11+
</p>
12+
<p>
13+
{{ $t('There are still many ways for you to get involved in the CoderDojo community!') }}
14+
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('Please register your details') }}</a>
15+
{{ $t('with us so we can find out how best to support you.') }}
716
</p>
817
</div>
918
</template>

0 commit comments

Comments
 (0)