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