mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
formatting updates for Nov 2025
This commit is contained in:
parent
739e2c74be
commit
bf48948da3
202 changed files with 17872 additions and 14022 deletions
28
intro-unix-command-line/title-slide.html
Normal file
28
intro-unix-command-line/title-slide.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue