Update date format

This commit is contained in:
Andras Schmelczer 2022-09-28 18:55:29 +02:00
parent dbc0eebf4d
commit 98ec261797
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
14 changed files with 14 additions and 14 deletions

View file

@ -7,7 +7,7 @@ import { GitHub, videoPosterAltText } from '../shared';
export const adAstra: TimelineElementParameters = { export const adAstra: TimelineElementParameters = {
title: 'Embedded game engine', title: 'Embedded game engine',
date: '2020 spring', date: 'Spring 2020',
figure: new Video({ figure: new Video({
poster: adAstraPoster, poster: adAstraPoster,
mp4: adAstraMp4, mp4: adAstraMp4,

View file

@ -5,7 +5,7 @@ import { Open } from '../shared';
export const avoid: TimelineElementParameters = { export const avoid: TimelineElementParameters = {
title: 'Avoid', title: 'Avoid',
date: '2018 January', date: 'January 2018',
figure: new Preview( figure: new Preview(
avoidPoster, avoidPoster,
'https://schmelczer.dev/avoid', 'https://schmelczer.dev/avoid',

View file

@ -7,7 +7,7 @@ import { videoPosterAltText } from '../shared';
export const citySimulation: TimelineElementParameters = { export const citySimulation: TimelineElementParameters = {
title: 'City simulation — Unity', title: 'City simulation — Unity',
date: '2018 July - August', date: 'July - August 2018',
figure: new Video({ figure: new Video({
poster: citySimulationPoster, poster: citySimulationPoster,
mp4: citySimulationMp4, mp4: citySimulationMp4,

View file

@ -4,7 +4,7 @@ import colorsPoster from '../media/color.jpg';
export const colors: TimelineElementParameters = { export const colors: TimelineElementParameters = {
title: 'Photo colour grader', title: 'Photo colour grader',
date: '2018 June', date: 'June 2018',
figure: new BorderedImage({ figure: new BorderedImage({
image: colorsPoster, image: colorsPoster,
alt: 'a picture of the app', alt: 'a picture of the app',

View file

@ -6,7 +6,7 @@ import { GitHub, Open, Thesis } from '../shared';
export const declared: TimelineElementParameters = { export const declared: TimelineElementParameters = {
title: 'Multiplayer mobile game', title: 'Multiplayer mobile game',
date: '2020 autumn', date: 'Autumn - Winter 2020',
figure: new Preview(declaredPoster, 'https://decla.red', 'The UI of the video game'), figure: new Preview(declaredPoster, 'https://decla.red', 'The UI of the video game'),
description: description:
'I created a conquest-style online multiplayer browser game using my ray-tracing library (see below). It even runs on mobiles.', 'I created a conquest-style online multiplayer browser game using my ray-tracing library (see below). It even runs on mobiles.',

View file

@ -7,7 +7,7 @@ import { videoPosterAltText } from '../shared';
export const forex: TimelineElementParameters = { export const forex: TimelineElementParameters = {
title: 'Predicting foreign exchange rates', title: 'Predicting foreign exchange rates',
date: '2019 autumn', date: 'Autumn 2019',
figure: new Video({ figure: new Video({
poster: forexPoster, poster: forexPoster,
mp4: forexMp4, mp4: forexMp4,

View file

@ -7,7 +7,7 @@ import { videoPosterAltText } from '../shared';
export const leds: TimelineElementParameters = { export const leds: TimelineElementParameters = {
title: 'Lights synchronised to music', title: 'Lights synchronised to music',
date: '2016 spring', date: 'Spring 2016',
figure: new Video({ figure: new Video({
poster: ledPoster, poster: ledPoster,
mp4: ledMp4, mp4: ledMp4,

View file

@ -5,7 +5,7 @@ import { GitHub } from '../shared';
export const myNotes: TimelineElementParameters = { export const myNotes: TimelineElementParameters = {
title: 'My Notes — Android app', title: 'My Notes — Android app',
date: '2019 November', date: 'November 2019',
figure: new BorderedImage({ figure: new BorderedImage({
image: myNotesPoster, image: myNotesPoster,
alt: 'two screenshots of the application', alt: 'two screenshots of the application',

View file

@ -4,7 +4,7 @@ import nuclearEditorPoster from '../media/process-simulator-input.jpg';
export const nuclearEditor: TimelineElementParameters = { export const nuclearEditor: TimelineElementParameters = {
title: 'Graph editor — JavaFX', title: 'Graph editor — JavaFX',
date: '2018 October - November', date: 'October - November 2018',
figure: new BorderedImage({ figure: new BorderedImage({
image: nuclearEditorPoster, image: nuclearEditorPoster,
alt: "a picture of the simulator's UI", alt: "a picture of the simulator's UI",

View file

@ -4,7 +4,7 @@ import processSimulatorPoster from '../media/process-simulator.jpg';
export const nuclear: TimelineElementParameters = { export const nuclear: TimelineElementParameters = {
title: 'Simulating the cooling system of a nuclear facility', title: 'Simulating the cooling system of a nuclear facility',
date: '2018 October - November', date: 'October - November 2018',
figure: new BorderedImage({ figure: new BorderedImage({
image: processSimulatorPoster, image: processSimulatorPoster,
alt: 'a screenshot of the simulator', alt: 'a screenshot of the simulator',

View file

@ -5,7 +5,7 @@ import { Open } from '../shared';
export const photos: TimelineElementParameters = { export const photos: TimelineElementParameters = {
title: 'Photos', title: 'Photos',
date: '2016 summer', date: 'Summer 2016',
figure: new BorderedImage({ figure: new BorderedImage({
image: photosPoster, image: photosPoster,
alt: 'a picture of the website', alt: 'a picture of the website',

View file

@ -7,7 +7,7 @@ import { videoPosterAltText } from '../shared';
export const platformGame: TimelineElementParameters = { export const platformGame: TimelineElementParameters = {
title: 'Platform game', title: 'Platform game',
date: '2017 autumn', date: 'Autumn 2017',
figure: new Video({ figure: new Video({
poster: platformPoster, poster: platformPoster,
mp4: platformMp4, mp4: platformMp4,

View file

@ -5,7 +5,7 @@ import { NPM, Open, Youtube } from '../shared';
export const sdf2d: TimelineElementParameters = { export const sdf2d: TimelineElementParameters = {
title: 'Optimising 2D ray tracing', title: 'Optimising 2D ray tracing',
date: '2020 autumn', date: 'Autumn - Winter 2020',
figure: new Preview( figure: new Preview(
sdf2dPoster, sdf2dPoster,
'https://sdf2d.schmelczer.dev', 'https://sdf2d.schmelczer.dev',

View file

@ -5,7 +5,7 @@ import { GitHub, Open } from '../shared';
export const towers: TimelineElementParameters = { export const towers: TimelineElementParameters = {
title: 'Multi-device life tracking', title: 'Multi-device life tracking',
date: '2019 August - September', date: 'August - September 2019',
figure: new BorderedImage({ figure: new BorderedImage({
image: towersPoster, image: towersPoster,
alt: 'a picture of the website', alt: 'a picture of the website',