Refactor portfolio and fix grammar
This commit is contained in:
parent
86ddc3d0d8
commit
59a0afbac7
37 changed files with 546 additions and 451 deletions
11
src/data/shared.ts
Normal file
11
src/data/shared.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { ImageAnchorFactory } from '../page/basics/image-anchor/image-anchor';
|
||||
|
||||
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';
|
||||
|
||||
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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue