Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boxes #529

Merged
merged 30 commits into from
Apr 13, 2022
Merged

Boxes #529

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7c47319
Revert "updating templates_to_edit image"
carriewright11 Sep 29, 2021
e78d4e0
Revert "updating issue pics"
carriewright11 Sep 29, 2021
3984287
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Oct 20, 2021
cd0b9eb
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Nov 1, 2021
d0fa3c7
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Nov 3, 2021
852ef00
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Nov 16, 2021
57e5277
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Dec 7, 2021
6a9835c
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Dec 13, 2021
1c5b28b
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Jan 12, 2022
6d59939
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Jan 12, 2022
c206964
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Jan 20, 2022
51af309
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Mar 2, 2022
8288dc4
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Apr 5, 2022
5a0f00c
adding ITN style code for boxes
carriewright11 Apr 5, 2022
29a2ec9
adding images and general style code for boxes
carriewright11 Apr 5, 2022
6fbe9dd
showing examples of style boxes
carriewright11 Apr 5, 2022
9920b74
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Apr 6, 2022
0b1b802
Merge branch 'main' into boxes
carriewright11 Apr 6, 2022
17e5056
moving images from assets to subdir called box_images to allow for ea…
carriewright11 Apr 6, 2022
5b18625
forgot about dictionary image
carriewright11 Apr 6, 2022
01dad4a
updating paths for style.css file for general template use
carriewright11 Apr 6, 2022
98daf58
updating paths for itn style doc
carriewright11 Apr 6, 2022
8a1bacd
adding asset box image dir to sync
carriewright11 Apr 6, 2022
c56f4bb
add boxes to GDSCN css code
carriewright11 Apr 6, 2022
07bc82a
adding boxes to AnVIL css code
carriewright11 Apr 6, 2022
a9fc7e0
adding boxes to DataTrail css
carriewright11 Apr 6, 2022
839aa9e
Merge branch 'main' of https://github.com/jhudsl/DaSL_Course_Template…
carriewright11 Apr 12, 2022
b7be6da
Merge branch 'main' into boxes
carriewright11 Apr 12, 2022
63244c3
adding initial version of reflection box
carriewright11 Apr 12, 2022
86bb66e
adding reflection box to other style sets
carriewright11 Apr 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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