-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
66 lines (66 loc) · 2.6 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
{
"socials":{
"linkedin" : "https://www.linkedin.com/in/debayan-pradhan-b138641b4/",
"twitter":"https://twitter.com/m4lw4r3_01",
"github":"https://github.com/Phoenix-031",
"dev":"https://dev.to/anonymous3112",
"medium":"https://medium.com/@phoenix01",
"linktree":"https://linktr.ee/debayanpradhan"
},
"help":{
"whoami":"Well you are just a visitor here ya know",
"about":"Know about me",
"socials":"Find all my socials listed",
"clear":"clear terminal",
"projects":"have a look at my projects",
"banner":"Display banner",
"history":"command history",
"twitter":"opens twitter",
"github":"opens github",
"linkedin":"open linkedin",
"cv":"check out my CV",
"gui":"in case u don't like terminals",
"contact":"feel free to reach out",
"pwd":"display present working directory",
"echo":"display whatever u type",
"themes":"set the theme of the terminal",
"Up Arrow":"go back to the previous command",
"Down Arrow":"go to the next command from a particular command history"
},
"projects":{
"Algorithm Visualiser":{
"link":"",
"description":"Algorithm visualiser with python"
},
"Password manager":{
"link":"",
"description":"Password manager with python,offiline,cryptography,password security,UI"
},
"Music Player":{
"link":"https://phoenix-031.github.io/Js_projects/music_player",
"description":"Js music player"
},
"To-do list":{
"link":"https://phoenix-031.github.io/Js_projects/tdo-list",
"description":"To do list in javascript"
},
"E-Bakery":{
"link":"https://shiny-cannoli-e4333b.netlify.app/",
"description":"Fullstack project website for bakery,Hackathon project,frontend (htm,css,js),backend(nodej,mongodb,express)"
},
"CRUD APP":{
"link":"",
"description":"Mern stack crud application"
},
"linktree clone":{
"link":"https://phoenix-031.github.io/Web_Projects/link_tree_clone/index.html",
"description":"linktree with html,css,js"
}
},
"contact":{
"Email":"mailto:[email protected]",
"Linkedin":"https://www.linkedin.com/in/debayan-pradhan-b138641b4/",
"twitter":"https://twitter.com/m4lw4r3_01"
},
"themes":["dark","dracula","ubuntu","default"]
}