generated from curso-r/template-pagina-do-curso
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
277 changed files
with
17,353 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
.remark-slide-content:not(.title-slide){ | ||
background-image: url("https://d33wubrfki0l68.cloudfront.net/295643c6243701ae6a9bac3fb8ad467ff0ce3c84/d1785/img/logo/cursor1-41.png"); | ||
background-position: 5% 97%; | ||
background-size: 160px; | ||
padding-left: 100px; | ||
} | ||
|
||
.remark-slide-number{ | ||
top: 92%; | ||
bottom: inherit; | ||
} | ||
|
||
.title-slide{ | ||
background-image: url("../img/trio-sticker.png"); | ||
background-position: 53% 98%; | ||
background-size: 330px; | ||
padding-left: 100px; | ||
} | ||
|
||
|
||
* { | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.container { | ||
width: 100%; | ||
display: -webkit-box; | ||
display: flex; | ||
flex-wrap: wrap; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.center { | ||
-webkit-box-align: center; | ||
align-items: center; | ||
-webkit-box-pack: center; | ||
justify-content: center; | ||
} | ||
|
||
.card { | ||
background-color: white; | ||
width: 250px; | ||
display: -webkit-box; | ||
display: flex; | ||
-webkit-box-orient: vertical; | ||
-webkit-box-direction: normal; | ||
flex-direction: column; | ||
padding: 10px; | ||
margin: 5px; | ||
} | ||
.card h1, .card h2, .card h3, .card h4, .card h5 { | ||
margin: 0px; | ||
padding: 0px 0px 15px 0px; | ||
font-family: 'Noto Sans KR', sans-serif; | ||
font-size: 20px; | ||
color: #282828; | ||
} | ||
.card hr { | ||
display: block; | ||
border: none; | ||
height: 3px; | ||
font-weight: bold; | ||
margin: 0px; | ||
-webkit-animation-name: line-show; | ||
/* Safari 4.0 - 8.0 */ | ||
-webkit-animation-duration: 0.3s; | ||
/* Safari 4.0 - 8.0 */ | ||
animation-name: line-show; | ||
animation-duration: 0.6s; | ||
-webkit-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1); | ||
transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1); | ||
/* custom */ | ||
} | ||
.card p { | ||
margin: 15px 0px 0px 0px; | ||
font-family: 'Noto Sans KR', sans-serif; | ||
font-weight: 100; | ||
letter-spacing: -0.25px; | ||
line-height: 1.25; | ||
font-size: 15px; | ||
word-break: break-all; | ||
word-wrap: pre-wrap; | ||
color: #282828; | ||
-webkit-animation-name: p-show; | ||
/* Safari 4.0 - 8.0 */ | ||
-webkit-animation-duration: 1.5s; | ||
/* Safari 4.0 - 8.0 */ | ||
animation-name: p-show; | ||
animation-duration: 1.5s; | ||
} | ||
.card button { | ||
border: none; | ||
background-color: salmon; | ||
width: 50%; | ||
margin: 10px auto; | ||
padding: 10px 30px; | ||
color: white; | ||
font-family: 'Noto Sans KR', sans-serif; | ||
text-transform: uppercase; | ||
} | ||
|
||
/* Safari 4.0 - 8.0 */ | ||
@-webkit-keyframes line-show { | ||
from { | ||
margin: 0px 100px; | ||
} | ||
to { | ||
margin: 0px; | ||
} | ||
} | ||
/* Standard syntax */ | ||
@keyframes line-show { | ||
from { | ||
margin: 0px 100px; | ||
} | ||
to { | ||
margin: 0px; | ||
} | ||
} | ||
/* Safari 4.0 - 8.0 */ | ||
@-webkit-keyframes p-show { | ||
from { | ||
color: white; | ||
} | ||
to { | ||
color: #282828; | ||
} | ||
} | ||
/* Standard syntax */ | ||
@keyframes p-show { | ||
from { | ||
color: white; | ||
} | ||
to { | ||
color: #282828; | ||
} | ||
} | ||
|
||
a, a > code { | ||
color: #339999; | ||
text-decoration: none; | ||
} | ||
|
||
.remark-code, .remark-inline-code { | ||
background: #f0f0f0; | ||
} | ||
|
||
|
||
.huge .remark-code { /*Change made here*/ | ||
font-size: 200% !important; | ||
} | ||
|
||
.tiny .remark-code { /*Change made here*/ | ||
font-size: 70% !important; | ||
} | ||
|
||
|
||
|
||
.blue{ | ||
color:#6495ed; | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
/* ------------------------------------------------------- | ||
* | ||
* !! This file was generated by xaringanthemer !! | ||
* | ||
* Changes made to this file directly will be overwritten | ||
* if you used xaringanthemer in your xaringan slides Rmd | ||
* | ||
* Issues or likes? | ||
* - https://github.com/gadenbuie/xaringanthemer | ||
* - https://www.garrickadenbuie.com | ||
* | ||
* Need help? Try: | ||
* - vignette(package = "xaringanthemer") | ||
* - ?xaringanthemer::write_xaringan_theme | ||
* - xaringan wiki: https://github.com/yihui/xaringan/wiki | ||
* - remarkjs wiki: https://github.com/gnab/remark/wiki | ||
* | ||
* ------------------------------------------------------- */ | ||
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Montserrat:wght@400;500&family=Source+Code+Pro:wght@400;500&display=swap'); | ||
|
||
body { | ||
font-family: Montserrat, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; | ||
font-weight: 400; | ||
color: #011627; | ||
} | ||
h1, h2, h3 { | ||
font-family: Arvo; | ||
font-weight: normal; | ||
color: #022038; | ||
} | ||
.remark-slide-content { | ||
background-color: #ffffff; | ||
font-size: 24px; | ||
|
||
|
||
|
||
padding: 1em 4em 1em 4em; | ||
} | ||
.remark-slide-content h1 { | ||
font-size: 55px; | ||
} | ||
.remark-slide-content h2 { | ||
font-size: 45px; | ||
} | ||
.remark-slide-content h3 { | ||
font-size: 35px; | ||
} | ||
.remark-code, .remark-inline-code { | ||
font-family: 'Source Code Pro', monospace; | ||
} | ||
.remark-code { | ||
font-size: 0.75em; | ||
} | ||
.remark-inline-code { | ||
font-size: 1em; | ||
color: #022038; | ||
|
||
|
||
} | ||
.remark-slide-number { | ||
color: #022038; | ||
opacity: 1; | ||
font-size: 0.9em; | ||
} | ||
strong{color:#022038;} | ||
a, a > code { | ||
color: hotpink; | ||
text-decoration: none; | ||
} | ||
.footnote { | ||
|
||
position: absolute; | ||
bottom: 3em; | ||
padding-right: 4em; | ||
font-size: 0.9em; | ||
} | ||
.remark-code-line-highlighted { | ||
background-color: rgba(255,255,0,0.5); | ||
} | ||
.inverse { | ||
background-color: #022038; | ||
color: #E5E8EB; | ||
|
||
} | ||
.inverse h1, .inverse h2, .inverse h3 { | ||
color: #E5E8EB; | ||
} | ||
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | ||
color: #E5E8EB; | ||
} | ||
.title-slide { | ||
background-color: #022038; | ||
|
||
|
||
|
||
} | ||
.title-slide .remark-slide-number { | ||
display: none; | ||
} | ||
/* Two-column layout */ | ||
.left-column { | ||
width: 20%; | ||
height: 92%; | ||
float: left; | ||
} | ||
.left-column h2, .left-column h3 { | ||
color: #02203899; | ||
} | ||
.left-column h2:last-of-type, .left-column h3:last-child { | ||
color: #022038; | ||
} | ||
.right-column { | ||
width: 75%; | ||
float: right; | ||
padding-top: 1em; | ||
} | ||
.pull-left { | ||
float: left; | ||
width: 47%; | ||
} | ||
.pull-right { | ||
float: right; | ||
width: 47%; | ||
} | ||
.pull-right ~ * { | ||
clear: both; | ||
} | ||
img, video, iframe { | ||
max-width: 100%; | ||
} | ||
blockquote { | ||
border-left: solid 5px #02203880; | ||
padding-left: 1em; | ||
} | ||
.remark-slide table { | ||
margin: auto; | ||
border-top: 1px solid #666; | ||
border-bottom: 1px solid #666; | ||
} | ||
.remark-slide table thead th { border-bottom: 1px solid #ddd; } | ||
th, td { padding: 5px; } | ||
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #CCD2D7 } | ||
table.dataTable tbody { | ||
background-color: #ffffff; | ||
color: #011627; | ||
} | ||
table.dataTable.display tbody tr.odd { | ||
background-color: #ffffff; | ||
} | ||
table.dataTable.display tbody tr.even { | ||
background-color: #CCD2D7; | ||
} | ||
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { | ||
background-color: rgba(255, 255, 255, 0.5); | ||
} | ||
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { | ||
color: #011627; | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button { | ||
color: #011627 !important; | ||
} | ||
|
||
@page { margin: 0; } | ||
@media print { | ||
.remark-slide-scaler { | ||
width: 100% !important; | ||
height: 100% !important; | ||
transform: scale(1) !important; | ||
top: 0 !important; | ||
left: 0 !important; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+34.4 KB
..._inference_one_proportion_topic_8_3_m8_hypo_testing_for_proportion_2_image5.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.