PC styles nearly done
This commit is contained in:
parent
da9d0a1136
commit
79f7c4c16f
25 changed files with 221 additions and 208 deletions
|
|
@ -14,7 +14,7 @@ export const create = ({ config, header, timeline, footer }: Portfolio) => {
|
|||
new PageBackground(),
|
||||
new PageHeader(header, config.aPictureOf),
|
||||
new PageTimeline(timeline, config.showMore, config.showLess),
|
||||
new PageFooter(footer, config.cvName),
|
||||
new PageFooter(footer),
|
||||
new PageImageViewer()
|
||||
],
|
||||
document.body.querySelector("main")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue