File tree Expand file tree Collapse file tree 5 files changed +46
-4
lines changed
Expand file tree Collapse file tree 5 files changed +46
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11a , 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
112113br {
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+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ output:
16161 . [ 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 )
Original file line number Diff line number Diff line change 11a , 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
112113br {
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+ }
You can’t perform that action at this time.
0 commit comments