You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.echo('<h1 style="color:red;">About me</h1><p style="color:blue;">Hi i am artin karimi<br>I am a <b>Web developer and python</b> Developer</p><p style="color:red;">I love programming 💖 I use linux. linux is best <3</p><p style="color:yellowgreen;">I use flask for backend i learning react for front-end ⚡️</p>',{raw:true,typing:true,delay:30})
39
+
history.push("about")
40
+
},
41
+
history: function(){
42
+
this.echo(`<p style="color:blue;">History for ${newDate().toDateString()}:</p>${history.join("<br>")}<br>`,{raw:true,typing:true,delay:30})
this.echo(`<h1 style="color:red;">Theme not found! 🔇</h1>`,{raw:true})
93
+
history.push(`themeset ${theme}`)
94
+
}
95
+
}
96
+
},{
97
+
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>',
98
+
prompt: 'null ⚡️@Thecode764: ',
99
+
raw: true,
100
+
onCommandNotFound: function(command,term){
101
+
term.echo(`<h1 style="color:red;">Command error</h1><p>Command <b>${command} Not Found!</b><br><p style="color:green;"><b>Type :help: for view commands 🔧</b></p>`,{raw: true,typing: true,delay: 30})
0 commit comments