Refactor portfolio

This commit is contained in:
schmelczerandras 2020-11-19 19:46:41 +01:00
parent eda999107d
commit 5592828c92
7 changed files with 309 additions and 328 deletions

View file

@ -6,12 +6,6 @@ import { PageElement } from '../page/page-element';
import { url } from './url';
import { Preview } from '../page/basics/preview/preview';
export interface Portfolio {
header: Header;
timeline: Timeline;
footer: Footer;
}
export interface Header {
name: string;
picture: Image;