docs: add project logo and social/OG image

Add a simple staggered-layers logo (assets/logo.svg mark, assets/icon.svg
rounded-square app icon) in the extension's blue accent, a 1200x630 social
card (assets/og-card.svg source + assets/og-image.jpg), and show the icon at
the top of the README.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Eduard Tolosa 2026-05-27 00:41:19 -05:00
parent 885e64ff85
commit 9f60f42071
5 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,7 @@
<p align="center">
<img src="assets/icon.svg" alt="Strata logo" width="96" height="96">
</p>
# Strata
A fast, stutter-free clipboard manager for GNOME Shell.

7
assets/icon.svg Normal file
View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Strata">
<!-- App-icon variant: staggered strata layers on a rounded dark square. -->
<rect width="64" height="64" rx="14" fill="#1e1e1e"/>
<rect x="10" y="15" width="34" height="9" rx="3" fill="#62a0ea"/>
<rect x="15" y="27.5" width="34" height="9" rx="3" fill="#3584e4"/>
<rect x="20" y="40" width="34" height="9" rx="3" fill="#1a5fb4"/>
</svg>

After

Width:  |  Height:  |  Size: 444 B

6
assets/logo.svg Normal file
View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Strata">
<!-- Staggered strata layers (also a clipboard-history stack). -->
<rect x="8" y="13" width="38" height="10" rx="3" fill="#62a0ea"/>
<rect x="14" y="27" width="38" height="10" rx="3" fill="#3584e4"/>
<rect x="20" y="41" width="38" height="10" rx="3" fill="#1a5fb4"/>
</svg>

After

Width:  |  Height:  |  Size: 375 B

21
assets/og-card.svg Normal file
View file

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" font-family="Liberation Sans, DejaVu Sans, sans-serif">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#232323"/>
<stop offset="1" stop-color="#181818"/>
</linearGradient>
</defs>
<rect width="1200" height="630" fill="url(#bg)"/>
<!-- staggered strata mark, scaled from the 64-unit logo -->
<g transform="translate(130,150) scale(5.4)">
<rect x="8" y="13" width="38" height="10" rx="3" fill="#62a0ea"/>
<rect x="14" y="27" width="38" height="10" rx="3" fill="#3584e4"/>
<rect x="20" y="41" width="38" height="10" rx="3" fill="#1a5fb4"/>
</g>
<!-- wordmark + tagline -->
<text x="500" y="305" font-size="140" font-weight="700" fill="#ffffff">Strata</text>
<text x="505" y="368" font-size="34" fill="#bcbcbc">Stutter-free clipboard history for GNOME</text>
<text x="505" y="414" font-size="29" fill="#6f6f6f">JS draws, Rust thinks.</text>
</svg>

After

Width:  |  Height:  |  Size: 1,004 B

BIN
assets/og-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB