Skip to content

Commit

Permalink
Refreshed logos - cleanup (#917)
Browse files Browse the repository at this point in the history
* Remove blue logos, rename dark and light logos, use website color scheme dependent logo theme

* Rename logos to have all underscores pe Philip's suggestion

* Comment in the _static and logo lines in conf.py

* Set width to 450

---------

Co-authored-by: Philip Chmielowiec <[email protected]>
  • Loading branch information
erogluorhan and philipc2 authored Aug 28, 2024
1 parent 6d87a71 commit ee1c02c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 588 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

<img src="https://github.com/UXARRAY/uxarray/blob/c8fb393066acd864ef5dceb1956379775a4f21dd/docs/_static/images/logos/h_blue.svg" data-canonical-src="https://github.com/UXARRAY/uxarray/blob/c8fb393066acd864ef5dceb1956379775a4f21dd/docs/_static/images/logos/h_blue.svg" width="450"/><br>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/_static/images/logos/uxarray_logo_h_light.svg">
<source media="(prefers-color-scheme: light)" srcset="/docs/_static/images/logos/uxarray_logo_h_dark.svg">
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png" width="450">
</picture>

-----------------

[comment]: <> (<img src='https://raw.githubusercontent.com/UXARRAY/uxarray/a2d893cf597dd1a6e775f9dad029c662c64a39c7/docs/_static/images/logos/uxarray_logo_quad_tri.svg' width='350'>)


# Xarray extension for unstructured climate and global weather data
| | |
| --- | --- |
Expand Down
348 changes: 0 additions & 348 deletions docs/_static/images/logos/h_blue.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed docs/_static/images/logos/uxarray_temp_logo.png
Binary file not shown.
224 changes: 0 additions & 224 deletions docs/_static/images/logos/v_blue.svg

This file was deleted.

22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,25 +180,25 @@ def __getattr__(cls, name):

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "_static/images/logos/h_dark.svg"
html_logo = "_static/images/logos/uxarray_logo_h_dark.svg"

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = "_static/images/logos/h_dark.svg"

# # Assuming your `conf.py` has a sibling folder called `_static` with these files
# html_theme_options = {
# "logo": {
# "image_light": "_static/images/logos/h_dark.svg",
# "image_dark": "_static/images/logos/h_light.svg",
# }
# }
html_favicon = "_static/images/logos/uxarray_logo_h_dark.svg"

# Assuming your `conf.py` has a sibling folder called `_static` with these files
html_theme_options = {
"logo": {
"image_light": "_static/images/logos/uxarray_logo_h_dark.svg",
"image_dark": "_static/images/logos/uxarray_logo_h_light.svg",
}
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# html_static_path = ["_static"]
html_static_path = ["_static"]
# html_css_files = ["style.css"]

# Output file base name for HTML help builder.
Expand Down

0 comments on commit ee1c02c

Please sign in to comment.