Size: 1032
Comment:
|
Size: 416
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Line 6: | Line 5: |
== Current Status == {{{#!html <div id="availability" style="text-align: center; padding: 1rem; font-weight: bold; font-size: 1.2rem; color: white; background-color: red; border-radius: 5px;"> Checking Availability... </div> |
If you have technical issues, you can either write me an e-mail or drop by during my office hours: |
Line 12: | Line 7: |
<script> function updateAvailability() { let availabilityDiv = document.getElementById("availability"); let now = new Date(); let currentHour = now.getHours(); // Get current hour (0-23) |
== Office Hours == * Monday: 15:00 - 16:00 * Tuesday: 13:00 - 15:00 * Wednesday: - * Thursday: 14:00 - 17:00 * Friday: 12:00 - 15:00 |
Line 18: | Line 14: |
if ( true ) { availabilityDiv.textContent = "Currently Available"; availabilityDiv.style.backgroundColor = "green"; } else { availabilityDiv.textContent = "Currently Not Available"; availabilityDiv.style.backgroundColor = "red"; } } updateAvailability(); // Run on page load </script> }}} == Contact Information == For urgent issues or to schedule a meeting outside office hours, please email me. |
== Important == If your computer or the server room is on fire, don't e-mail me, call 118! |
IT Admin Office Hours
Contents
If you have technical issues, you can either write me an e-mail or drop by during my office hours:
Office Hours
- Monday: 15:00 - 16:00
- Tuesday: 13:00 - 15:00
- Wednesday: -
- Thursday: 14:00 - 17:00
- Friday: 12:00 - 15:00
Important
If your computer or the server room is on fire, don't e-mail me, call 118!