Fix typos and order

This commit is contained in:
schmelczerandras 2021-01-20 17:19:22 +01:00
parent 5f7d52966a
commit 011c8944f0
12 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ import { Video } from '../page/basics/video/video';
export const adAstraTimelineElement = {
title: `Gaming on an ATtiny85`,
date: `2020 Spring`,
date: `2020 spring`,
figure: new Video({
posterWebP: adAstraWebP,
posterJpeg: adAstraJpeg,

View file

@ -6,8 +6,8 @@ import citySimulationWebM from '../static/media/webm/simulation.webm';
import { Video } from '../page/basics/video/video';
export const citySimulationTimelineElement = {
date: `2018 July - August`,
title: `City simulation`,
date: `2018 July - August`,
figure: new Video({
posterWebP: citySimulationPosterWebP,
posterJpeg: citySimulationPosterJpeg,

View file

@ -4,8 +4,8 @@ import colourWebP from '../static/media/color.jpg?format=webp';
import { Image } from '../page/basics/image/image';
export const colorsTimelineElement = {
date: `2018 June`,
title: `Photo colour grader`,
date: `2018 June`,
figure: new Image(colourWebP, colourJpeg, `a picture of the app`),
description: `An innovative (at least I thought so) colour grader web application.`,
more: [

View file

@ -7,7 +7,7 @@ import { GitHub, Thesis, Open } from './shared';
export const declaredTimelineElement = {
title: `Multiplayer game`,
date: `2020 Autumn`,
date: `2020 autumn`,
figure: new Preview(
declaredWebP,
declaredJpeg,

View file

@ -7,7 +7,7 @@ import { Video } from '../page/basics/video/video';
export const forexTimelineElement = {
title: `Predicting foreign exchange rates`,
date: `2019 Autumn`,
date: `2019 autumn`,
figure: new Video({
posterWebP: forexPosterWebP,
posterJpeg: forexPosterJpeg,

View file

@ -6,8 +6,8 @@ import ledWebM from '../static/media/webm/led.webm';
import { Video } from '../page/basics/video/video';
export const ledsTimelineElement = {
date: `2016 spring`,
title: `Lights synchronised to music`,
date: `2016 spring`,
figure: new Video({
posterWebP: ledPosterWebP,
posterJpeg: ledPosterJpeg,

View file

@ -5,8 +5,8 @@ import { Image } from '../page/basics/image/image';
import { GitHub } from './shared';
export const myNotesTimelineElement = {
date: `2019 November`,
title: `My Notes`,
date: `2019 November`,
figure: new Image(myNotesWebP, myNotesJpeg, `two screenshots of the application`),
description: `A minimalist note organiser and editor powered by Markwon.`,
more: [

View file

@ -4,8 +4,8 @@ import processSimulatorInputWebP from '../static/media/process-simulator-input.j
import { Image } from '../page/basics/image/image';
export const nuclearEditorTimelineElement = {
date: `2018 October - November`,
title: `Graph editing application`,
date: `2018 October - November`,
figure: new Image(
processSimulatorInputWebP,
processSimulatorInputJpeg,

View file

@ -4,8 +4,8 @@ import processSimulatorWebP from '../static/media/process-simulator.jpg?format=w
import { Image } from '../page/basics/image/image';
export const nuclearTimelineElement = {
date: `2018 October - November`,
title: `Simulating the cooling system of a nuclear facility`,
date: `2018 October - November`,
figure: new Image(
processSimulatorWebP,
processSimulatorJpeg,

View file

@ -5,8 +5,8 @@ import { Image } from '../page/basics/image/image';
import { Open } from './shared';
export const photosTimelineElement = {
date: `2016 summer`,
title: `Photos`,
date: `2016 summer`,
figure: new Image(photosWebP, photosJpeg, `a picture of the website`),
description: `A simple webpage where you can view my photos.`,
more: [

View file

@ -6,8 +6,8 @@ import platformWebM from '../static/media/webm/platform.webm';
import { Video } from '../page/basics/video/video';
export const platformGameTimelineElement = {
date: `2017 autumn`,
title: `Platform game`,
date: `2017 autumn`,
figure: new Video({
posterWebP: platformPosterWebP,
posterJpeg: platformPosterJpeg,

View file

@ -6,7 +6,7 @@ import { Open, NPM, Youtube } from './shared';
export const sdf2dTimelineElement = {
title: `2D ray tracing`,
date: `2020 Autumn`,
date: `2020 autumn`,
figure: new Preview(
sdf2dWebP,
sdf2dJpeg,