Skip to content

Commit

Permalink
Add videos
Browse files Browse the repository at this point in the history
  • Loading branch information
NtsDK committed Sep 25, 2022
1 parent 4c9012c commit 966b219
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ export function AboutPage(props: AboutPageProps) {
</h2>
<UnorderedList>
<li>
<ExternalLink href="http://trechkalov.com/archives/wod_character_sheet_ru_en_0.3.0.zip">
<ExternalLink href="https://trechkalov.com/archives/wod_character_sheet_ru_en_0.3.0.zip">
{t('about.charsheet-archive')}
</ExternalLink>
</li>
<li>
<ExternalLink href="http://trechkalov.com">
<ExternalLink href="https://trechkalov.com">
{t('about.developer-site')}
</ExternalLink>
</li>
Expand Down
11 changes: 11 additions & 0 deletions src/ui/InstructionPage/InstructionEn/InstructionEn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ export function InstructionEn(props: InstructionEnProps) {
<div className="InstructionEn">
<div className="tw-mb-8">
<h1 className='tw-text-lg tw-mb-4'>Character sheet demo</h1>

<iframe
className="tw-mx-auto"
width="640"
height="360"
src="https://www.youtube.com/embed/jRclWn96MR0"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div>
<div className="tw-mb-8">
<h2 className='tw-text-lg tw-mb-4'>What is this page about?</h2>
Expand Down
24 changes: 24 additions & 0 deletions src/ui/InstructionPage/InstructionRu/InstructionRu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ export function InstructionRu(props: InstructionRuProps) {
<div className="InstructionRu">
<div className="tw-mb-8">
<h1 className='tw-text-lg tw-mb-4'>Демонстрация работы с листом персонажа</h1>

<iframe
className="tw-mx-auto tw-mb-8"
src="https://vk.com/video_ext.php?oid=3305695&id=456239345&hash=33fbd8c2e64848ce&hd=2"
width="640"
height="360"
allow="autoplay; encrypted-media; fullscreen; picture-in-picture;"
frameBorder="0"
allowFullScreen
title="VK video player"
></iframe>


<div className='tw-mb-4'>Зеркало на youtube</div>
<iframe
className="tw-mx-auto"
width="640"
height="360"
src="https://www.youtube.com/embed/1VADY2S84yk"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div>
<div className="tw-mb-8">
<h2 className='tw-text-lg tw-mb-4'>Что это за веб-страница?</h2>
Expand Down

0 comments on commit 966b219

Please sign in to comment.