PC styles nearly done
This commit is contained in:
parent
da9d0a1136
commit
79f7c4c16f
25 changed files with 221 additions and 208 deletions
|
|
@ -12,8 +12,6 @@ export interface Config {
|
|||
showMore: string;
|
||||
showLess: string;
|
||||
aPictureOf: string;
|
||||
cvName: string;
|
||||
lastEdit: Date;
|
||||
}
|
||||
|
||||
export interface Header {
|
||||
|
|
@ -32,6 +30,12 @@ export interface TimelineElement {
|
|||
}
|
||||
|
||||
export interface Footer {
|
||||
title: string;
|
||||
email: string;
|
||||
cv: url;
|
||||
cvName: string;
|
||||
githubLinkName: string;
|
||||
githubLink: url;
|
||||
lastEditName: string;
|
||||
lastEdit: Date;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue