Skip to content

Commit

Permalink
Merge 86bb66e into fc6aded
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 authored Apr 13, 2022
2 parents fc6aded + 86bb66e commit caa0a19
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ dictionary text

</div>


Here is a `<div class = "reflection">` box:

<div class = "reflection">

reflection text

</div>

## Motivation


Expand Down
Binary file added assets/box_images/thinking_face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,23 @@ div.dictionary{
}


div.reflection{
border: 4px #68ace5;
border-style: solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 90px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
background-color: #e8ebee;
}

div.reflection{
background-image: url("../assets/box_images/thinking_face.png");
}

div.rstudio-tip, div.tip, div.gotcha, div.design, div.hat{
border: 4px #aed6d963;
border-style: dashed solid;
Expand Down
17 changes: 17 additions & 0 deletions style-sets/AnVIL/copy_to_assets/style_anvil.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,23 @@ div.dictionary{
background-image: url("../assets/box_images/dictionary.png");
}

div.reflection{
border: 4px #68ace5;
border-style: solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 90px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
background-color: #e8ebee;
}

div.reflection{
background-image: url("../assets/box_images/thinking_face.png");
}

div.rstudio-tip, div.tip, div.gotcha, div.design, div.hat{
border: 4px #aed6d963;
border-style: dashed solid;
Expand Down
16 changes: 16 additions & 0 deletions style-sets/GDSCN/copy_to_assets/style_gdscn.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,22 @@ div.dictionary{
background-image: url("../assets/box_images/dictionary.png");
}

div.reflection{
border: 4px #68ace5;
border-style: solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 90px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
background-color: #e8ebee;
}

div.reflection{
background-image: url("../assets/box_images/thinking_face.png");
}

div.rstudio-tip, div.tip, div.gotcha, div.design, div.hat{
border: 4px #aed6d963;
Expand Down
17 changes: 17 additions & 0 deletions style-sets/data-trail/copy-to-assets/style_DataTrail.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,23 @@ div.dictionary{
background-image: url("../assets/box_images/dictionary.png");
}

div.reflection{
border: 4px #000000;
border-style: solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 90px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
background-color: #e8ebee;
}

div.reflection{
background-image: url("../assets/box_images/thinking_face.png");
}

div.rstudio-tip, div.tip, div.gotcha, div.design, div.hat{
border: 4px #aed6d963;
border-style: dashed solid;
Expand Down
18 changes: 18 additions & 0 deletions style-sets/itcr/copy-to-assets/style_ITN.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,24 @@ div.dictionary{
background-image: url("../assets/box_images/dictionary.png");
}

div.reflection{
border: 4px #193a5c;
border-style: solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 90px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
background-color: #e8ebee;
}

div.reflection{
background-image: url("../assets/box_images/thinking_face.png");
}


div.rstudio-tip, div.tip, div.gotcha, div.design, div.hat{
border: 4px #aed6d963;
border-style: dashed solid;
Expand Down

0 comments on commit caa0a19

Please sign in to comment.