diff --git a/src/data/ad-astra.ts b/src/data/ad-astra.ts index a121198..337f8fd 100644 --- a/src/data/ad-astra.ts +++ b/src/data/ad-astra.ts @@ -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, diff --git a/src/data/city-simulation.ts b/src/data/city-simulation.ts index 9586db6..462ad36 100644 --- a/src/data/city-simulation.ts +++ b/src/data/city-simulation.ts @@ -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, diff --git a/src/data/colors.ts b/src/data/colors.ts index 9c906b7..d19953f 100644 --- a/src/data/colors.ts +++ b/src/data/colors.ts @@ -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: [ diff --git a/src/data/declared.ts b/src/data/declared.ts index 38f9dfe..757b890 100644 --- a/src/data/declared.ts +++ b/src/data/declared.ts @@ -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, diff --git a/src/data/forex.ts b/src/data/forex.ts index bba505e..264ba1f 100644 --- a/src/data/forex.ts +++ b/src/data/forex.ts @@ -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, diff --git a/src/data/leds.ts b/src/data/leds.ts index 810339e..7643ac8 100644 --- a/src/data/leds.ts +++ b/src/data/leds.ts @@ -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, diff --git a/src/data/my-notes.ts b/src/data/my-notes.ts index 7a78e86..349dc76 100644 --- a/src/data/my-notes.ts +++ b/src/data/my-notes.ts @@ -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: [ diff --git a/src/data/nuclear-editor.ts b/src/data/nuclear-editor.ts index f208367..a833122 100644 --- a/src/data/nuclear-editor.ts +++ b/src/data/nuclear-editor.ts @@ -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, diff --git a/src/data/nuclear.ts b/src/data/nuclear.ts index eeb484e..757e79d 100644 --- a/src/data/nuclear.ts +++ b/src/data/nuclear.ts @@ -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, diff --git a/src/data/photos.ts b/src/data/photos.ts index 438f053..a61f070 100644 --- a/src/data/photos.ts +++ b/src/data/photos.ts @@ -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: [ diff --git a/src/data/platform-game.ts b/src/data/platform-game.ts index 7d4b8ee..98cd8e9 100644 --- a/src/data/platform-game.ts +++ b/src/data/platform-game.ts @@ -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, diff --git a/src/data/sdf2d.ts b/src/data/sdf2d.ts index d2449b5..752956f 100644 --- a/src/data/sdf2d.ts +++ b/src/data/sdf2d.ts @@ -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,