diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/projectData.js | 15 | ||||
| -rw-r--r-- | src/components/work/categories/Development.js | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/components/projectData.js b/src/components/projectData.js index c0fa074..d5f713b 100644 --- a/src/components/projectData.js +++ b/src/components/projectData.js @@ -26,6 +26,21 @@ let projectData = { "title": "projects/ github.", "image": "https://kinsta.com/wp-content/uploads/2018/04/what-is-github-1-1.png", "redirect": "https://github.com/8cy" + }, + { + "title": "Senpy", + "image": "https://senpy.tk/Rust/Miyamizu_Mitsuha_On_Ownership_And_Borrowing.jpg", + "redirect": "https://senpy.tk" + }, + { + "title": "Strelizia", + "image": "https://strelizia.cc/36ezF2DJixOGpYbsqshWS0dej5ae5epF.png", + "redirect": "https://strelizia.cc" + }, + { + "title": "Twittlet", + "image": "https://camo.githubusercontent.com/562d05123a549fb7748dff44357a9a088d27357b/68747470733a2f2f737472656c697a69612e63632f39703075417a786d7871557268344661454147704934506457727837436746372e676966", + "redirect": "https://github.com/fuwn/twittlet" } ] }, diff --git a/src/components/work/categories/Development.js b/src/components/work/categories/Development.js index ff5b5c2..8f10223 100644 --- a/src/components/work/categories/Development.js +++ b/src/components/work/categories/Development.js @@ -14,6 +14,9 @@ export default class DevelopmentCategory extends Component { <div className="whitespace"></div> <ProjectEndAll projectData={this.props.projectData.work.categories[2]} /> + <ProjectEndAll projectData={this.props.projectData.work.categories[3]} /> + <ProjectEndAll projectData={this.props.projectData.work.categories[4]} /> + <ProjectEndAll projectData={this.props.projectData.work.categories[5]} /> { /* <ProjectOne projectData={this.props.projectData.work.categories[1]} projectClass="category1" /> */ } { /* <ProjectOne projectData={this.props.projectData.work.categories[1]} projectClass="category1" /> |