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

Commit

Permalink
Merge pull request #322 from CoderDojo/covid_banner_update
Browse files Browse the repository at this point in the history
Adds text changes to covid banner
  • Loading branch information
nyashamaphosa authored Nov 6, 2020
2 parents 549137e + 349ac77 commit a22519b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@coderdojo/cd-common": "1.1.11",
"bootstrap": "^3.4.1",
"cp-translations": "~1.0.150",
"cp-translations": "~1.0.155",
"font-awesome": "^4.7.0",
"handlebars": "^4.1.0",
"js-cookie": "^2.1.4",
Expand Down
18 changes: 4 additions & 14 deletions src/common/cd-covid-banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@
<div class="cd-banner">
<cd-text-direction-wrapper direction="ltr">
<p>
{{ $t('Thank you for your interest in joining the CoderDojo community!') }}
{{ $t('Due to the coronavirus pandemic, there are different restrictions in place across the world.') }}
{{ $t('Please follow the appropriate public health advice for your country or region before planning in-person club events.') }}
</p>
<p>
{{ $t('If you are ready to hold in-person club events soon, please') }}
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('register your details') }}</a>
{{ $t('and we will be in touch.') }}
</p>
<p>
{{ $t('If you’re not able to start your Dojo in person yet, there are many other ways that you can get involved in the meantime.') }}
{{ $t('Check out the exciting opportunities for young people, parents, volunteers, and educators to learn and get creative with tech through') }}
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&amp;utm_medium=covid-banner&amp;utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
{{ $t('from the Raspberry Pi Foundation.') }}
{{ $t('Thank you for your interest in CoderDojo!') }}
{{ $t('The coronavirus pandemic continues to impact all our lives, including how Dojos can run.') }}
{{ $t('See') }}
<a class="cd-banner-link" href="https://coderdojo.com/ways-to-run/">{{ $t('our resources and guidance on the creative ways Dojos are running.') }}</a>
</p>
</cd-text-direction-wrapper>
</div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
parse-json "^2.2.0"
require-from-string "^1.1.0"

cp-translations@^1.0.144:
version "1.0.144"
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.144.tgz#919ecfb784eff841077f377e2d467bbcd26fd959"
integrity sha512-sxnUHSzovHHWXDZzcadIm+uDAdqIUaOziYRAbJ3YxRoMw5CtUxQp3w04LCZ0nghWYmmFGP3z0Qffn69ioc560A==
cp-translations@~1.0.150:
version "1.0.152"
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.152.tgz#adadb407829bac9b555bb3287951b46bf5d0f75b"
integrity sha512-oDc8gdeMXqjwnN4cWgIy0OQk0/0WRcuksTvJ3z2URHeRc7AYfNYZMm6bZ/S6eMxgr+Almhm9BPQ70LranLdKzQ==

crc32-stream@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit a22519b

Please sign in to comment.