some changes
All checks were successful
Deploy dzanan.net / deploy (push) Successful in 1m14s

This commit is contained in:
v7
2026-09-06 19:02:46 +02:00
parent 70a9d70aa5
commit bd3f260700
50 changed files with 4 additions and 1 deletions

0
src/app/features/about/about-it-section.component.ts Normal file → Executable file
View File

0
src/app/features/about/about-me-section.component.ts Normal file → Executable file
View File

0
src/app/features/cv/cv-page.component.ts Normal file → Executable file
View File

0
src/app/features/cv/cv-section.component.ts Normal file → Executable file
View File

0
src/app/features/home/home-section.component.spec.ts Normal file → Executable file
View File

0
src/app/features/home/home-section.component.ts Normal file → Executable file
View File

0
src/app/features/landing/landing-page.component.ts Normal file → Executable file
View File

2
src/app/features/portfolio/portfolio-page.component.ts Normal file → Executable file
View File

@@ -16,4 +16,4 @@ import { MAIN_NAVIGATION } from '../../shared/config/navigation.config';
})
export class PortfolioPageComponent {
readonly sections = MAIN_NAVIGATION;
}
}

View File