Skip to content

Commit 2e32050

Browse files
committed
implement daul css
1 parent aa47857 commit 2e32050

File tree

5 files changed

+46
-4
lines changed

5 files changed

+46
-4
lines changed

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@ <h2>Workshop Resources</h2>
249249
</li>
250250
<li><p><a href="resources.html">Resources</a></p></li>
251251
</ol>
252+
<div class="picture1">
253+
<p><iframe width="450" height="315"
254+
src="https://www.youtube.com/embed/Ao4uwcbMp-0"
255+
frameborder="0" allow="accelerometer; autoplay;
256+
encrypted-media; gyroscope; picture-in-picture"
257+
allowfullscreen></iframe></p>
258+
</div>
252259
</div>
253260
<div id="supporting-materials" class="section level2">
254261
<h2>Supporting Materials</h2>

docs/libs-local/duke.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
a, a > code {
2-
color: rgb(161,183,13);
2+
/* color: rgb(161,183,13); Daul fixed this */
3+
color: rgb(94, 103, 33);
34
text-decoration: none;
45
}
56

@@ -111,4 +112,11 @@ figure {
111112

112113
br {
113114
clear: both;
114-
} /* Use "clear" in companion with the "figure" styles */
115+
} /* Use "clear" in companion with the "figure" styles */
116+
117+
/* Daul helped me with this image placement */
118+
.picture1 {
119+
float: right;
120+
margin: 0 0 30px 30px;
121+
width: 450px;
122+
}

docs/netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# COMMENT: redirect rules with all the fields expanded
2+
# According to netlify domain management
3+
# https://app.netlify.com/sites/git-github/settings/domain#custom-domains
4+
# # Redirect default Netlify subdomain to primary domain
5+
# https://git-github.netlify.com/* https://git-rfun.library.duke.edu/:splat 301!
6+
[[redirects]]
7+
from = "https://git-github.netlify.com/*"
8+
to = "https://git-rfun.library.duke.edu/:splat"
9+
status = 301
10+
force = true

index.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ output:
1616
1. [Resources](resources.html)
1717

1818

19+
<div class = "picture1">
20+
<iframe width="450" height="315"
21+
src="https://www.youtube.com/embed/Ao4uwcbMp-0"
22+
frameborder="0" allow="accelerometer; autoplay;
23+
encrypted-media; gyroscope; picture-in-picture"
24+
allowfullscreen></iframe>
25+
</div>
26+
27+
1928
## Supporting Materials
2029

2130
- [Slides](slides)

libs-local/duke.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
a, a > code {
2-
color: rgb(161,183,13);
2+
/* color: rgb(161,183,13); Daul fixed this */
3+
color: rgb(94, 103, 33);
34
text-decoration: none;
45
}
56

@@ -111,4 +112,11 @@ figure {
111112

112113
br {
113114
clear: both;
114-
} /* Use "clear" in companion with the "figure" styles */
115+
} /* Use "clear" in companion with the "figure" styles */
116+
117+
/* Daul helped me with this image placement */
118+
.picture1 {
119+
float: right;
120+
margin: 0 0 30px 30px;
121+
width: 450px;
122+
}

0 commit comments

Comments
 (0)