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 = { export const adAstraTimelineElement = {
title: `Gaming on an ATtiny85`, title: `Gaming on an ATtiny85`,
date: `2020 Spring`, date: `2020 spring`,
figure: new Video({ figure: new Video({
posterWebP: adAstraWebP, posterWebP: adAstraWebP,
posterJpeg: adAstraJpeg, posterJpeg: adAstraJpeg,

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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