File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 42
42
"css/score.css" ,
43
43
]
44
44
45
- html_logo = "_assets/S-CORE_Logo_white.svg"
45
+ # html_logo = "_assets/S-CORE_Logo_white_basic.svg"
46
+
46
47
47
48
html_theme_options = {
48
49
"external_links" : [
62
63
],
63
64
"use_edit_page_button" : True , # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#add-an-edit-button
64
65
"collapse_navigation" : True ,
66
+ "logo" : {
67
+ "text" : "Eclipse S-CORE" ,
68
+ },
65
69
}
66
70
67
71
html_context = {
Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ SCORE (Eclipse Safe Open Vehicle Core)
33
33
<div id =" videowrapper" >
34
34
<div id =" fullScreenDiv" >
35
35
<div id =" score-title" >
36
-
37
- <img id =" logo_center_light" class =" logo" src =" _static/S-CORE_Logo_RGB.svg" width =" 600px" />
38
- <img id =" logo_center_drk" class =" logo" src =" _static/S-CORE_Logo_white.svg" width =" 600px" />
36
+ Eclipse S-CORE
37
+ <span id =" score-subtitle" >Eclipse Safe Open Vehicle Core</span >
38
+ <!-- <img id="logo_center_light" class="logo" src="_static/S-CORE_Logo_black_basic.svg" width="500px"/>
39
+ <img id="logo_center_drk" class="logo" src="_static/S-CORE_Logo_white_basic.svg" width="500px"/>-->
39
40
<span id =" score-phrase" >BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE</span >
40
41
</div >
41
42
</div >
You can’t perform that action at this time.
0 commit comments