Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.22 KB

officehours.md

File metadata and controls

46 lines (37 loc) · 1.22 KB
layout title nav_order description
page
Office Hours
3
Summer 2024 Office Hours Schedule

Office Hours

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.

Office Hours Calendar

Data 8 Summer 2024 Office Hour Calendar

<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>