Skip to content

Commit 057ddf1

Browse files
committed
1 parent 5f6ef4e commit 057ddf1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.docs/shipwright-logo-darkbg-512.png

104 KB
Loading

.docs/shipwright-logo-lightbg-512.png

10.6 KB
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ SPDX-License-Identifier: Apache-2.0
1414
<a href="https://bestpractices.coreinfrastructure.org/projects/5315"><img src="https://bestpractices.coreinfrastructure.org/projects/5315/badge"></a>
1515
</p>
1616

17-
# ![shipwright-logo](./.docs/shipwright-logo-lightbg-512.png)
17+
<picture>
18+
<source media="(prefers-color-scheme: dark)" srcset="./.docs/shipwright-logo-darkbg-512.png">
19+
<source media="(prefers-color-scheme: light)" srcset="./.docs/shipwright-logo-lightbg-512.png">
20+
<img alt="Shows the Shipwright logo, which is a heptagon containing a stylized ship next to the word shipwright." src="./.docs/shipwright-logo-lightbg-512.png">
21+
</picture>
1822

1923
Shipwright is an extensible framework for building container images on Kubernetes.
2024

0 commit comments

Comments
 (0)