diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51b9026..5901f77 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,70 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -194,6 +119,7 @@ + diff --git a/src/portfolio.ts b/src/portfolio.ts index 9cdd7de..2c4414a 100644 --- a/src/portfolio.ts +++ b/src/portfolio.ts @@ -15,8 +15,8 @@ import color from './static/media/color.jpg'; import platform from './static/media/platform.png'; import photos from './static/media/photos.jpg'; import led from './static/media/led.jpg'; -import europass from './static/cv/andras_schmelczer_europass.pdf'; -import cv from './static/cv/schmelczer_andras_cv.pdf'; +import cvHungarian from './static/cv/schmelczer_andras_cv.pdf'; +import cvEnglish from './static/cv/andras_schmelczer_cv.pdf'; import ledMP4 from './static/media/led.mp4'; import ledWEBM from './static/media/led.webm'; import { last } from './framework/helper/last'; @@ -242,8 +242,8 @@ export const portfolio: Portfolio = { footer: { title: `Learn more`, curiumVitaes: [ - { name: `Curriculum vitae (en)`, url: europass }, - { name: `Önéletrajz (hu)`, url: cv }, + { name: `Curriculum vitae (en)`, url: cvEnglish }, + { name: `Önéletrajz (hu)`, url: cvHungarian }, ], email: `andras@schmelczer.dev`, lastEditText: `Last modified on `,