Skip to content

Commit b8334cd

Browse files
committed
ok
1 parent 1ea234f commit b8334cd

File tree

4 files changed

+31
-21
lines changed

4 files changed

+31
-21
lines changed

slides/_child-footer.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "slides child footer"
44

55
<div class="footercc">
66
<i class="fab fa-creative-commons"></i>&nbsp; <i class="fab fa-creative-commons-by"></i><i class="fab fa-creative-commons-nc"></i> <a href = "https://JohnLittle.info"><span class = "opacity30">https://</span>JohnLittle<span class = "opacity30">.info</span></a>
7-
<span class = "opacity30"><a href="https://github.com/libjohn/workshop_webscraping">https://github.com/libjohn/workshop_webscraping</a> | `r Sys.Date()` </span>
7+
<span class = "opacity30"> | <a href="https://github.com/libjohn/workshop_webscraping">https://github.com/libjohn/workshop_webscraping</a> | `r Sys.Date()` </span>
88
</div>
99

1010

slides/index.Rmd

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Hypter Text Markup Language
126126
```{r child="_child-footer.Rmd", include=FALSE}
127127
```
128128
---
129-
## CSS
129+
## HTML + CSS
130130

131131
Cascading Style Sheets
132132

@@ -135,16 +135,22 @@ Cascading Style Sheets
135135
<html>
136136
<body>
137137

138-
<div class=abc> </div>
138+
<div class="abc"> ... </div>
139139

140-
<div id=”xyz”> </div>
140+
<div id="xyz">
141+
<span class="foo"> ... </span>
142+
</div>
143+
144+
<span id="bar"> ... </span>
141145

142146
</body>
143147
</html>
144148

145149
```
146150

147-
http://www.vondel.humanities.uva.nl/style.css
151+
&nbsp;
152+
153+
for example: http://www.vondel.humanities.uva.nl/style.css
148154

149155

150156
```{r child="_child-footer.Rmd", include=FALSE}
@@ -178,11 +184,12 @@ background-image: url(images/selector_graph.png)
178184

179185
<!-- an image of branches and nodes -->
180186

181-
?? an image of branches and nodes
187+
??? an image of branches and nodes
182188

183189

184190
```{r child="_child-footer.Rmd", include=FALSE}
185191
```
192+
186193
---
187194
class: middle, center
188195

slides/index.html

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
&lt;div class="footercc"&gt;
4949
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
50-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
50+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
5151
&lt;/div&gt;
5252

5353

@@ -82,7 +82,7 @@
8282

8383
&lt;div class="footercc"&gt;
8484
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
85-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
85+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
8686
&lt;/div&gt;
8787

8888

@@ -138,13 +138,13 @@
138138

139139
&lt;div class="footercc"&gt;
140140
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
141-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
141+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
142142
&lt;/div&gt;
143143

144144

145145

146146
---
147-
## CSS
147+
## HTML + CSS
148148

149149
Cascading Style Sheets
150150

@@ -153,23 +153,29 @@
153153
&lt;html&gt;
154154
&lt;body&gt;
155155

156-
&lt;div class=abc&gt; &lt;/div&gt;
156+
&lt;div class="abc"&gt; ... &lt;/div&gt;
157157

158-
&lt;div id=”xyz”&gt; &lt;/div&gt;
158+
&lt;div id="xyz"&gt;
159+
&lt;span class="foo"&gt; ... &lt;/span&gt;
160+
&lt;/div&gt;
161+
162+
&lt;span id="bar"&gt; ... &lt;/span&gt;
159163

160164
&lt;/body&gt;
161165
&lt;/html&gt;
162166

163167
```
164168

165-
http://www.vondel.humanities.uva.nl/style.css
169+
&amp;nbsp;
170+
171+
for example: http://www.vondel.humanities.uva.nl/style.css
166172

167173

168174

169175

170176
&lt;div class="footercc"&gt;
171177
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
172-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
178+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
173179
&lt;/div&gt;
174180

175181

@@ -200,7 +206,7 @@
200206

201207
&lt;div class="footercc"&gt;
202208
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
203-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
209+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
204210
&lt;/div&gt;
205211

206212

@@ -210,18 +216,19 @@
210216

211217
&lt;!-- an image of branches and nodes --&gt;
212218

213-
?? an image of branches and nodes
219+
??? an image of branches and nodes
214220

215221

216222

217223

218224
&lt;div class="footercc"&gt;
219225
&lt;i class="fab fa-creative-commons"&gt;&lt;/i&gt;&amp;nbsp; &lt;i class="fab fa-creative-commons-by"&gt;&lt;/i&gt;&lt;i class="fab fa-creative-commons-nc"&gt;&lt;/i&gt; &lt;a href = "https://JohnLittle.info"&gt;&lt;span class = "opacity30"&gt;https://&lt;/span&gt;JohnLittle&lt;span class = "opacity30"&gt;.info&lt;/span&gt;&lt;/a&gt;
220-
&lt;span class = "opacity30"&gt;&lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
226+
&lt;span class = "opacity30"&gt; | &lt;a href="https://github.com/libjohn/workshop_webscraping"&gt;https://github.com/libjohn/workshop_webscraping&lt;/a&gt; | 2021-03-01 &lt;/span&gt;
221227
&lt;/div&gt;
222228

223229

224230

231+
225232
---
226233
class: middle, center
227234

slides/styles/my-theme.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ height: auto;
2424
max-height: 200px;
2525
}
2626

27-
.myc {
28-
text-align: right;
29-
}
30-
3127

3228

3329

0 commit comments

Comments
 (0)