diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..541b6f3 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /cv diff --git a/src/assets/cv-photo.jpg b/src/assets/cv-photo.jpg new file mode 100644 index 0000000..9dc9541 Binary files /dev/null and b/src/assets/cv-photo.jpg differ diff --git a/src/router/index.ts b/src/router/index.ts index b9c7874..538c632 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -29,6 +29,11 @@ const router = createRouter({ name: 'login', component: () => import('../views/LoginView.vue'), }, + { + path: '/cv', + name: 'cv', + component: () => import('../views/CvView.vue'), + }, { path: '/account', name: 'account', diff --git a/src/views/CvView.vue b/src/views/CvView.vue new file mode 100644 index 0000000..033e4bc --- /dev/null +++ b/src/views/CvView.vue @@ -0,0 +1,588 @@ + + + + +