Skip to content

Commit

Permalink
Final fine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Sep 4, 2019
1 parent 371bee8 commit 2838a75
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 93 deletions.
11 changes: 7 additions & 4 deletions docs/MetadataCanBeEasy_RMKrug.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ date: "2019/09/11 (updated: `r Sys.Date()`)"
output:
xaringan::moon_reader:
lib_dir: libs
css: ["middlebury", "middlebury", "middlebury-fonts.css"]
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
ratio: '16:9'
---
class: bottom, left

Expand All @@ -27,6 +29,7 @@ library(knitr)
/* custom.css */
.title-slide {
# background-color: coral;
background-image: url("fig/uzh_logo_e_pos_web_main.jpg"), url("fig/qr_talk.svg");
background-size: 30%, 10%;
background-position: 1% 01%, 50% 99%;
Expand Down Expand Up @@ -373,13 +376,13 @@ A .red[BIG THANK YOU] to everybody in the our group
Particularly the Guinea Pigs

---
class: left, bottom
class: center, bottom

background-image: url(./fig/qr_talk.svg),url(./fig/qr_dmdScheme.svg),url(./fig/big_coffee.jpg)
background-size: 15%, 15%, 100%
background-position: 21% 97%, 92% 97%, 100% 0%
background-size: 10%, 10%, 80%
background-position: 25% 98%, 89% 98%, 50% 0%

# <span style="padding-top:250px"> Talk <span style="padding-left:250px"> `dmdScheme`
# Talk <span style="padding-left:350px"> `dmdScheme` <span style="padding-left:210px">

.dt[ Image credit: [eater.com](https://www.eater.com/2014/10/30/7131255/starbucks-free-drink-record-83-101-shots-espresso) ]

17 changes: 10 additions & 7 deletions docs/MetadataCanBeEasy_RMKrug.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<title>MetaData can be easy</title>
<meta charset="utf-8" />
<meta name="author" content="Rainer Krug &amp; Owen L. Petchey" />
<link href="libs/remark-css/default.css" rel="stylesheet" />
<link href="libs/remark-css/default-fonts.css" rel="stylesheet" />
<link href="libs/remark-css/middlebury.css" rel="stylesheet" />
<link href="libs/remark-css/middlebury.css" rel="stylesheet" />
<link rel="stylesheet" href="middlebury-fonts.css" type="text/css" />
</head>
<body>
<textarea id="source">
Expand All @@ -30,6 +31,7 @@
/* custom.css */

.title-slide {
# background-color: coral;
background-image: url("fig/uzh_logo_e_pos_web_main.jpg"), url("fig/qr_talk.svg");
background-size: 30%, 10%;
background-position: 1% 01%, 50% 99%;
Expand Down Expand Up @@ -376,13 +378,13 @@
Particularly the Guinea Pigs

---
class: left, bottom
class: center, bottom

background-image: url(./fig/qr_talk.svg),url(./fig/qr_dmdScheme.svg),url(./fig/big_coffee.jpg)
background-size: 15%, 15%, 100%
background-position: 21% 97%, 92% 97%, 100% 0%
background-size: 10%, 10%, 80%
background-position: 25% 98%, 89% 98%, 50% 0%

# &lt;span style="padding-top:250px"&gt; Talk &lt;span style="padding-left:250px"&gt; `dmdScheme`
# Talk &lt;span style="padding-left:350px"&gt; `dmdScheme` &lt;span style="padding-left:210px"&gt;

.dt[ Image credit: [eater.com](https://www.eater.com/2014/10/30/7131255/starbucks-free-drink-record-83-101-shots-espresso) ]
</textarea>
Expand All @@ -391,7 +393,8 @@
<script>var slideshow = remark.create({
"highlightStyle": "github",
"highlightLines": true,
"countIncrementalSlides": false
"countIncrementalSlides": false,
"ratio": "16:9"
});
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
window.dispatchEvent(new Event('resize'));
Expand Down
10 changes: 0 additions & 10 deletions docs/libs/remark-css/default-fonts.css

This file was deleted.

72 changes: 0 additions & 72 deletions docs/libs/remark-css/default.css

This file was deleted.

Loading

0 comments on commit 2838a75

Please sign in to comment.