# Ligasol Service GmbH — editable social templates

| Source | Export | Size | Use |
| --- | --- | --- | --- |
| `post-square.svg` | `../post-square.png` | 1080 × 1080 | LinkedIn / Instagram / Facebook feed post |
| `post-landscape.svg` | `../post-landscape.png` | 1200 × 627 | LinkedIn link & feed post, X post |
| `banner.svg` | `../banner.png` | 1584 × 396 | LinkedIn company banner (crops safely for X and Facebook) |
| `story.svg` | `../story.png` | 1080 × 1920 | Instagram / LinkedIn story, reel cover |

## Editing

Open the SVG in Figma, Illustrator, Affinity Designer or Inkscape. All text is
live: replace the eyebrow label, the headline lines and the supporting sentence.
Keep the headline to the number of lines already in the file so the layout stays
balanced.

Fonts: **Sora** (headlines, wordmark) and **Manrope** (labels, body) — both free
from Google Fonts. Install both before editing.

Palette: navy `#16274C`, deep navy `#081431`, royal blue `#286CAB`, mid blue
`#4F8AC6`, signal blue `#89B3D8`, white `#FFFFFF`.

## Safe areas

- Banner: keep text inside the middle 1128 × 200 px — LinkedIn crops the edges
  on mobile and the avatar overlaps the lower left on some layouts.
- Story: the top 250 px and bottom 250 px are reserved for platform UI; the
  template already keeps content clear of both.

## Re-exporting PNGs

```bash
rsvg-convert -f png -o ../post-square.png post-square.svg
rsvg-convert -f png -o ../post-landscape.png post-landscape.svg
rsvg-convert -f png -o ../banner.png banner.svg
rsvg-convert -f png -o ../story.png story.svg
```
