first commit
All checks were successful
Deploy dzanan.net / deploy (push) Successful in 1m2s

This commit is contained in:
v7
2026-05-14 20:58:16 +02:00
commit 1599615ec7
48 changed files with 13000 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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' }
];