From e8916d4d9fa8f995979cbbfdf74106f0e17839d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schmelczer=20Andr=C3=A1s?= Date: Wed, 29 Jan 2020 17:21:30 +0100 Subject: [PATCH] Replace english cv --- .idea/workspace.xml | 78 ++------------------------------------------- src/portfolio.ts | 8 ++--- 2 files changed, 6 insertions(+), 80 deletions(-) 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 `,