Skip to content

Commit 6549f82

Browse files
committed
clean up
1 parent 537b9d3 commit 6549f82

File tree

88 files changed

+52083
-9726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+52083
-9726
lines changed

chapter_bootstrap/boostrap.Rmd

-923
This file was deleted.

chapter_bootstrap/boostrap.html

-1,102
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-10-1.svg

-286
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-11-1.svg

-286
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-16-1.svg

-250
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-17-1.svg

-249
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-18-1.svg

-384
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-19-1.svg

-318
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-2-1.svg

-204
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-20-1.svg

-518
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-22-1.svg

-318
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-23-1.svg

-325
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-25-1.svg

-343
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-27-1.svg

-318
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-29-1.svg

-420
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-30-1.svg

-394
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-31-1.svg

-443
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-32-1.svg

-318
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-33-1.svg

-318
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-36-1.svg

-559
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-39-1.svg

-317
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-5-1.svg

-594
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-5-2.svg

-286
This file was deleted.

chapter_bootstrap/boostrap_files/figure-html/unnamed-chunk-9-1.svg

-250
This file was deleted.

css/scpo.css

+63-3
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ blockquote {
210210
/*~~~~~~~~~~~~~~~~~~*/
211211

212212
/* section divider red */
213-
.title-slide-section-red {
213+
.separator {
214214
background-color: #d90502;
215215
padding-left: 100px; /* delete this for 4:3 aspect ratio */
216216
}
217217

218218
/* section divider red H1 fonts */
219-
.title-slide-section-red h1, .title-slide-section-red h2, .title-slide-section-red h3, .title-slide-section-red p {
219+
.separator h1, .separator h2, .separator h3, .separator p {
220220
color: #fff;
221221
}
222222

@@ -272,6 +272,11 @@ strong {
272272
color: #d90502;
273273
}
274274

275+
/* Pink text */
276+
.red {
277+
color: #d90502 !important;
278+
}
279+
275280
/* Add blue tag */
276281
.blue {
277282
color: #0000CC;
@@ -328,4 +333,59 @@ ru-blockquote {
328333
}
329334

330335
.large { font-size: 120% }
331-
.small { font-size: 90% }
336+
.small { font-size: 90% }
337+
338+
.super{
339+
vertical-align: super;
340+
font-size: 70%;
341+
}
342+
.sub{
343+
vertical-align: sub;
344+
font-size: 70%;
345+
}
346+
347+
/* Create a highlighted class called 'hi' */
348+
.hi {
349+
font-weight: 600;
350+
color: #d90502 !important;
351+
}
352+
.hi-pink {
353+
font-weight: 600;
354+
color: #e64173 !important;
355+
}
356+
.hi-slate {
357+
font-weight: 600;
358+
color: #314f4f !important;
359+
}
360+
.hi-turquoise {
361+
font-weight: 600;
362+
color: #44C1C4 !important;
363+
}
364+
.hi-purple {
365+
font-weight: 600;
366+
color: #6A5ACD !important;
367+
}
368+
.hi-orange {
369+
font-weight: 600;
370+
color: #FFA500 !important;
371+
}
372+
.hi-yellow{
373+
font-weight: 600;
374+
color: #D8BD44 !important;
375+
}
376+
.hi-green {
377+
font-weight: 600;
378+
color: #7CAE96 !important;
379+
}
380+
.hi-grey {
381+
font-weight: 600;
382+
color: #8AA19E !important;
383+
}
384+
.hi-blue {
385+
font-weight: 600;
386+
color: #54778B !important;
387+
}
388+
.hi-red {
389+
font-weight: 600;
390+
color: #fb6107 !important;
391+
}

img/photos/SSR_cone.png

222 KB
Loading

img/simulation-scatter-1.png

1.51 MB
Loading

0 commit comments

Comments
 (0)