Add video of the platform game
This commit is contained in:
parent
d8e7077d47
commit
c171dcce93
4 changed files with 8 additions and 3 deletions
|
|
@ -1,12 +1,17 @@
|
|||
import platformJpeg from '../static/media/platform.png?format=jpg';
|
||||
import platformWebP from '../static/media/platform.png?format=webp';
|
||||
import platformMp4 from '../static/media/mp4/platform.mp4';
|
||||
import platformWebM from '../static/media/webm/platform.webm';
|
||||
|
||||
import { Image } from '../page/basics/image/image';
|
||||
import { Video } from '../page/basics/video/video';
|
||||
|
||||
export const platformGameTimelineElement = {
|
||||
date: `2017 autumn`,
|
||||
title: `Platform game`,
|
||||
figure: new Image(platformWebP, platformJpeg, `a picture of the app`),
|
||||
figure: new Video({
|
||||
poster: platformJpeg,
|
||||
mp4: platformMp4,
|
||||
webm: platformWebM,
|
||||
}),
|
||||
description: `A 3D game written in C with the help of SDL 1.2 (I haven't heard of GPU programming at the time).`,
|
||||
more: [
|
||||
`
|
||||
|
|
|
|||
BIN
src/static/media/mp4/platform.mp4
Normal file
BIN
src/static/media/mp4/platform.mp4
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 89 KiB |
BIN
src/static/media/webm/platform.webm
Normal file
BIN
src/static/media/webm/platform.webm
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue