From 0055c622b6efdcd3fdaf2b7e657d66401c30761b Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:02:12 +0000 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 6 ++++++ 1 file changed, 6 insertions(+) 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);