diff --git a/tutorials/_config.yml b/tutorials/_config.yml index 819234e..9d6de42 100644 --- a/tutorials/_config.yml +++ b/tutorials/_config.yml @@ -4,7 +4,7 @@ title: Marble Tutorials author: Marble Community copyright: "2024" -logo: "marble.png" +logo: "marble-logo-text.svg" # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html diff --git a/tutorials/_static/marbletutorial.css b/tutorials/_static/marbletutorial.css new file mode 100644 index 0000000..4823427 --- /dev/null +++ b/tutorials/_static/marbletutorial.css @@ -0,0 +1,4 @@ +.navbar-brand img{ + width: 400px; + height: 200px; +} \ No newline at end of file diff --git a/tutorials/marble-logo-text.svg b/tutorials/marble-logo-text.svg new file mode 100644 index 0000000..c79221b --- /dev/null +++ b/tutorials/marble-logo-text.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/tutorials/marble.png b/tutorials/marble.png deleted file mode 100644 index 7891a73..0000000 Binary files a/tutorials/marble.png and /dev/null differ