formatting updates for Nov 2025

This commit is contained in:
Natalie Gill 2025-11-11 11:01:07 -08:00
parent 739e2c74be
commit bf48948da3
202 changed files with 17872 additions and 14022 deletions

View file

@ -0,0 +1,28 @@
<!-- Logo slide -->
<section class="slide level2" data-background-image="materials/gladstone_logo_slide.png" data-background-size="contain">
</section>
<!-- Title slide -->
<section class="quarto-title-block">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$if(author)$
<div class="quarto-title-authors">
<div class="quarto-title-author">
<div class="quarto-title-author-name">$author$</div>
$if(institute)$
<div class="quarto-title-affiliation">$institute$</div>
$endif$
</div>
</div>
$endif$
$if(date)$
<div class="quarto-title-meta">
<div class="quarto-title-meta-contents">
<p class="date">$date$</p>
</div>
</div>
$endif$
</section>