Skip to content

Commit

Permalink
Merge pull request #7 from petertonysmith94/fix/remove-content
Browse files Browse the repository at this point in the history
fix: removed some pages
  • Loading branch information
petertonysmith94 authored Jan 20, 2024
2 parents 56aa089 + c4c02bb commit aa7cc8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 48 deletions.
6 changes: 0 additions & 6 deletions src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { ReactComponent as LinkedInIcon } from './assets/linkedin.svg';
import { ReactComponent as EmailIcon } from './assets/email.svg';
import { ReactComponent as Logo } from './assets/logo.svg';
import Profile from './pages/profile.md'
import Experience from './pages/experience.md'
import Projects from './pages/projects.md'
import Sources from './pages/projects.md'
import ReactMarkdown from 'react-markdown';

const markdown = (contents: string) => (<><ReactMarkdown children={contents} /></>);
Expand All @@ -31,9 +28,6 @@ const config = {
],
pages: [
() => markdown(Profile),
() => markdown(Experience),
() => markdown(Projects),
() => markdown(Sources),
]
};

Expand Down
9 changes: 0 additions & 9 deletions src/pages/profile.md

This file was deleted.

32 changes: 0 additions & 32 deletions src/pages/projects.md

This file was deleted.

6 changes: 5 additions & 1 deletion src/pages/sources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Sources

[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage)
[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage)

- [./assets/shubham-dhage-pringle-layers.jpg](../assets/shubham-dhage-pringle-layers.jpg)
- [./assets/shubham-dhage-sphere-center.jpg](../assets/shubham-dhage-sphere-center.jpg)
- [./assets/shubham-dhage-sphere-offset-left.jpg](../assets/shubham-dhage-sphere-offset-left.jpg)

0 comments on commit aa7cc8c

Please sign in to comment.