Skip to content

Commit

Permalink
Fix Logo URLs and rephrase Zenodo message text a bit (#925)
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

* Update the message in CITATION.cff

* Update logo URLs in README.md

---------

Co-authored-by: Philip Chmielowiec <[email protected]>
  • Loading branch information
erogluorhan and philipc2 authored Aug 30, 2024
1 parent 39157ba commit 94399e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
message: "If you use the UXarray software, please cite it as below."
message: "If you use the UXarray software, please cite it as suggested here."
authors:
- family-names: "Chen"
given-names: "Amber"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/UXARRAY/uxarray/e252a7669acc6a733bca14ac244bbf02e665dbb0/docs/_static/images/logos/uxarray_logo_h_light.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/UXARRAY/uxarray/e252a7669acc6a733bca14ac244bbf02e665dbb0/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>

Expand Down

0 comments on commit 94399e8

Please sign in to comment.