diff --git a/index.html b/index.html
index 8dca6d6..1ac4494 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
-
+
diff --git a/script.js b/script.js
index 2b26830..42ad2a6 100644
--- a/script.js
+++ b/script.js
@@ -70,6 +70,17 @@ $(document).ready(function(){
}
}
});
+ document.getElementById('resume-link-1').addEventListener('click', function() {
+ window.open(
+ "https://drive.google.com/file/d/1SfK1K1hyTbCK4CDuBtf1T1jxm1r4yJ3i/view?usp=sharing"
+ );
+ });
+
+ document.getElementById('resume-button-2').addEventListener('click', function() {
+ window.open(
+ "https://drive.google.com/file/d/1SfK1K1hyTbCK4CDuBtf1T1jxm1r4yJ3i/view?usp=sharing"
+ );
+ });
});
\ No newline at end of file