.babelrc | |
|
|
.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.github/workflows/run-tests.yml | |
|
|
.gitignore | |
|
|
.vscode/extensions.json | |
|
|
.vscode/settings.json | |
|
|
Dockerfile.dev | |
|
|
LICENSE | |
|
|
README.md | |
|
|
__mocks__/fileMock.js | 1 | A 0 mins |
|
__mocks__/gatsby.js | 25 | A 0 mins |
|
gatsby-config.js | 54 | A 0 mins |
|
jest-preprocess.js | 4 | A 0 mins |
|
jest.config.js | 16 | A 0 mins |
|
loadershim.js | 3 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
src/__tests__/__snapshots__/index.test.tsx.snap | |
|
|
src/components/About.tsx | 48 | A 0 mins |
|
src/components/Accomplishments.tsx | 82 | A 0 mins |
|
src/components/Centered.tsx | 10 | A 0 mins | A 100% |
src/components/Education.tsx | 47 | A 0 mins |
|
src/components/Footer.tsx | 44 | A 0 mins | A 100% |
src/components/Header.tsx | 20 | A 0 mins | A 100% |
src/components/Hobbies.tsx | 16 | A 0 mins |
|
src/components/ItemList.tsx | 14 | A 0 mins |
|
src/components/Layout.tsx | 61 | A 0 mins | A 100% |
src/components/Main.tsx | 30 | A 0 mins | A 100% |
src/components/PageContainer.tsx | 45 | A 0 mins | A 100% |
src/components/Profile.tsx | 24 | A 0 mins | A 100% |
src/components/ProfileIcons.tsx | 50 | A 0 mins | A 100% |
src/components/ProfileImage.tsx | 24 | A 0 mins | A 100% |
src/components/Skills.tsx | 62 | A 0 mins |
|
src/components/Table.tsx | 43 | A 0 mins |
|
src/components/Timer.tsx | 16 | A 0 mins |
|
src/components/TypingSubtitle.tsx | 42 | A 0 mins |
|
src/components/WorkExperience.tsx | 152 | A 0 mins |
|
src/fragments/pageInformation.ts | 22 | A 0 mins |
|
src/images/mm-logo.png | |
|
|
src/images/profile.jpg | |
|
|
src/markdown/cv.md | |
|
|
src/markdown/main-content.md | |
|
|
src/pages/404.tsx | 22 | A 0 mins |
|
src/pages/cv/index.tsx | 37 | A 0 mins |
|
src/pages/index.tsx | 35 | A 0 mins | A 100% |
src/styles/styled.d.ts | 9 | A 0 mins |
|
src/styles/theme.tsx | 7 | A 0 mins | A 100% |
src/types/PageProps.ts | 18 | A 0 mins |
|
tsconfig.json | |
|
|