diff --git a/src/data/colors.ts b/src/data/colors.ts index d109e4c..9c906b7 100644 --- a/src/data/colors.ts +++ b/src/data/colors.ts @@ -2,7 +2,6 @@ import colourJpeg from '../static/media/color.jpg?format=jpg'; import colourWebP from '../static/media/color.jpg?format=webp'; import { Image } from '../page/basics/image/image'; -import { Open } from './shared'; export const colorsTimelineElement = { date: `2018 June`, @@ -25,5 +24,4 @@ export const colorsTimelineElement = { (and they can also be moved by drag & drop). `, ], - links: [new Open('color.schmelczer.dev')], }; diff --git a/src/portfolio.ts b/src/portfolio.ts index 09a3f51..e335061 100644 --- a/src/portfolio.ts +++ b/src/portfolio.ts @@ -18,7 +18,7 @@ import { myNotesTimelineElement } from './data/my-notes'; import { nuclearTimelineElement } from './data/nuclear'; import { nuclearEditorTimelineElement } from './data/nuclear-editor'; import { citySimulationTimelineElement } from './data/city-simulation'; -import { colorsTimelineElement } from './data/colors'; + import { platformGameTimelineElement } from './data/platform-game'; import { photosTimelineElement } from './data/photos'; import { ledsTimelineElement } from './data/leds'; @@ -35,7 +35,7 @@ export const create = () => { I have always been fascinated by the engineering feats that surround us and pervade every aspect of our lives. When I realised I might someday be able to contribute to this field, I knew that this would become my life’s ambition. - As I am finishing my last semester at the Budapest University of Technology and Economics, + As I am starting my first semester at Leiden University, I feel I am getting closer to my ambition every day. `, ` @@ -56,7 +56,6 @@ export const create = () => { nuclearTimelineElement, nuclearEditorTimelineElement, citySimulationTimelineElement, - colorsTimelineElement, platformGameTimelineElement, photosTimelineElement, ledsTimelineElement,