diff --git a/branding/reactpy-logo.ico b/branding/ico/reactpy-logo.ico similarity index 100% rename from branding/reactpy-logo.ico rename to branding/ico/reactpy-logo.ico diff --git a/branding/png/reactpy-logo-landscape-padded.png b/branding/png/reactpy-logo-landscape-padded.png new file mode 100644 index 000000000..b2ba7a6d4 Binary files /dev/null and b/branding/png/reactpy-logo-landscape-padded.png differ diff --git a/branding/png/reactpy-logo-landscape.png b/branding/png/reactpy-logo-landscape.png new file mode 100644 index 000000000..1152fde84 Binary files /dev/null and b/branding/png/reactpy-logo-landscape.png differ diff --git a/branding/reactpy-logo-padded.png b/branding/png/reactpy-logo-padded.png similarity index 100% rename from branding/reactpy-logo-padded.png rename to branding/png/reactpy-logo-padded.png diff --git a/branding/svg/reactpy-logo-landscape-padded.svg b/branding/svg/reactpy-logo-landscape-padded.svg new file mode 100644 index 000000000..f9889b5fb --- /dev/null +++ b/branding/svg/reactpy-logo-landscape-padded.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ReactPy + + diff --git a/branding/reactpy-logo-wide.svg b/branding/svg/reactpy-logo-landscape.svg similarity index 100% rename from branding/reactpy-logo-wide.svg rename to branding/svg/reactpy-logo-landscape.svg diff --git a/branding/reactpy-logo-padded.svg b/branding/svg/reactpy-logo-square-padded.svg similarity index 100% rename from branding/reactpy-logo-padded.svg rename to branding/svg/reactpy-logo-square-padded.svg diff --git a/branding/reactpy-logo.svg b/branding/svg/reactpy-logo-square.svg similarity index 100% rename from branding/reactpy-logo.svg rename to branding/svg/reactpy-logo-square.svg diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b039925e..6c8c50927 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,7 +164,7 @@ # -- sphinxext.opengraph -- ogp_site_url = "https://reactpy.dev/" -ogp_image = "https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/png/reactpy-logo-padded.png" +ogp_image = "https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/png/reactpy-logo-landscape-padded.png" # We manually specify this below # ogp_description_length = 200 ogp_type = "website" @@ -188,8 +188,8 @@ # a list of builtin themes. # html_theme = "furo" -html_logo = str(ROOT_DIR / "branding" / "reactpy-logo-wide.svg") -html_favicon = str(ROOT_DIR / "branding" / "reactpy-logo.ico") +html_logo = str(ROOT_DIR / "branding" / "svg" / "reactpy-logo-landscape.svg") +html_favicon = str(ROOT_DIR / "branding" / "ico" / "reactpy-logo.ico") # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the