aboutsummaryrefslogtreecommitdiff
path: root/src/components/projectData.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/projectData.js')
-rw-r--r--src/components/projectData.js42
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