feat: add link to KnowYT website (instead of link to video)
This commit is contained in:
parent
40cdfe42be
commit
ad58cbc577
@ -12,14 +12,13 @@
|
||||
</div>
|
||||
<div class="page-index__space" />
|
||||
</div>
|
||||
<div class="page-index__video">
|
||||
<div class="page-index__about">
|
||||
<a
|
||||
href="https://www.sirlab.de/knowyt/know-your-teammates.mp4"
|
||||
href="https://www.sirlab.de/linux/games/knowyt/"
|
||||
target="_blank" rel="noopener"
|
||||
>
|
||||
<Button :border="false">
|
||||
<div class="page-index__video-text">{{ $t('video1') }}</div>
|
||||
<div class="page-index__video-description">{{ $t('video2') }}</div>
|
||||
<div class="page-index__about-text">{{ $t('about') }}</div>
|
||||
</Button>
|
||||
|
||||
</a>
|
||||
@ -37,8 +36,7 @@ import CopyrightNotice from '../components/CopyrightNotice.vue';
|
||||
|
||||
const { $t } = useI18n({
|
||||
'create-team': { en: 'Create Team ...', de: 'Team erstellen ...' },
|
||||
'video1': { en: 'watch video', de: 'Video ansehen' },
|
||||
'video2': { en: '(3:30mins)', de: '(3:30min, english)' },
|
||||
'about': { en: 'about the game', de: 'Über das Spiel' },
|
||||
})
|
||||
|
||||
await useAuth().authenticateAndLoadUserInfo([''])
|
||||
@ -104,13 +102,9 @@ body {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&__video {
|
||||
&__about {
|
||||
margin: 48px 0;
|
||||
align-self: center;
|
||||
|
||||
&-description {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user