layout | title | nav_order | description |
---|---|---|---|
page |
Office Hours |
3 |
Summer 2024 Office Hours Schedule |
You are welcome to show up to any office hours. Please see the calendar for OH times and locations.
We use an online sign-up system to help keep track of everyone.
<style> /* Style the container to enable rounded corners and drop shadow */ .calendar-container { width: 1000px; height: 800px; overflow: hidden; border-radius: 20px; background-color: #ffffff !important; } /* Style the iframe */ .calendar-container iframe { width: 100%; height: 100%; border: none; } </style> <script src="../assets/darkmode.js"></script> <script> window.addEventListener("DOMContentLoaded", (event) => { onLoad(); }); </script>