Update main.js.download

This commit is contained in:
Adil Sadqi 2024-04-03 22:02:12 +00:00 committed by GitHub
parent 3b49fa246d
commit 0055c622b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,12 @@ function commander(cmd) {
setTimeout(function() {
window.open('https://www.youtube.com');
}, 1000);
break;
case "cv":
addLine("Opening Curriculum Vitae...", "color2", 80);
setTimeout(function() {
window.open('https://asadqi.com/Adil-CV.pdf');
}, 1000);
break;
case "google":
addLine("Opening Google...", "color2", 80);