Skip to content

Commit

Permalink
first complete lecture slide set
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Dec 23, 2024
1 parent c47a9df commit 05e62b2
Show file tree
Hide file tree
Showing 22 changed files with 20,281 additions and 461 deletions.
128 changes: 127 additions & 1 deletion _site/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _site/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

9,038 changes: 8,998 additions & 40 deletions _site/slides/aesthetic-mappings.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

32 changes: 16 additions & 16 deletions _site/worksheets/aesthetic-mappings.html

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions slides/Wilke-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,29 @@ $font-family-sans-serif: 'Lato', Arial, sans-serif;
$font-family-monospace: 'Roboto Mono', 'Lucida Console', Monaco, Consolas, monospace;
$presentation-heading-font: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif;
$presentation-font-size-root: 26px;
$presentation-h1-font-size: 2.5em;
$presentation-h1-font-size: 2em;
$presentation-h2-font-size: 2em;
$presentation-h3-font-size: 1.6em;
$presentation-h4-font-size: 1.6em;
$presentation-heading-font-weight: 400;
$code-block-font-size: 0.86em;

.small-font { font-size: 0.86em !important; }
.tiny-font { font-size: 0.66em !important; }
.xtiny-font { font-size: 0.60em !important; }
.small-font { font-size: 0.86em; }
.tiny-font { font-size: 0.66em; }
.xtiny-font { font-size: 0.60em; }

.reveal h1 {
color: red;
text-align: center;
margin: 0 !important;
}

/* Make inline code slightly smaller; prevents vertical jumps
from slides with to slides without inline code.
Inline code is not a child of <pre>, hence the not selector.
*/

.reveal code:not(pre > code) {
font-size: 0.94em; line-height: 1.0;
}
Loading

0 comments on commit 05e62b2

Please sign in to comment.