Skip to content

Commit 13afe3d

Browse files
committed
docs: added logos
1 parent daaa005 commit 13afe3d

File tree

7 files changed

+72
-5
lines changed

7 files changed

+72
-5
lines changed

docs/_assets/S-CORE_Logo_CMYK.jpg

1.96 MB
Loading

docs/_assets/S-CORE_Logo_RGB.png

525 KB
Loading

docs/_assets/S-CORE_Logo_RGB.svg

Lines changed: 35 additions & 0 deletions
Loading

docs/_assets/S-CORE_Logo_white.png

157 KB
Loading

docs/_assets/S-CORE_Logo_white.svg

Lines changed: 32 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
"css/score.css",
4343
]
4444

45+
html_logo ="_assets/S-CORE_Logo_white.svg"
46+
4547
html_theme_options = {
4648
"external_links": [
4749
{"name": "Docs", "url": "https://eclipse-score.github.io/score/"},
@@ -60,9 +62,7 @@
6062
],
6163
"use_edit_page_button": True, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#add-an-edit-button
6264
"collapse_navigation": True,
63-
"logo": {
64-
"text": "Eclipse SCORE",
65-
},
65+
6666
}
6767

6868
html_context = {

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ SCORE (Eclipse Safe Open Vehicle Core)
3333
<div id="videowrapper">
3434
<div id="fullScreenDiv">
3535
<div id="score-title">
36-
Eclipse SCORE
37-
<span id="score-subtitle">Eclipse Safe Open Vehicle Core</span>
36+
37+
<img class="logo_center" src="_static/S-CORE_Logo_RGB.svg" width="600px"/>
3838
<span id="score-phrase">BUILD THE BEST AUTOMOTIVE RUNTIME SOLUTION ONLY ONCE</span>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)