generated from kausko/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.json
120 lines (119 loc) · 3.29 KB
/
data.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "Hapnan Arsad Riski",
"landing": {
"title": "Hi, I'm Hapnan",
"subtitles": [
"Back-End Developer 🌐",
"Cross-platform developer 📱💻",
"Exploring cloud ☁️",
"Im Still Beginner ♾️",
"Just getting started 📈"
],
"professionalDetails": [
{
"alt": "Hapnan Arsad Riski",
"icon": "siLinkedin",
"link": "https://www.linkedin.com/in/hapnan-arsad/"
},
{
"alt": "Hapnan",
"icon": "siGithub",
"link": "https://github.com/hapnan"
},
{
"alt": "Email",
"icon": "siGmail",
"link": "mailto:[email protected]"
}
]
},
"skills": {
"Languages known": [
"JavaScript",
"HTML5",
"CSS3",
"PHP"
],
"Frontend": [
"React",
"Next.js",
"Material-UI",
"Bootstrap"
],
"Backend, Database and Cloud": [
"Node.js",
"Express",
"MongoDB",
"MySQL",
"PostgreSQL",
"Firebase"
],
"Mobile": [
"Android"
]
},
"projects": {
"baseURI": "https://api.github.com/repos/kausko/",
"repositories": [
]
},
"experience": {
"Work Experience": [
],
"Volunteer Experience": [
{
"organization": "Dian Nuswantoro Computer Club (DNCC)",
"role": "Multemedia",
"type": "Member",
"startDate": "2017-10-10",
"endDate": "2020-10-10",
"city": "Rembang",
"state": "Jawa Tengah",
"country": "Indonesia",
"url": "http://dncc-semarang.dinus.ac.id/",
"thumbnail": "/PISB.jfif"
}
]
},
"about": {
"description": "I am a full-stack cross-platform app developer, pursuing my B.E in Computer Engineering from Pune Institute of Computer Technology. I strive to make meaningful applications with the best UI practices.",
"picture": "/profile.jpg",
"social": [
{
"alt": "hapnanss",
"icon": "siInstagram",
"link": "https://www.instagram.com/hapnanss/"
},
{
"alt": "HapnanAR",
"icon": "siTwitter",
"link": "https://twitter.com/hapnanar"
},
{
"alt": "HapnanAR#4489",
"icon": "siDiscord",
"link": "https://discord.com/"
}
]
},
"theme": {
"light": {
"palette": {
"mode": "light",
"background": {
"paper": "#fff",
"default": "#fafafa"
}
}
},
"dark": {
"palette": {
"mode": "dark",
"background": {
"paper": "#303030",
"default": "#212121"
}
}
}
}
}