Browse Source

logo added in report

master
Asitav Sen 4 years ago
parent
commit
bb7cc109d0
  1. 1
      Report.Rmd
  2. 124
      Report.html
  3. BIN
      logo.png
  4. 21
      style.css

1
Report.Rmd

@ -10,6 +10,7 @@ output:
toc: true
toc_depth: 4
toc_float: true
css: style.css
includes:
in_header: plausible.html

124
Report.html

File diff suppressed because one or more lines are too long

BIN
logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

21
style.css

@ -0,0 +1,21 @@
/*----------LOGO above TOC---------*/
#TOC::before {
content: "";
display: block;
height: 200px;
margin: 20px 20px 40px 20px;
background-image: url("logo.png");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
/*------------Table of Contents (TOC)----------- */
.tocify {
border: none; /*Removes border */
border-radius: 0px; /* Gets rid of rounded corners on TOC */
/*font-size: 16px;*/
}
Loading…
Cancel
Save