diff options
| author | 8cy <[email protected]> | 2020-10-12 19:50:30 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-10-12 19:50:30 -0700 |
| commit | c87d894d01b789f7953f558ad5cc68080c0f8b29 (patch) | |
| tree | 1f42fa39ea03d1e4ccd92b56b4758b3fe783eee5 /src/components/projectData.js | |
| download | me-c87d894d01b789f7953f558ad5cc68080c0f8b29.tar.xz me-c87d894d01b789f7953f558ad5cc68080c0f8b29.zip | |
woops i forgot to commit these files lul
Diffstat (limited to 'src/components/projectData.js')
| -rw-r--r-- | src/components/projectData.js | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/components/projectData.js b/src/components/projectData.js new file mode 100644 index 0000000..c0fa074 --- /dev/null +++ b/src/components/projectData.js @@ -0,0 +1,42 @@ +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/8cy" + } + ] + }, + "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 |