Skip to content

Commit 0aae5e0

Browse files
committed
πŸ”„ Created local 'style-sets' from remote 'style-sets'
release-null
1 parent 23b3689 commit 0aae5e0

File tree

14 files changed

+1040
-0
lines changed

14 files changed

+1040
-0
lines changed

β€Žstyle-sets/data-trail/_output.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
bookdown::gitbook:
2+
css: assets/style_DataTrail.css
3+
includes:
4+
before_body: assets/big-image-DataTrail.html
5+
after_body: assets/footer.html
6+
highlight: tango
7+
config:
8+
toc:
9+
collapse: section
10+
before: |
11+
<a href="https://www.datatrail.org/"><img src="assets/DataTrail_logo.jpg" style="padding-left: 0px; padding-top: 8px;"</a>
12+
after: |
13+
<p style="text-align:center;"> <a href="https://github.com/jhudsl/DaSL_Course_Template_Bookdown" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown by: </a> </p>
14+
<p style="text-align:center;"> <a href="http://jhudatascience.org/"> The Johns Hopkins Data Science Lab </a></p>
15+
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; filter: grayscale(100%); padding-left: 40px; padding-top: 8px; vertical-align: top "</a>
16+
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p>
17+
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span> <a href="https://forms.gle/VWaJYc3zATe3qxYC9"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p>
Loading
Binary file not shown.
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<head>
2+
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0">
3+
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script-->
4+
<!--<script src="assets/hideOutput.js"></script>-->
5+
<link href="assets/style_DataTrail.css" rel="stylesheet">
6+
</head>
7+
8+
9+
10+
<div class="hero-image-container">
11+
<img class= "hero-image" src="assets/DataTrail.jpg">
12+
</div>

0 commit comments

Comments
Β (0)