diff --git a/index_files/main.js.download b/index_files/main.js.download index c2aec44..cbdfdbe 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -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);