<!-- markdownlint-disable no-inline-html -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Lato:wght@400;700&display=swap');
:root {
--red: #bf616a;
--orange: #cb6343;
--gold: #c3a364;
--green: #719155;
--blue: #556591;
--purple: #85577c;
/* Font families */
--header-font: 'Montserrat', sans-serif;
--body-font: 'Lato', sans-serif;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
font-family: var(--header-font) !important;
font-weight: 600 !important;
}
.reveal p, .reveal ul, .reveal ol, .reveal li {
font-family: var(--body-font) !important;
}
/* Existing color styles */
h1 { color: var(--orange) !important; } /* orange for main headers */
h2 { color: var(--orange) !important; } /* orange for sub headers */
h3 { color: var(--blue) !important; } /* blue for tertiary headers */
.current {
color: var(--green);
background: rgba(113, 145, 85, 0.1);
padding: 10px;
border-radius: 5px;
font-family: var(--body-font);
} /* green for current/success */
.future {
color: var(--purple);
background: rgba(133, 87, 124, 0.1);
padding: 10px;
border-radius: 5px;
font-family: var(--body-font);
} /* gold for future/warning */
.flex-container {
display: flex;
justify-content: space-between;
text-align: left;
font-family: var(--body-font);
}
.flex-item {
flex: 1;
padding: 0 20px;
}
.flex-item:not(:first-child) {
border-left: 1px solid #ccc;
}
/* Keep code in monospace */
.reveal pre, .reveal code {
font-family: monospace !important;
}
</style>
<!-- markdownlint-disable no-inline-html single-h1 heading-increment -->
<!-- .slide: data-background="#ffffff" -->
## Course Schedule
### 📅
<div style="display: flex; justify-content: center; align-items: center; min-height: 350px;">
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQKLFtWY5ICMBgFPkwhYFfY4f0xofHDTn_8G866v_AvbrllWZZLoDtzI-FZgMyHn8en9fs6MeOwW2WJ/pubhtml?single=true&gid=505611070&widget=false&chrome=false&headers=false&range=A1:G10&center=true" width="565" height="350" frameborder="0"></iframe>
</div>
{"title":"Course Schedule","description":"Introduction to code style, Checkstyle, and Google's Java standards","slideOptions":"{\"theme\":\"white\",\"transition\":\"slide\",\"backgroundTransition\":\"fade\"}","contributors":"[{\"id\":\"3c39bbf5-ac66-4d7a-a3c5-1121ba28b46e\",\"add\":2630,\"del\":256}]"}