Skip to content

Commit 0c694d7

Browse files
authored
Update TDS logo with dark mode support (#653)
* Update TDS logo with dark mode support
1 parent 18da0df commit 0c694d7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
![TDS icon](https://assets.unidata.ucar.edu/images/logos/thredds_tds-150x150.png)
2-
<br>
3-
<br>
4-
51
## THREDDS Data Server (TDS)
62

3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_tds-dm-150x150.png">
5+
<source media="(prefers-color-scheme: light)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_tds-150x150.png">
6+
<img width=100 align="left" alt="TDS Logo" src="https://assets.unidata.ucar.edu/images/logos/thredds_tds-150x150.png">
7+
</picture>
8+
79
The THREDDS Data Server (TDS) provides metadata and data access to scientific
810
datasets. Datasets can be served through OPeNDAP, OGC's WMS and WCS, HTTP, and other
911
remote data access protocols. It can be configured to aggregate a collection of

0 commit comments

Comments
 (0)