-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (61 loc) · 3.63 KB
/
Copy pathconfig.json
File metadata and controls
62 lines (61 loc) · 3.63 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
{
"ascii": [
"████████╗░█████╗░███╗░░██╗░█████╗░██╗░░░██╗ ██╗░░░██╗██████╗░██████╗░███████╗████████╗██╗",
"╚══██╔══╝██╔══██╗████╗░██║██╔══██╗╚██╗░██╔╝ ██║░░░██║██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██║",
"░░░██║░░░███████║██╔██╗██║███████║░╚████╔╝░ ██║░░░██║██████╔╝██████╔╝█████╗░░░░░██║░░░██║",
"░░░██║░░░██╔══██║██║╚████║██╔══██║░░╚██╔╝░░ ██║░░░██║██╔═══╝░██╔══██╗██╔══╝░░░░░██║░░░██║",
"░░░██║░░░██║░░██║██║░╚███║██║░░██║░░░██║░░░ ╚██████╔╝██║░░░░░██║░░██║███████╗░░░██║░░░██║",
"░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝░░░╚═╝░░░ ░╚═════╝░╚═╝░░░░░╚═╝░░╚═╝╚══════╝░░░╚═╝░░░╚═╝"
],
"title": "Portfolio - Tanay Upreti",
"username": "guest",
"hostname": "tanayupreti.dev",
"password": "GeneralKenobi",
"repoLink": "https://github.com/code-wolf-byte/tanayupreti.github.io",
"social": {
"email": "contact@tanayupreti.dev",
"github": "code-wolf-byte",
"linkedin": "tanay-upreti"
},
"aboutGreeting": "Hello there, I'm Tanay Upreti. I'm a student at Arizona State University, pursuing a degree in Computer Science. <br><br> When I'm not buried in code or tinkering with the latest tech, you can find me exploring new ways to merge innovation with everyday life.I thrive on challenges and love pushing the boundaries of what's possible. <br><br>My journey in the tech world has been anything but conventional – from developing secure applications for top social platforms to creating custom solutions for diverse clients. Every project I tackle is a new adventure, a chance to learn something new and make a real impact. <br><br> If you have a fun project to work upon or just want to say hi, feel free to reach out to me. I'm always up for a good chat!",
"projects": [
[
"Discord-LMS",
"Leatning Management System built within the Discord ecosystem.",
"https://github.com/code-wolf-byte/Discord-LMS"
],
[
"Email-Bot",
"Fun project to use Discord as an email client.",
"https://github.com/code-wolf-byte/Email-Bot"
],
[
"web-server",
"A blatent rip-off of (not really working) Nginx built in Rust.",
"https://github.com/code-wolf-byte/reverse-proxy-server/"
]
],
"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"
}
}
}