-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathabout.json
More file actions
93 lines (93 loc) · 3.1 KB
/
about.json
File metadata and controls
93 lines (93 loc) · 3.1 KB
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
{
"title": "About Me",
"bioHeader": "I am ==based in [Indonesia.](https://en.wikipedia.org/wiki/indonesia){target=_blank rel=\"noopener noreferrer\"}=={.highlight}",
"bio": [
"I earned my Bachelor's degree in Computer Science from the ==[Indonesian Christian University in the Moluccas](https://ukim.ac.id){target=_blank rel=\"noopener noreferrer\"}=={.highlight};",
" Currently, I am applying for scholarships to pursue my ==Master's and Ph.D=={.highlight};"
],
"languagesProficient": [
{
"level": "Advanced",
"languages": [
"HTML5",
"CSS3",
"Javascript",
"PHP",
"SQL",
"JSON",
"TailwindCSS"
]
},
{
"level": "Working Knowledge",
"languages": [
"React",
"Vue",
"SCSS",
"Laravel",
"MongoDB",
"NodeJs",
"Git",
"Flutter"
]
},
{
"level": "Previous Experience",
"languages": [
"C++",
"Python",
"Java",
"Dart",
"Powershell",
"RouterOS/Mikrotik"
]
},
{
"level": "Misc<sup>[1]</sup>",
"languages": [
"[IBM Equal Access](https://github.com/IBMa/equal-access){target=_blank rel=\"noopener noreferrer\"}",
"[W3 Accessibility (WAI-ARIA) 1.1](https://www.w3.org/TR/wai-aria/){target=_blank rel=\"noopener noreferrer\"}",
"[WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/){target=_blank rel=\"noopener noreferrer\"} <sup>[2]</sup>"
]
}
],
"languagesExtraInfo": [
{
"type": "info",
"details": "[1] As of now, I think the knowledge about [==ARIA (Accessibility — Rich Internet Application)=={.highlight}](https://en.wikipedia.org/wiki/WAI-ARIA){target=_blank rel=\"noopener noreferrer\"} is essential; so I spend my free time researching, watching videos, and reading articles related to it."
},
{
"type": "continuous",
"details": "— If you also want to learn how to make the web accessable for everyone, visit [==https://www.accessibility-developer-guide.com/=={.highlight}](https://www.accessibility-developer-guide.com/){target=_blank rel=\"noopener noreferrer\"}; They provide an amazing list of actionable steps to improve your website's accessibility."
},
{
"type": "info",
"details": "[2] One of the best tools for ==conducting comprehensive accessibility checks=={.highlight} and ==providing detailed information=={.highlight} on how to fix issues with your website."
}
],
"toolsProficient": [
{
"level": "Advanced",
"tools": ["Adobe Photoshop", "Visual Studio Code"]
},
{
"level": "Working Knowledge",
"tools": [
"Adobe After Effect",
"Resolve Davinci",
"Gimp",
"Figma",
"Atom",
"Github"
]
},
{
"level": "Previous Experience",
"tools": ["Blockbench", "Adobe Premiere", "Adobe Illustrator", "GitLab"]
},
{
"level": "Misc",
"tools": ["Hyper"]
}
]
}