Skip to content

Commit 0888f4c

Browse files
Update index.html
1 parent 4939b1e commit 0888f4c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,12 +1143,6 @@ <h3>Connect With Me</h3>
11431143
}, 100);
11441144
}
11451145
});
1146-
1147-
// Download Resume functionality
1148-
document.getElementById('downloadResume').addEventListener('click', function(e) {
1149-
e.preventDefault();
1150-
alert('To add resume download:\n\n1. Upload your resume PDF to your GitHub repository\n2. Replace the # in the href with: "./your-resume.pdf"\n\nFor example: href="./DanishAli_Resume.pdf"');
1151-
});
11521146
</script>
11531147
</body>
11541148
</html>

0 commit comments

Comments
 (0)