Redesign portfolio around systems case studies

This commit is contained in:
v7
2026-09-06 19:39:23 +02:00
parent bd3f260700
commit 384c8563de
29 changed files with 1198 additions and 841 deletions

View File

@@ -1,9 +1,8 @@
import { SectionNavItem } from '../models/section-nav.model';
export const MAIN_NAVIGATION: SectionNavItem[] = [
{ label: 'Home', path: '/', fragment: 'home' },
{ label: 'About me', path: '/', fragment: 'about-me' },
{ label: 'About IT', path: '/', fragment: 'about-it' },
{ label: 'CV', path: '/cv' },
{ label: 'Portfolio', path: '/portfolio' }
{ label: 'Work', path: '/', fragment: 'work' },
{ label: 'Profile', path: '/', fragment: 'profile' },
{ label: 'Experience', path: '/', fragment: 'experience' },
{ label: 'CV', path: '/cv' }
];