Skip to content

Commit

Permalink
feat(index): add small page description
Browse files Browse the repository at this point in the history
Resolves #170.
  • Loading branch information
dargmuesli committed Apr 20, 2022
1 parent 7dc9533 commit c12060d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions nuxt/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
<h1 class="inline-block border-b border-gray-400">
{{ $t('creal') }}
</h1>
<p class="mt-4 mb-16 font-light">{{ $t('welcome') }}</p>
<i18n
class="mt-4 mb-16 whitespace-pre-line font-light"
path="welcome"
tag="p"
>
<br />
</i18n>
<Button aria-label="start" @click.native="setShowGreeting(true)">
{{ $t('start') }}
</Button>
Expand Down Expand Up @@ -119,13 +125,13 @@ de:
player: Player
start: Start
suggestions: Vorschläge
welcome: Willkommen auf meiner Website
welcome: DJ und Event-Organisator,{0}manchmal am Doubletime rappen.
en:
creal: cReal
events: Events
faq: FAQ
player: Player
start: Start
suggestions: Suggestions
welcome: Welcome to my website
welcome: DJ and event organizer,{0}occasionally rapping double times.
</i18n>

0 comments on commit c12060d

Please sign in to comment.