Reformat timeline elements
This commit is contained in:
parent
af45688029
commit
aab4cade5e
17 changed files with 201 additions and 336 deletions
|
|
@ -1,27 +1,20 @@
|
|||
import { Image } from '../../page/basics/image/image.html';
|
||||
import { Image } from '../../page/image-viewer/image/image.html';
|
||||
import { TimelineElementParameters } from '../../page/timeline/timeline-element/timeline-element-parameters';
|
||||
import myNotes from '../media/my-notes.png';
|
||||
import myNotesPoster from '../media/my-notes.png';
|
||||
import { GitHub } from '../shared';
|
||||
|
||||
export const myNotesTimelineElement: TimelineElementParameters = {
|
||||
title: `My Notes`,
|
||||
date: `2019 November`,
|
||||
export const myNotes: TimelineElementParameters = {
|
||||
title: 'My Notes',
|
||||
date: '2019 November',
|
||||
figure: Image({
|
||||
image: myNotes,
|
||||
alt: `two screenshots of the application`,
|
||||
image: myNotesPoster,
|
||||
alt: 'two screenshots of the application',
|
||||
container: true,
|
||||
}),
|
||||
description: `A minimalist note organiser and editor powered by Markwon.`,
|
||||
description: 'A minimalist note organiser and editor powered by Markwon.',
|
||||
more: [
|
||||
`
|
||||
This is a basic android app for creating and filtering markdown notes
|
||||
(based on #hashtags). It was my first exposure to Android development.
|
||||
`,
|
||||
`
|
||||
All in all, it is not a tremendous engineering feat, but at least it's usable.
|
||||
The knowledge gained while working on it was the more significant outcome of this
|
||||
adventure.
|
||||
`,
|
||||
'This is a basic android app for creating and filtering markdown notes (based on #hashtags). It was my first exposure to Android development.',
|
||||
"All in all, it is not a tremendous engineering feat, but at least it's usable. The knowledge gained while working on it was the more significant outcome of this adventure.",
|
||||
],
|
||||
links: [GitHub('https://github.com/schmelczerandras/my-notes')],
|
||||
links: [GitHub('https://github.com/schmelczer/my-notes')],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue