Fix typos and order
This commit is contained in:
parent
5f7d52966a
commit
011c8944f0
12 changed files with 12 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue