Refactor portfolio and fix grammar

This commit is contained in:
schmelczerandras 2020-11-26 17:15:57 +01:00
parent 86ddc3d0d8
commit 59a0afbac7
37 changed files with 546 additions and 451 deletions

View file

@ -0,0 +1,28 @@
import processSimulatorInputJpeg from '../static/media/process-simulator-input.jpg?format=jpg';
import processSimulatorInputWebP from '../static/media/process-simulator-input.jpg?format=webp';
import { Image } from '../page/basics/image/image';
export const nuclearEditorTimelineElement = {
date: `2018 October - November`,
title: `Graph editing application`,
figure: new Image(
processSimulatorInputWebP,
processSimulatorInputJpeg,
`a picture of the simulator's UI`
),
description: `
An intuitive editor to create and edit input for the nuclear facility simulator.
`,
more: [
`
Nodes can be moved with drag & drop gestures.
Editing the parameters of elements can be done on the right panel.
`,
`
The UI is built with JavaFX. The output can be exported as JSON or
directly uploaded to the simulation backend.
`,
],
links: [],
};