This commit is contained in:
0
.dockerignore
Normal file → Executable file
0
.dockerignore
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.editorconfig
Normal file → Executable file
0
.gitea/workflows/deploy.yml
Normal file → Executable file
0
.gitea/workflows/deploy.yml
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.postcssrc.json
Normal file → Executable file
0
.postcssrc.json
Normal file → Executable file
0
.vscode/extensions.json
vendored
Normal file → Executable file
0
.vscode/extensions.json
vendored
Normal file → Executable file
0
.vscode/launch.json
vendored
Normal file → Executable file
0
.vscode/launch.json
vendored
Normal file → Executable file
0
.vscode/tasks.json
vendored
Normal file → Executable file
0
.vscode/tasks.json
vendored
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
3
angular.json
Normal file → Executable file
3
angular.json
Normal file → Executable file
@@ -100,5 +100,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"cli": {
|
||||||
|
"analytics": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
package-lock.json
generated
Normal file → Executable file
0
package-lock.json
generated
Normal file → Executable file
0
package.json
Normal file → Executable file
0
package.json
Normal file → Executable file
0
public/duck.png
Normal file → Executable file
0
public/duck.png
Normal file → Executable file
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
public/fonts/Saira-Italic.ttf
Normal file → Executable file
0
public/fonts/Saira-Italic.ttf
Normal file → Executable file
0
public/fonts/Saira-Regular.ttf
Normal file → Executable file
0
public/fonts/Saira-Regular.ttf
Normal file → Executable file
0
public/fonts/Saira-SemiBold.ttf
Normal file → Executable file
0
public/fonts/Saira-SemiBold.ttf
Normal file → Executable file
0
public/fonts/Saira-SemiBoldItalic.ttf
Normal file → Executable file
0
public/fonts/Saira-SemiBoldItalic.ttf
Normal file → Executable file
0
public/images/profile.jpg
Normal file → Executable file
0
public/images/profile.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
0
public/images/timeline.webp
Normal file → Executable file
0
public/images/timeline.webp
Normal file → Executable file
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
0
src/app/app.config.server.ts
Normal file → Executable file
0
src/app/app.config.server.ts
Normal file → Executable file
0
src/app/app.config.ts
Normal file → Executable file
0
src/app/app.config.ts
Normal file → Executable file
0
src/app/app.html
Normal file → Executable file
0
src/app/app.html
Normal file → Executable file
0
src/app/app.routes.server.ts
Normal file → Executable file
0
src/app/app.routes.server.ts
Normal file → Executable file
0
src/app/app.routes.spec.ts
Normal file → Executable file
0
src/app/app.routes.spec.ts
Normal file → Executable file
0
src/app/app.routes.ts
Normal file → Executable file
0
src/app/app.routes.ts
Normal file → Executable file
0
src/app/app.ts
Normal file → Executable file
0
src/app/app.ts
Normal file → Executable file
0
src/app/core/layout/page-shell.component.ts
Normal file → Executable file
0
src/app/core/layout/page-shell.component.ts
Normal file → Executable file
0
src/app/core/services/theme.service.ts
Normal file → Executable file
0
src/app/core/services/theme.service.ts
Normal file → Executable file
0
src/app/features/about/about-it-section.component.ts
Normal file → Executable file
0
src/app/features/about/about-it-section.component.ts
Normal file → Executable file
0
src/app/features/about/about-me-section.component.ts
Normal file → Executable file
0
src/app/features/about/about-me-section.component.ts
Normal file → Executable file
0
src/app/features/cv/cv-page.component.ts
Normal file → Executable file
0
src/app/features/cv/cv-page.component.ts
Normal file → Executable file
0
src/app/features/cv/cv-section.component.ts
Normal file → Executable file
0
src/app/features/cv/cv-section.component.ts
Normal file → Executable file
0
src/app/features/home/home-section.component.spec.ts
Normal file → Executable file
0
src/app/features/home/home-section.component.spec.ts
Normal file → Executable file
0
src/app/features/home/home-section.component.ts
Normal file → Executable file
0
src/app/features/home/home-section.component.ts
Normal file → Executable file
0
src/app/features/landing/landing-page.component.ts
Normal file → Executable file
0
src/app/features/landing/landing-page.component.ts
Normal file → Executable file
2
src/app/features/portfolio/portfolio-page.component.ts
Normal file → Executable file
2
src/app/features/portfolio/portfolio-page.component.ts
Normal file → Executable file
@@ -16,4 +16,4 @@ import { MAIN_NAVIGATION } from '../../shared/config/navigation.config';
|
|||||||
})
|
})
|
||||||
export class PortfolioPageComponent {
|
export class PortfolioPageComponent {
|
||||||
readonly sections = MAIN_NAVIGATION;
|
readonly sections = MAIN_NAVIGATION;
|
||||||
}
|
}
|
||||||
0
src/app/features/portfolio/portfolio-section.component.ts
Normal file → Executable file
0
src/app/features/portfolio/portfolio-section.component.ts
Normal file → Executable file
0
src/app/shared/config/navigation.config.ts
Normal file → Executable file
0
src/app/shared/config/navigation.config.ts
Normal file → Executable file
0
src/app/shared/models/section-nav.model.ts
Normal file → Executable file
0
src/app/shared/models/section-nav.model.ts
Normal file → Executable file
0
src/app/shared/ui/section/section.component.ts
Normal file → Executable file
0
src/app/shared/ui/section/section.component.ts
Normal file → Executable file
0
src/app/shared/ui/theme-toggle/theme-toggle.component.ts
Normal file → Executable file
0
src/app/shared/ui/theme-toggle/theme-toggle.component.ts
Normal file → Executable file
0
src/index.html
Normal file → Executable file
0
src/index.html
Normal file → Executable file
0
src/main.server.ts
Normal file → Executable file
0
src/main.server.ts
Normal file → Executable file
0
src/main.ts
Normal file → Executable file
0
src/main.ts
Normal file → Executable file
0
src/server.ts
Normal file → Executable file
0
src/server.ts
Normal file → Executable file
0
src/styles.scss
Normal file → Executable file
0
src/styles.scss
Normal file → Executable file
0
tsconfig.app.json
Normal file → Executable file
0
tsconfig.app.json
Normal file → Executable file
0
tsconfig.json
Normal file → Executable file
0
tsconfig.json
Normal file → Executable file
0
tsconfig.spec.json
Normal file → Executable file
0
tsconfig.spec.json
Normal file → Executable file
Reference in New Issue
Block a user