mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
28 lines
No EOL
732 B
HTML
28 lines
No EOL
732 B
HTML
<!-- Logo slide -->
|
|
<section class="slide level2" data-background-image="slide_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> |