-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathconfig.js
104 lines (104 loc) · 2.97 KB
/
config.js
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
export default {
tgUsername: "aryanvikash",
githubUsername: "aryanvikash",
websiteName: "@aryanvikash",
heroHead: "Hey There !!",
heroText: "AryanVikash is here , I’m a ",
facebookUsername: "Ar.vikash8",
instaUsername: "ar_vikash",
typedArray: ["Developer", "Fast Learner", "Open-source Lover"],
stacks: [
{
name: "Skills",
items: [
{
name: "Android Os",
imageUrl: "https://img.icons8.com/fluent/240/000000/android-os.png",
link: "https://www.android.com/",
},
{
name: "API",
imageUrl: "https://img.icons8.com/color/96/000000/api-settings.png",
link: "https://en.wikipedia.org/wiki/API",
},
],
},
{
name: "Programming Languages",
items: [
{
name: "C",
imageUrl: "https://img.icons8.com/color/96/000000/c-programming.png",
link: "https://en.wikipedia.org/wiki/C_(programming_language)",
},
{
name: "C++",
imageUrl:
"https://img.icons8.com/color/480/000000/c-plus-plus-logo.png",
link: "https://en.wikipedia.org/wiki/C%2B%2B",
},
{
name: "Python",
imageUrl: "https://img.icons8.com/color/480/000000/python.png",
link: "https://www.python.org/",
},
{
name: "Dart",
imageUrl: "https://img.icons8.com/color/480/000000/dart.png",
link: "https://dart.dev/",
},
{
name: "JavaScript",
imageUrl: "https://img.icons8.com/color/480/000000/javascript.png",
link: "https://en.wikipedia.org/wiki/JavaScript",
},
{
name: "Kotlin",
imageUrl: "https://img.icons8.com/color/480/000000/kotlin.png",
link: "https://kotlinlang.org/",
},
],
},
{
name: "Frameworks",
items: [
{
name: "Flutter",
imageUrl: "https://img.icons8.com/color/96/000000/flutter.png",
link: "https://flutter.dev/",
},
{
name: "React",
imageUrl: "https://img.icons8.com/plasticine/400/000000/react.png",
link: "https://reactjs.org/",
},
],
},
{
name: "Tools",
items: [
{
name: "Visual Studio Code",
imageUrl:
"https://img.icons8.com/color/480/000000/visual-studio-code-2019.png",
link: "https://code.visualstudio.com/",
},
{
name: "IntelliJ IDEA",
imageUrl: "https://img.icons8.com/color/480/000000/intellij-idea.png",
link: "https://www.jetbrains.com/idea/",
},
{
name: "Git",
imageUrl: "https://img.icons8.com/color/144/000000/git.png",
link: "https://git-scm.com/",
},
{
name: "Github",
imageUrl: "https://img.icons8.com/fluent/96/000000/github.png",
link: "https://github.com",
},
],
},
],
};