diff --git a/public/img/me.png b/public/img/me.png index 2d91562..1acec62 100644 Binary files a/public/img/me.png and b/public/img/me.png differ diff --git a/public/img/page-in-work.jpg b/public/img/page-in-work.jpg index fcf2a8b..0d042ba 100644 Binary files a/public/img/page-in-work.jpg and b/public/img/page-in-work.jpg differ diff --git a/src/app/core/components/background/background.ts b/src/app/core/components/background/background.ts index da66d1d..a1054d5 100644 --- a/src/app/core/components/background/background.ts +++ b/src/app/core/components/background/background.ts @@ -47,8 +47,6 @@ export class Background { this.bodyHeight = document.body.scrollHeight + 110; // navbar height - console.log(this.bodyHeight) - for (let i = 0; i < this.numStars * (this.bodyHeight / this.height); i++) { this.stars.push({ x: Math.random() * this.width,