-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
80 lines (80 loc) · 2.86 KB
/
Copy pathconfig.json
File metadata and controls
80 lines (80 loc) · 2.86 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
{
"ascii": [
"░▒▓███████▓▒░░ ▒▓████████▓▒ ░▒▓████████▓▒ ░▒▓███████▓▒░",
" ▓█▓▒░░▒▓█▓▒░ ▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░",
" ▓█▓▒░░▒▓█▓▒░ ▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░",
" ▓█▓▒░░▒▓█▓▒░ ▒▓██████▓▒░ ░▒▓██████▓▒░ ░▒▓███████▓▒░",
" ▓█▓▒░░▒▓█▓▒░ ▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░",
" ▓█▓▒░░▒▓█▓▒░ ▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░",
"░▒▓███████▓▒░░ ▒▓████████▓▒ ░▒▓████████▓▒ ░▒▓█▓▒░"
],
"title": "PShell",
"username": "visitor",
"hostname": "root",
"dir": "",
"password": "050823",
"repoLink": "https://github.com/YoungCoderboy/pshell",
"social": {
"email": "onkardeep48@gmail.com",
"github": "https://github.com/YoungCoderboy/",
"linkedin": "https://linkedin.com/in/deeponkar/"
},
"aboutGreeting": "Hi stranger. Welcome to Portfolio Shell.",
"problems": [
[
"leetcode",
"check out my DSA skills",
"https://leetcode.com/thunderdarksoul/"
],
[
"codeforces",
"what about competitive programming",
"https://codeforces.com/profile/deep_coder360"
]
],
"projects": [
[
"Med-DApp",
"Med-Dapp is decentralized medical web application made with MERN stack and NextJS.",
"https://github.com/YoungCoderboy/med-Dapp"
],
[
"estore",
"This was simple estore build using react with functionality of sorting filtering the product.",
"https://github.com/YoungCoderboy/estore"
],
[
"Deep-AI",
"Build vs code extension which uses LLM api provide you instant solution to query, 500+ downloads",
"https://marketplace.visualstudio.com/items?itemName=DemonSlayer.deep-ai"
],
[
"Backend",
"This project is implementation of JWT verification, secure routing, forgot password, signup, login, and email verification.",
"https://github.com/YoungCoderboy/natour"
]
],
"colors": {
"background": "#040024",
"foreground": "#F8DDE5",
"banner": "#FF9951",
"border": {
"visible": true,
"color": "#adafff"
},
"prompt": {
"default": "#A5A7A7",
"user": "#FE6BC9",
"host": "#70FDFF",
"input": "#FF7685"
},
"link": {
"text": "#ccfff6",
"highlightColor": "#38ffde",
"highlightText": "#0C0623"
},
"commands": {
"textColor": "#FD9BDB"
}
}
}