diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.postcssrc.json b/.postcssrc.json old mode 100644 new mode 100755 diff --git a/.vscode/extensions.json b/.vscode/extensions.json old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/angular.json b/angular.json old mode 100644 new mode 100755 index 01d75f6..ea495e3 --- a/angular.json +++ b/angular.json @@ -100,5 +100,8 @@ } } } + }, + "cli": { + "analytics": false } } diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/public/duck.png b/public/duck.png old mode 100644 new mode 100755 diff --git a/public/fonts/Saira-Italic.ttf b/public/fonts/Saira-Italic.ttf old mode 100644 new mode 100755 diff --git a/public/fonts/Saira-Regular.ttf b/public/fonts/Saira-Regular.ttf old mode 100644 new mode 100755 diff --git a/public/fonts/Saira-SemiBold.ttf b/public/fonts/Saira-SemiBold.ttf old mode 100644 new mode 100755 diff --git a/public/fonts/Saira-SemiBoldItalic.ttf b/public/fonts/Saira-SemiBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/public/images/profile.jpg b/public/images/profile.jpg old mode 100644 new mode 100755 diff --git a/public/images/timeline.webp b/public/images/timeline.webp old mode 100644 new mode 100755 diff --git a/src/app/app.config.server.ts b/src/app/app.config.server.ts old mode 100644 new mode 100755 diff --git a/src/app/app.config.ts b/src/app/app.config.ts old mode 100644 new mode 100755 diff --git a/src/app/app.html b/src/app/app.html old mode 100644 new mode 100755 diff --git a/src/app/app.routes.server.ts b/src/app/app.routes.server.ts old mode 100644 new mode 100755 diff --git a/src/app/app.routes.spec.ts b/src/app/app.routes.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts old mode 100644 new mode 100755 diff --git a/src/app/app.ts b/src/app/app.ts old mode 100644 new mode 100755 diff --git a/src/app/core/layout/page-shell.component.ts b/src/app/core/layout/page-shell.component.ts old mode 100644 new mode 100755 diff --git a/src/app/core/services/theme.service.ts b/src/app/core/services/theme.service.ts old mode 100644 new mode 100755 diff --git a/src/app/features/about/about-it-section.component.ts b/src/app/features/about/about-it-section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/about/about-me-section.component.ts b/src/app/features/about/about-me-section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/cv/cv-page.component.ts b/src/app/features/cv/cv-page.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/cv/cv-section.component.ts b/src/app/features/cv/cv-section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/home/home-section.component.spec.ts b/src/app/features/home/home-section.component.spec.ts old mode 100644 new mode 100755 diff --git a/src/app/features/home/home-section.component.ts b/src/app/features/home/home-section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/landing/landing-page.component.ts b/src/app/features/landing/landing-page.component.ts old mode 100644 new mode 100755 diff --git a/src/app/features/portfolio/portfolio-page.component.ts b/src/app/features/portfolio/portfolio-page.component.ts old mode 100644 new mode 100755 index 8a830a6..db0f544 --- a/src/app/features/portfolio/portfolio-page.component.ts +++ b/src/app/features/portfolio/portfolio-page.component.ts @@ -16,4 +16,4 @@ import { MAIN_NAVIGATION } from '../../shared/config/navigation.config'; }) export class PortfolioPageComponent { readonly sections = MAIN_NAVIGATION; -} +} \ No newline at end of file diff --git a/src/app/features/portfolio/portfolio-section.component.ts b/src/app/features/portfolio/portfolio-section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/shared/config/navigation.config.ts b/src/app/shared/config/navigation.config.ts old mode 100644 new mode 100755 diff --git a/src/app/shared/models/section-nav.model.ts b/src/app/shared/models/section-nav.model.ts old mode 100644 new mode 100755 diff --git a/src/app/shared/ui/section/section.component.ts b/src/app/shared/ui/section/section.component.ts old mode 100644 new mode 100755 diff --git a/src/app/shared/ui/theme-toggle/theme-toggle.component.ts b/src/app/shared/ui/theme-toggle/theme-toggle.component.ts old mode 100644 new mode 100755 diff --git a/src/index.html b/src/index.html old mode 100644 new mode 100755 diff --git a/src/main.server.ts b/src/main.server.ts old mode 100644 new mode 100755 diff --git a/src/main.ts b/src/main.ts old mode 100644 new mode 100755 diff --git a/src/server.ts b/src/server.ts old mode 100644 new mode 100755 diff --git a/src/styles.scss b/src/styles.scss old mode 100644 new mode 100755 diff --git a/tsconfig.app.json b/tsconfig.app.json old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/tsconfig.spec.json b/tsconfig.spec.json old mode 100644 new mode 100755