Mostly done
This commit is contained in:
parent
632a7703ff
commit
10015a4ebe
23 changed files with 258 additions and 158 deletions
|
|
@ -7,7 +7,6 @@ import { PageImageViewer } from "./image-viewer/image-viewer";
|
|||
import { Page } from "../framework/page";
|
||||
|
||||
export const create = ({ config, header, timeline, footer }: Portfolio) => {
|
||||
document.title = header.name;
|
||||
const pageHeader = new PageHeader(header, config.aPictureOf);
|
||||
const pageFooter = new PageFooter(footer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue