Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudFawzyAOE2 committed Dec 27, 2024
1 parent 0b17e2e commit f78466c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ <h3>BEs of Communication and Electronics Engineering</h3>
</section>
</main>


<footer>
<p>&copy; 2024 Mahmoud Fawzy. All rights reserved.</p>
</footer>
<script src="scripts/script.js"></script>
<script>
document.getElementById('download-cv').addEventListener('click', function() {
window.location.href = 'files/Mahmoud Fawzy-CV-SoftwareTester 12-24.pdf';
});
</script>
</body>
</html>

0 comments on commit f78466c

Please sign in to comment.