Basic canvas parallax

This commit is contained in:
Schmelczer András 2020-01-03 20:51:18 +01:00
parent 3bed56ed4b
commit 576d06e4bd
9 changed files with 260 additions and 172 deletions

View file

@ -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
}
};