diff options
Diffstat (limited to 'src/components/projectData.js')
| -rw-r--r-- | src/components/projectData.js | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/src/components/projectData.js b/src/components/projectData.js deleted file mode 100644 index a8f4128..0000000 --- a/src/components/projectData.js +++ /dev/null @@ -1,57 +0,0 @@ -let projectData = { - "featured": [ - { - "title": "absence.", - "image": "https://images.wallpaperscraft.com/", - "redirect": "" - }, - { - "title": "ok", - "image": "https://images.wallpaperscraft.com/" - } - ], - "work": { - "categories": [ - { - "title": "development.", - "image": "https://eldfrog.com/wp-content/uploads/2018/12/programming_languages.png", - "redirect": "/development" - }, - { - "title": "videos.", - "image": "https://favim.com/orig/201107/04/birds-city-life-disposable-camera-grainy-indie-light-Favim.com-94114.jpg", - "redirect": "/videos" - }, - { - "title": "projects/ github.", - "image": "https://kinsta.com/wp-content/uploads/2018/04/what-is-github-1-1.png", - "redirect": "https://github.com/fuwn" - }, - { - "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" - } - ] - }, - "projects": [ - { - "title": "Uwufier", - "service": "Development", - "completed": "Ongoing", - "image": "https://eldfrog.com/wp-content/uploads/2018/12/programming_languages.png" - } - ] -} - -export default projectData;
\ No newline at end of file |