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/* Brand primitives */
22: root {
3- --dmfe-logo-default : url ('.. /assets/logo-dmfe.svg' );
4- --dmfe-logo-contrast : url ('.. /assets/logo-dmfe-contrast.svg' );
3+ --dmfe-logo-default : url ('/DYNAMITE /assets/logo-dmfe.svg' );
4+ --dmfe-logo-contrast : url ('/DYNAMITE /assets/logo-dmfe-contrast.svg' );
55 --dmfe-gradient-start : # 1e88e5 ;
66 --dmfe-gradient-mid : # 3d68ff ;
77 --dmfe-gradient-end : # 5e35b1 ;
@@ -39,7 +39,7 @@ body.dmfe-home[data-md-color-scheme="slate"]::before {
3939 position : fixed;
4040 inset : 0 ;
4141 z-index : -2 ;
42- background-image : url ('.. /assets/Logo_fancy.png' );
42+ background-image : url ('/DYNAMITE /assets/Logo_fancy.png' );
4343 background-repeat : no-repeat;
4444 background-size : clamp (640px , 65vw , 1100px );
4545 background-position : center calc (12vh + 20px );
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Inputs directory structure:
133133## Conceptual figure: triangular time domain and non‑equidistant grid
134134
135135<figure style =" text-align :center ;" >
136- <img src="../.. /assets/interpolation-grid-diagram.svg" alt="Triangular time domain with dense and sparse grid regions" style="max-width: 680px; width: 100%; height: auto;" />
136+ <img src="/DYNAMITE /assets/interpolation-grid-diagram.svg" alt="Triangular time domain with dense and sparse grid regions" style="max-width: 680px; width: 100%; height: auto;" />
137137 <figcaption>Triangular time domain with dense and sparse grid regions.</figcaption>
138138
139139</figure >
You can’t perform that action at this time.
0 commit comments