Add youtube presentation
This commit is contained in:
parent
e30940ccce
commit
ad5e8bbb14
4 changed files with 11 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue