Size: 565
Comment:
|
Size: 1093
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
Currently Not Available | Checking Availability... |
Line 11: | Line 11: |
<script> function updateAvailability() { let availabilityDiv = document.getElementById("availability"); let now = new Date(); let currentHour = now.getHours(); // Get current hour (0-23) alert("Hello, World!"); if (currentHour >= 9 && currentHour < 18) { availabilityDiv.textContent = "Currently Available"; availabilityDiv.style.backgroundColor = "green"; } else { availabilityDiv.textContent = "Currently Not Available"; availabilityDiv.style.backgroundColor = "red"; } } updateAvailability(); // Run on page load </script> |
|
Line 13: | Line 32: |
== Office Hours == Feel free to drop by during the following hours: * **Tuesday:** 12:00 PM - 4:00 PM * **Thursday:** 12:00 PM - 4:00 PM |
IT Admin Office Hours
Current Status
Checking Availability...
Contact Information
For urgent issues or to schedule a meeting outside office hours, please email me.