hhg-brand-assets

HHG Brand Assets

Canonical home for Hangout Hospitality Group logo assets, for reuse across emails, decks, docs, and internal tools. Don’t copy these into individual project repos — link to the hosted URL below so every consumer stays in sync when a logo is updated.

Usage

Each logo is available as PNG (transparent background, safe for email clients and anywhere .webp isn’t supported) and WebP (for modern web use where file size matters more than universal compatibility).

Hosted URL pattern (raw GitHub content, works in Outlook/email clients — public repo, no auth required):

https://raw.githubusercontent.com/<org>/hhg-brand-assets/main/logos/<file>

Example:

<img src="https://raw.githubusercontent.com/<org>/hhg-brand-assets/main/logos/logo-hhg.png" width="84" height="48" alt="Hangout Hospitality Group">

Logos

File Brand Native size (px)
logos/logo-hhg.png Hangout Hospitality Group (corporate mark) 279 x 160
logos/logo-hangout.png The Hangout 129 x 128
logos/logo-gulf.png The Gulf 134 x 128
logos/logo-sunliner.png Sunliner Diner 126 x 128
logos/logo-zekes.png Zeke’s 200 x 128
logos/logo-catch.png The Catch 170 x 128
logos/logo-picnic.png Picnic Beach 182 x 128

All PNGs have transparent backgrounds. When embedding at a fixed display size (e.g. in an email), set explicit width/height attributes rather than relying on the native size, and preserve aspect ratio.

  1. Add both a PNG and a WebP version under logos/, following the logo-<name>.<ext> naming convention.
  2. Update the table above with the native dimensions.
  3. Commit and push to main — the raw URL updates immediately, no build or deploy step.