Audience Cards — 3 emoji replaced with Tabler SVG icons
The "Who this is for" section on learnbess.com uses emoji as icons inside audience cards. The skill swaps each emoji for a crisp, stroke-based SVG icon that scales cleanly at any size and can be themed via color: var(--primary).
Career switchers
Coming from solar, wind, oil & gas, or electrical engineering? BESS has its own vocabulary, mental models, and commercial logic. This course closes the gap.
New hires
Just joined a developer, EPC, or O&M team? Get up to speed fast. No more nodding along in meetings — understand what’s actually being decided.
Teams & managers
Running a BESS team or managing people who do? A shared vocabulary and common mental models cut through the noise and speed up every decision.
Career switchers
Coming from solar, wind, oil & gas, or electrical engineering? BESS has its own vocabulary, mental models, and commercial logic. This course closes the gap.
New hires
Just joined a developer, EPC, or O&M team? Get up to speed fast. No more nodding along in meetings — understand what’s actually being decided.
Teams & managers
Running a BESS team or managing people who do? A shared vocabulary and common mental models cut through the noise and speed up every decision.
Bonus — CSS content: Character Patterns
Extra scope
Beyond the audience cards, learnbess.com also uses content: "✓" and content: "→" in CSS pseudo-elements for pricing checkmarks and module navigation arrows. These can be upgraded to inline SVG data URIs for sharper rendering at high DPI and consistent cross-platform appearance.
content: "✓"- Lifetime course access
- Certificate of completion
- Module quizzes included
- PDF reference glossary
Platform glyph: rendering weight, baseline alignment, and size all vary across operating systems and browsers.
- Lifetime course access
- Certificate of completion
- Module quizzes included
- PDF reference glossary
SVG data URI: pixel-perfect at any DPI, brand color baked in, zero extra HTTP requests, consistent across every platform.
content: "→"- Module 1: Grid fundamentals
- Module 2: Cell chemistry & BMS
- Module 3: Power conversion
- Module 4: Revenue stacking
The Unicode arrow character has no stroke-width control; it never quite matches the weight of a Tabler stroke icon used elsewhere on the page.
- Module 1: Grid fundamentals
- Module 2: Cell chemistry & BMS
- Module 3: Power conversion
- Module 4: Revenue stacking
Stroke weight matches all other Tabler icons on the page. Color stays on-brand and is easy to update from a single CSS variable.