Skip to content

Commit 539dd27

Browse files
committed
🔥 Rename links
1 parent e422a61 commit 539dd27

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

terminal.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ let history = []
22
let theme_for_terminal = "dark"
33
$('body').terminal({
44
help: function () {
5-
this.echo('<h1 style="color:red;">© 2024 Thecode764 Portfolio Website</h1><p style="color:yellowgreen;">Welcome to Thecode764 terminal portfolio<br>Here is <b>Help section</b></p><br><p style="color:blue;">pwd: Show the dir<br>socials: My social media<br>neofetch: The neofetch command<br>clear: Clear the screen<br>reboot: Restart the terminal<br>whoami: The whoami command<br>about: About me<br>history: Command history<br>search: Search in google for space use %20<br>poweroff: Power off this terminal<br>echo: Print text<br>themeset --help: Set a theme for terminal<br>snk: Snake game for my github profile</p>', { typing: true, delay: 30, raw:true });
5+
this.echo('<h1 style="color:red;">© 2024 Thecode764 Portfolio Website</h1><p style="color:yellowgreen;">Welcome to Thecode764 terminal portfolio<br>Here is <b>Help section</b></p><br><p style="color:blue;">pwd: Show the dir<br>socials: My social media<br>neofetch: The neofetch command<br>clear: Clear the screen<br>reboot: Restart the terminal<br>whoami: The whoami command<br>about: About me<br>history: Command history<br>search: Search in google for space use %20<br>poweroff: Power off this terminal<br>echo: Print text<br>themeset --help: Set a theme for terminal<br>snk: Snake game for my github profile<br>fapi: My github profile followers (Created by GetuserFollowers badge created by me)</p>', { typing: true, delay: 30, raw:true });
66
history.push("help")
77
},
88
pwd: function () {
@@ -95,11 +95,15 @@ $('body').terminal({
9595
},
9696
snk: function () {
9797
this.echo(`<picture>
98-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/kian-ahmadian/kian-ahmadian/output/github-contribution-grid-snake-dark.svg">
99-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/kian-ahmadian/kian-ahmadian/output/github-contribution-grid-snake.svg">
100-
<img alt="Kian Ahmadian contribution" src="https://raw.githubusercontent.com/kian-ahmadian/kian-ahmadian/output/github-contribution-grid-snake.svg">
98+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Thecode764/Thecode764/output/github-contribution-grid-snake-dark.svg">
99+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Thecode764/Thecode764/output/github-contribution-grid-snake.svg">
100+
<img alt="Thecode764 contribution" src="https://raw.githubusercontent.com/Thecode764/Thecode764/output/github-contribution-grid-snake.svg">
101101
</picture>`, {raw:true})
102102
history.push("snk")
103+
},
104+
fapi: function () {
105+
this.echo(`<embed src="https://Thecode764.github.io/GetUserFollowers-Badge/?username=Thecode764">`, {raw:true})
106+
history.push("fapi")
103107
}
104108
}, {
105109
greetings: '<h1 style="color:red;">Welcome to Thecode764 Portfolio website</h1><p style="color:yellowgreen;">The three version of my website was created in 2024 for best design this terminal created with jquery.terminal type "help" for start 🔍️</p><p style="color:red;">⚡️ Wait for command output please! i used writer effects</p><p style="color:blue;">The terminal is fast ⚡️</p><p style="color:orange;">✅ Have auto complete with TAB</p>',

0 commit comments

Comments
 (0)