-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
97 lines (93 loc) · 3.84 KB
/
config.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
{
"ascii": [
" █████╗ ██████╗ █████╗ ██╗ ██╗██╗ ██╗ █████╗ ██╗ ███████╗███████╗██╗ ██╗ ██╗██╗ ██╗ █████╗ ███╗ ██╗",
"██╔══██╗██╔══██╗██╔══██╗██║ ██║██║ ██║██╔══██╗██║ ██╔════╝██╔════╝██║ ██║ ██╔╝██║ ██║██╔══██╗███║ ██║",
"███████║███████║██║ ██║██║ ██║██║ ██║███████║██║ █████╗ █████╗ ██║ █████╔╝ ███████║███████║██╔██╗ ██║",
"██╔══██║██╔══██║██║ ██║██║ ██║██║ ██ ██║██╔══██║██║ ██╔══╝ ██╔══╝ ██║ ██╔═██╗ ██╔══██║██╔══██║██║╚██╗██║",
"██║ ██║██████╔╝██████╔╝ █████╔╝███████╗ ╚█████╔╝██║ ██║███████╗███████╗███████╗███████╗ ██║ ██╗██║ ██║██║ ██║██║ ╚████║",
"╚═╝ ╚═╝ ╚════╝ ╚════╝ ╚═══╝ ╚══════╝ ╚════╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝"
],
"title": "AJK Portfolio",
"username": "visitor",
"hostname": "AJKshell",
"password": "12345",
"social": {
"email": "[email protected]",
"github": "https://github.com/ajk-github",
"linkedin": "https://www.linkedin.com/in/abdul-jaleel-khan/"
},
"aboutGreeting": "Hi stranger. Welcome to my Portfolio.",
"cvUrl": "/CV.pdf",
"games": [
{
"name": "Pacman",
"url": "/pacman.html",
"width": "550",
"height": "500"
},
{
"name": "Tetris",
"url": "/tetris.html",
"width": "550",
"height": "550"
},
{
"name": "Mario",
"url": "/Secret-Game1/index.html",
"width": "1400",
"height": "560"
},
{
"name": "Street-Fighter",
"url": "/Secret-Game2/index.html",
"width": "1400",
"height": "560"
},
{
"name": "Prince of Persia",
"url": "/Secret-Game3/index.html",
"width": "1400",
"height": "600"
}
],
"projects": [
[
"CG Calculator",
"Coordiante Geometry Calculator",
"https://www.cgcalculator.com"
],
[
"AJKShell",
"Terminal styled Portfolio.",
"https://ajk-portfolio.vercel.app"
],
[
"Drum Kit",
"Basic Drumkit website",
"https://ajk-github.github.io/drumkit/"
]
],
"colors": {
"background": "#0C0623",
"foreground": "#F8DDE5",
"banner": "#FF9951",
"border": {
"visible": true,
"color": "#FFADE2"
},
"prompt": {
"default": "#A5A7A7",
"user": "#FE6BC9",
"host": "#70FDFF",
"input": "#FF7685"
},
"link": {
"text": "#B6AAEE",
"highlightColor": "#FFADE2",
"highlightText": "#0C0623"
},
"commands": {
"textColor": "#FD9BDB"
}
}
}