Skip to content

Canva — Design Workflow

BAUER GROUP uses Canva as the central design platform for print materials, promotional items and digital content. Finished drafts are embedded directly into this brand guide via Canva embed links.

Why Canva?

BenefitDetails
Central design toolAll drafts in one place — business cards, flyers, social media, banners
Team accessShared workspace for all design templates
Brand kitColors, fonts and logos stored centrally
Live embeddingChanges in Canva become visible automatically in the brand guide
ExportPNG, PDF (print-ready), MP4 — straight from the editor

Use cases

AreaMaterialsExample
PrintBusiness cards, letterhead, envelopes, flyersDouble-sided business cards with QR code
Promotional itemsBlock layouts, folder design, labelsNotepad design with grid and logo
DigitalSocial media posts, web banners, newsletter headersInstagram story in corporate design

Embedding in the brand guide

Canva offers native embed links that can be embedded as iframes in VitePress pages. Design changes in Canva are automatically applied live — no manual export or re-upload required.

Step by step

  1. Open the design in Canva
  2. Click Share (top right)
  3. Select More …Embed
  4. Copy the Smart Embed link
  5. Paste it into the relevant Markdown page

Embed code template

html
<!-- Canva Embed — 16:9 (default) -->
<div style="position:relative;width:100%;height:0;padding-bottom:56.25%;">
  <iframe src="https://www.canva.com/design/DESIGN_ID/view?embed"
    style="position:absolute;top:0;left:0;width:100%;height:100%;border:0;"
    allowfullscreen></iframe>
</div>

Aspect ratios

Formatpadding-bottomUse case
16:956.25%Presentations, banners
4:375%Classic formats
1:1100%Social media, squares
A4 portrait141.4%Letterhead, flyers
Business card (85×55)64.7%Business cards

Example: embedding a business card

markdown
## Current draft

<div style="position:relative;width:100%;max-width:500px;height:0;
  padding-bottom:64.7%;margin:24px auto;">
  <iframe src="https://www.canva.com/design/YOUR_DESIGN_ID/view?embed"
    style="position:absolute;top:0;left:0;width:100%;height:100%;border:0;
    border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.12);"
    allowfullscreen></iframe>
</div>

Rules & notes

Publicly accessible

Embedded designs are visible publicly. Only embed final, approved drafts — never internal draft stages, confidential data or personal data.

Best practices

  • Naming: name Canva designs by this scheme: BAUER GROUP, [material], [format], version [date]
  • Brand kit: always use the stored brand colors (#FF8500, warm-gray scale, neutral-gray scale)
  • Fonts: use the system font stack — no Canva-exclusive fonts
  • Print export: PDF (print) with bleed, CMYK color profile ISO 12647-2
  • Versions: draft versions can be tracked in Canva via the version history

References

Pages with Canva embeds:

Canva brand kit

The BAUER GROUP brand kit in Canva contains:

ElementValue
Primary color#FF8500 (BAUER Orange)
Warm gray#F9F8F6 – #231F1C (scale)
Neutral gray#F7F7F7 – #1C1C1C (scale)
LogoWide + Square variant (SVG)
FontsSystem font stack (Segoe UI / SF Pro / Roboto)

Documentation licensed under CC BY-NC 4.0 · Code licensed under MIT