Redesign portfolio around systems case studies
This commit is contained in:
@@ -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' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user