Remove colors project

This commit is contained in:
schmelczerandras 2021-01-13 16:31:48 +01:00
parent 714c8e8908
commit 0f362d2987
2 changed files with 2 additions and 5 deletions

View file

@ -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')],
};

View file

@ -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 lifes 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,