docs: move the screenshots section lower

This commit is contained in:
Eduard Tolosa 2026-07-02 16:16:29 -05:00
parent 56399996f5
commit 6ea44ac60c

View file

@ -87,19 +87,6 @@ Unknown MIME types are ignored (a strict allowlist).
- Keyboard navigation (arrow keys, `Esc` to close), click-outside to dismiss,
per-row delete, and "Clear all".
## How it looks
A responsive panel that drops down from the top bar and follows the GNOME
shell's look.
<p align="center">
<img src="assets/panel-desktop.png" alt="Strata's clipboard panel open on the GNOME desktop" width="100%">
</p>
<p align="center">
<img src="assets/panel.png" alt="Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries" width="400">
</p>
## Architecture
Strata is **two components**, and you need **both** for it to work:
@ -239,6 +226,19 @@ the wire protocol and a `busctl` example.
The shipped UI is a GNOME Shell extension. Ports to other desktops only
need a new front-end against the same D-Bus interface.
## How it looks
A responsive panel that drops down from the top bar and follows the GNOME
shell's look.
<p align="center">
<img src="assets/panel-desktop.png" alt="Strata's clipboard panel open on the GNOME desktop" width="100%">
</p>
<p align="center">
<img src="assets/panel.png" alt="Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries" width="400">
</p>
## Deeper reading
- [`ARCHITECTURE.md`](ARCHITECTURE.md): design goals, process model,