Update date format
This commit is contained in:
parent
dbc0eebf4d
commit
98ec261797
14 changed files with 14 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue