Refactor and minor fixes
This commit is contained in:
parent
2dc9c45642
commit
fe75f9af88
31 changed files with 187 additions and 193 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Image } from '../../page/basics/image/image';
|
||||
import { Image } from '../../page/basics/image/image.html';
|
||||
import { TimelineElementParameters } from '../../page/timeline/timeline-element/timeline-element-parameters';
|
||||
import towersJpeg from '../media/towers.png?format=jpg';
|
||||
import towersWebP from '../media/towers.png?format=webp';
|
||||
|
|
@ -7,7 +7,12 @@ import { GitHub, Open } from '../shared';
|
|||
export const towersTimelineElement: TimelineElementParameters = {
|
||||
title: `Towers tracking app`,
|
||||
date: `2019 August - September`,
|
||||
figure: new Image(towersWebP, towersJpeg, `a picture of the website`),
|
||||
figure: Image({
|
||||
imageWebP: towersWebP,
|
||||
imageJpeg: towersJpeg,
|
||||
alt: `a picture of the website`,
|
||||
container: true,
|
||||
}),
|
||||
description: `An aesthetic representation of your previous and current goals/tasks.`,
|
||||
more: [
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue