Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
guptakushal03 committed May 26, 2024
1 parent f06f1be commit ad3281b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
document.addEventListener("DOMContentLoaded", function () {
// Simulate loading delay (you can remove this in a real scenario)
setTimeout(function () {
document.querySelector('.loader-container').style.display = 'none';
document.querySelector('.content').style.display = 'block';
}, 2000); // Adjust the time as needed
}, 2000);
});

var navLinks = document.getElementById("navLinks");
Expand All @@ -19,5 +18,5 @@ function showAlert() {
document.getElementById("email").value = "";
document.getElementById("subject").value = "";
document.getElementById("message").value = "";
alert("Too lazy to handle forms, but u sure can contact me using my social links!");
alert("GitHub doesn't allow handling forms hence this alert message!");
}

0 comments on commit ad3281b

Please sign in to comment.