Skip to content

Commit f7fc75b

Browse files
authored
Add files via upload
1 parent 919ca97 commit f7fc75b

File tree

15 files changed

+1942
-1731
lines changed

15 files changed

+1942
-1731
lines changed

config.json

Lines changed: 76 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,76 @@
1-
{
2-
"ascii": [
3-
"███████╗██╗ ██╗███████╗██╗ ██╗",
4-
"██╔════╝██║ ██║██╔════╝██║ ██║",
5-
"███████╗███████║█████╗ ██║ ██║",
6-
"╚════██║██╔══██║██╔══╝ ██║ ██║",
7-
"███████║██║ ██║███████╗███████╗███████╗",
8-
"╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝"
9-
],
10-
"title": "WebShell",
11-
"username": "visitor",
12-
"hostname": "webshell",
13-
"password": "050823",
14-
"repoLink": "https://github.com/nasan016/webshell",
15-
"social": {
16-
"email": "[email protected]",
17-
"github": "yourgithub",
18-
"linkedin": "you"
19-
},
20-
"aboutGreeting": "Hi stranger. Welcome to WebShell.",
21-
"projects": [
22-
[
23-
"GofeR",
24-
"Vue.js reactivity in Go.",
25-
"https://github.com/nasan016/gofer"
26-
],
27-
[
28-
"WebShell",
29-
"Terminal styled website.",
30-
"https://github.com/nasan016/webshell"
31-
]
32-
],
33-
"colors": {
34-
"background": "#0C0623",
35-
"foreground": "#F8DDE5",
36-
"banner": "#FF9951",
37-
"border": {
38-
"visible": true,
39-
"color": "#FFADE2"
40-
},
41-
"prompt": {
42-
"default": "#A5A7A7",
43-
"user": "#FE6BC9",
44-
"host": "#70FDFF",
45-
"input": "#FF7685"
46-
},
47-
"link": {
48-
"text": "#B6AAEE",
49-
"highlightColor": "#FFADE2",
50-
"highlightText": "#0C0623"
51-
},
52-
"commands": {
53-
"textColor": "#FD9BDB"
54-
}
55-
}
56-
}
1+
{
2+
"ascii": [
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+
"title": "Bash",
31+
"username": "anon",
32+
"hostname": "company",
33+
"password": "allyoobi",
34+
"repoLink": "https://github.com/yoobi21/webshell",
35+
"social": {
36+
"email": "[email protected]",
37+
"github": "yoobi21",
38+
"linkedin": "raihan-al-ayyubi/"
39+
},
40+
"aboutGreeting": "Hi Anonymous. Welcome to the Company. &copy;nasan016 <a href=https://github.com/nasan016/webshell",
41+
"projects": [
42+
[
43+
"Moodverse",
44+
"The Guidance to your feelings",
45+
"https://yoobi21.github.io/Lifesaver/"
46+
],
47+
[
48+
"Portfolio",
49+
"A room",
50+
"https://allyoobi.vercel.app/"
51+
]
52+
],
53+
"colors": {
54+
"background": "#0d101a",
55+
"foreground": "#F8DDE5",
56+
"banner": "#FFF",
57+
"border": {
58+
"visible": false,
59+
"color": "#FFF"
60+
},
61+
"prompt": {
62+
"default": "#A5A7A7",
63+
"user": "#6BFF95",
64+
"host": "#ff8e35",
65+
"input": "#A5A7A7"
66+
},
67+
"link": {
68+
"text": "#B6AAEE",
69+
"highlightColor": "#49726e",
70+
"highlightText": "#FFF377"
71+
},
72+
"commands": {
73+
"textColor": "#FFF377"
74+
}
75+
}
76+
}

img/logo.ico

13.8 KB
Binary file not shown.

index.html

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,49 @@
1-
<!doctype html>
2-
<html lang="en">
3-
4-
<head>
5-
<meta charset="UTF-8" />
6-
<link rel="stylesheet" href="src/css/css-reset.css">
7-
<link rel="stylesheet" href="src/css/style.css">
8-
<link rel="icon" type="image/x-png" href="/res/logo.png" />
9-
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1" />
10-
<script src="https://kit.fontawesome.com/d5effce557.js" crossorigin="anonymous"></script>
11-
<title>WebShell</title>
12-
</head>
13-
14-
<body>
15-
<main id="main">
16-
<div id="bars">
17-
<div id="bar-1">WebShell.x64_x86</div>
18-
<div id="bar-2"></div>
19-
<div id="bar-3"></div>
20-
<div id="bar-4"></div>
21-
<div id="bar-5"></div>
22-
</div>
23-
<br>
24-
<div id="terminal">
25-
<div>
26-
<span id="prompt"><span id="pre-user"></span>@<span id="pre-host"></span>:$ ~ </span>
27-
</div>
28-
<!-- command output will be inserted before #write-lines-->
29-
<a id="write-lines"></a>
30-
</div>
31-
<div id="input-line">
32-
<div>
33-
<p id="password-input" style="display: none;">Password: <input id="password-field" autocomplete="off"
34-
type="password" /></p>
35-
<p id="input-hidden">
36-
<span id="prompt"><span id="user"></span>@<span id="host"></span>:$ ~
37-
</span>
38-
<input id="user-input" type="text" enterkeyhint="Enter" spellcheck="false" autocapitalize="none"
39-
autocomplete="off" />
40-
</p>
41-
</div>
42-
<br>
43-
</div>
44-
</main>
45-
</body>
46-
47-
<script type="module" src="./src/styles.ts"></script>
48-
<script type="module" src="./src/main.ts"></script>
49-
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link rel="icon" href="./img/logo.ico" type="image/x-icon">
6+
<link rel="stylesheet" href="src/css/reset.css">
7+
<link rel="stylesheet" href="src/css/style.css">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<script src="https://kit.fontawesome.com/d5effce557.js" crossorigin="anonymous"></script>
10+
<title>Terminal</title>
11+
</head>
12+
<body>
13+
<main id="main">
14+
<div id="bars">
15+
<div id="bar-1">bash console</div>
16+
<div id="bar-2"></div>
17+
<div id="bar-3"></div>
18+
<div id="bar-4"></div>
19+
<div id="bar-5"></div>
20+
</div>
21+
<br>
22+
<div id="terminal">
23+
<div>
24+
<span id="prompt"><span id="pre-user"></span>@<span id="pre-host"></span>:$ ~</span>
25+
</div>
26+
<a id="write-lines"></a>
27+
</div>
28+
<div id="input-line">
29+
<div>
30+
<p id="password-input" style="display: none;">Password: <input id="password-field" autocomplete="off"
31+
type="password" /></p>
32+
<p id="input-hidden">
33+
<span id="prompt"><span id="user"></span>@<span id="host"></span>:$ ~
34+
</span>
35+
<input id="user-input" type="text" enterkeyhint="Enter" spellcheck="false" autocapitalize="none"
36+
autocomplete="off" />
37+
</p>
38+
</div>
39+
<br>
40+
</div>
41+
</main>
42+
</body>
43+
</div>
44+
</main>
45+
</body>
46+
<script type="module" src="./src/style.ts"></script>
47+
<script type="module" src="./src/main.ts"></script>
48+
5049
</html>

0 commit comments

Comments
 (0)