Basic canvas parallax
This commit is contained in:
parent
3bed56ed4b
commit
576d06e4bd
9 changed files with 260 additions and 172 deletions
|
|
@ -206,6 +206,6 @@ export const portfolio: Portfolio = {
|
|||
email: `schmelczerandras@gmail.com`,
|
||||
cvName: `Curriculum vitae`,
|
||||
lastEditName: `Last modified on `,
|
||||
lastEdit: new Date(2019, 11, 29) // months are 0 indexed
|
||||
lastEdit: new Date(2020, 0, 2) // months are 0 indexed
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue