1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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/fuwn"
}
]
},
"projects": [
{
"title": "Uwufier",
"service": "Development",
"completed": "Ongoing",
"image": "https://eldfrog.com/wp-content/uploads/2018/12/programming_languages.png"
}
]
}
export default projectData;
|