File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<center >
2- # ![ image ] ( ./figures/r-logo.png ) { width="300"}
2+ < img src = " ./figures/r-logo.png " alt = " R logo " width =" 300 " />
33</center >
44
55## Preamble
Original file line number Diff line number Diff line change 3030 --md-accent-bg-color--light : rgb (210 , 227 , 235 , 0.5 );
3131}
3232
33- .banner {
34- height : 30px ; /* Height of the banner */
35- position : sticky; /* Follows as you scroll */
36- top : 0 ; /* Absolute top of page */
37- left : 0 ;
38- width : 100% ;
39- z-index : 1 ; /* Tells the renderer "this is important", otherwise Admonition and Code Blocks will render into it */
40- text-align : center;
41- background-color : rgba (0 , 0 , 0 , 0.87 );
42- }
43-
44- .md-header {
45- top : 30px ; /* This setting prevents the Material header from imposing into the space of the banner! */
46- }
47-
4833
4934
5035
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block header %}
4- <!-- Custom Banner -->
5- < div class ="banner ">
6- < p style ="color:rgb(250, 246, 246); display:inline;font-size: 160%; "> This repository is in the early stages of development (Alpha Version)</ p >
7- </ div >
8-
94<!-- Original Header -->
105{% include "partials/header.html" %}
116{% endblock %}
You can’t perform that action at this time.
0 commit comments