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 = {
title: 'Embedded game engine',
date: '2020 spring',
date: 'Spring 2020',
figure: new Video({
poster: adAstraPoster,
mp4: adAstraMp4,

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@ import { GitHub, Open, Thesis } from '../shared';
export const declared: TimelineElementParameters = {
title: 'Multiplayer mobile game',
date: '2020 autumn',
date: 'Autumn - Winter 2020',
figure: new Preview(declaredPoster, 'https://decla.red', 'The UI of the video game'),
description:
'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 = {
title: 'Predicting foreign exchange rates',
date: '2019 autumn',
date: 'Autumn 2019',
figure: new Video({
poster: forexPoster,
mp4: forexMp4,

View file

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

View file

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

View file

@ -4,7 +4,7 @@ import nuclearEditorPoster from '../media/process-simulator-input.jpg';
export const nuclearEditor: TimelineElementParameters = {
title: 'Graph editor — JavaFX',
date: '2018 October - November',
date: 'October - November 2018',
figure: new BorderedImage({
image: nuclearEditorPoster,
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 = {
title: 'Simulating the cooling system of a nuclear facility',
date: '2018 October - November',
date: 'October - November 2018',
figure: new BorderedImage({
image: processSimulatorPoster,
alt: 'a screenshot of the simulator',

View file

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

View file

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

View file

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

View file

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