Add cv
This commit is contained in:
parent
fd14613db7
commit
a3f39c6179
124 changed files with 26 additions and 21 deletions
7
src/portfolio.ts
Executable file → Normal file
7
src/portfolio.ts
Executable file → Normal file
|
|
@ -15,7 +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 cv from './static/cv/andras_schmelczer_cv_2020_01.pdf';
|
||||
import europass from './static/cv/andras_schmelczer_europass.pdf';
|
||||
import cv from './static/cv/schmelczer_andras_cv.pdf';
|
||||
import ledMP4 from './static/media/led.mp4';
|
||||
import ledWEBM from './static/media/led.webm';
|
||||
import { last } from './framework/helper/last';
|
||||
|
|
@ -238,8 +239,8 @@ export const portfolio: Portfolio = {
|
|||
footer: {
|
||||
title: `Learn more`,
|
||||
curiumVitaes: [
|
||||
{ name: `Curriculum vitae`, url: cv },
|
||||
/*{ name: `Önéletrajz (hu)`, url: cv },*/
|
||||
{ name: `Curriculum vitae (en)`, url: europass },
|
||||
{ name: `Önéletrajz (hu)`, url: cv },
|
||||
],
|
||||
email: `andras@schmelczer.dev`,
|
||||
lastEditText: `Last modified on `,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue