Added contents
This commit is contained in:
parent
d8057be1b4
commit
24decc9de4
52 changed files with 537 additions and 139 deletions
11
src/app/models/work.ts
Normal file
11
src/app/models/work.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export interface Work {
|
||||
website: string;
|
||||
image: string;
|
||||
description: string;
|
||||
name: string;
|
||||
content: string;
|
||||
date: {
|
||||
start: Date;
|
||||
end: Date;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue