Add youtube presentation

This commit is contained in:
schmelczerandras 2020-12-04 22:20:45 +01:00
parent e30940ccce
commit ad5e8bbb14
4 changed files with 11 additions and 3 deletions

View file

@ -4,8 +4,10 @@ import githubIcon from '../static/icons/github.svg';
import openIcon from '../static/icons/open.svg';
import cvIcon from '../static/icons/cv.svg';
import packageIcon from '../static/icons/package.svg';
import youtubeIcon from '../static/icons/youtube.svg';
export const GitHub = ImageAnchorFactory(githubIcon, 'Open on GitHub');
export const NPM = ImageAnchorFactory(packageIcon, 'Open on npm');
export const Open = ImageAnchorFactory(openIcon, 'Open in new tab');
export const Thesis = ImageAnchorFactory(cvIcon, 'Download thesis');
export const Youtube = ImageAnchorFactory(youtubeIcon, 'Open on YouTube');