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

Commit 961cdbe

Browse files
committed
Reformat into three paras
1 parent c01a467 commit 961cdbe

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/common/cd-covid-banner.vue

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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" target="_blank" href="https://www.raspberrypi.org/learn/?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.') }}
76
</p>
8-
<p>{{ $t('There are still many ways for you to get involved in the CoderDojo community!') }}
9-
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('Please register your details') }}</a> {{ $t('with us so we can find out how best to support you.') }}
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.') }}
1016
</p>
1117
</div>
1218
</template>

0 commit comments

Comments
 (0)