Update old project descriptions

This commit is contained in:
Andras Schmelczer 2022-09-26 23:44:26 +02:00
parent a230312d30
commit 221b68a51c
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 13 additions and 15 deletions

View file

@ -3,7 +3,7 @@ import { TimelineElementParameters } from '../../page/timeline-element/timeline-
import nuclearEditorPoster from '../media/process-simulator-input.jpg';
export const nuclearEditor: TimelineElementParameters = {
title: 'Graph editing application',
title: 'Graph editor — JavaFX',
date: '2018 October - November',
figure: Image({
image: nuclearEditorPoster,
@ -11,7 +11,7 @@ export const nuclearEditor: TimelineElementParameters = {
container: true,
}),
description:
'An intuitive editor to create and edit input for the nuclear facility simulator.',
'An intuitive editor to create and edit input for the nuclear facility simulator (see above).',
more: [
'Nodes can be moved with drag & drop gestures. Editing the parameters of elements can be done on the right panel.',