@equal-experts/kuat-react 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent-docs/AGENTS.md +10 -0
- package/agent-docs/README.md +17 -0
- package/agent-docs/bundle-manifest.json +63 -0
- package/agent-docs/components/_template.md +21 -0
- package/agent-docs/components/button-group.md +27 -0
- package/agent-docs/components/button.md +50 -0
- package/agent-docs/components/components.manifest.json +20 -0
- package/agent-docs/components/kuat-header.md +27 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +166 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/accessibility.md +444 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/brand.md +99 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +93 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +69 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +75 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +263 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/writing-style.md +91 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/borders.md +159 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/colours.md +173 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/design-language.md +116 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/spacing.md +130 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/typography.md +155 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/logo.md +151 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md +26 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/blog-posts.md +33 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/marketing-content.md +65 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md +44 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/emails.md +74 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +18 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/marketing-pages.md +368 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/website.md +169 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +28 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +65 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/accessibility.md +402 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-decision-tree.md +263 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-registry.md +68 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/README.md +29 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/actions.md +51 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/confirmations.md +57 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/empty-states.md +43 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/errors.md +54 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/forms.md +74 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/product-content.md +138 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/design.md +207 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/emails.md +71 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +57 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +44 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +82 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/authentication.md +303 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/dashboards.md +313 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/documentation.md +333 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/forms.md +361 -0
- package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +488 -0
- package/agent-docs/kuat-docs/rules/README.md +148 -0
- package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
- package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
- package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
- package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
- package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
- package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
- package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
- package/agent-docs/manifest.json +9 -0
- package/agent-docs/rules/LOADING-consumer.md +27 -0
- package/dist/accordion.d.ts +2 -0
- package/dist/alert-dialog.d.ts +2 -0
- package/dist/badge.d.ts +3 -0
- package/dist/button-group.d.ts +2 -0
- package/dist/button.d.ts +3 -0
- package/dist/carousel.d.ts +2 -0
- package/dist/checkbox.d.ts +3 -0
- package/dist/components/ui/accordion/accordion.d.ts +7 -0
- package/dist/components/ui/accordion/index.d.ts +1 -0
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +20 -0
- package/dist/components/ui/alert-dialog/index.d.ts +1 -0
- package/dist/components/ui/badge/badge.d.ts +16 -0
- package/dist/components/ui/badge/index.d.ts +2 -0
- package/dist/components/ui/breadcrumb/Breadcrumb.d.ts +29 -0
- package/dist/components/ui/breadcrumb/breadcrumb-primitives.d.ts +19 -0
- package/dist/components/ui/breadcrumb/index.d.ts +4 -0
- package/dist/components/ui/button/button.d.ts +27 -0
- package/dist/components/ui/button/index.d.ts +2 -0
- package/dist/components/ui/button-group/button-group.d.ts +23 -0
- package/dist/components/ui/button-group/index.d.ts +2 -0
- package/dist/components/ui/carousel/carousel.d.ts +50 -0
- package/dist/components/ui/carousel/index.d.ts +2 -0
- package/dist/components/ui/checkbox/checkbox-field.d.ts +23 -0
- package/dist/components/ui/checkbox/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox/index.d.ts +4 -0
- package/dist/components/ui/content-card/content-card.d.ts +29 -0
- package/dist/components/ui/content-card/index.d.ts +2 -0
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +27 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +1 -0
- package/dist/components/ui/ee-logo-icon/ee-logo-icon.d.ts +11 -0
- package/dist/components/ui/ee-logo-icon/index.d.ts +2 -0
- package/dist/components/ui/field/field.d.ts +28 -0
- package/dist/components/ui/field/index.d.ts +2 -0
- package/dist/components/ui/icon-button/icon-button.d.ts +27 -0
- package/dist/components/ui/icon-button/index.d.ts +2 -0
- package/dist/components/ui/input/index.d.ts +2 -0
- package/dist/components/ui/input/input.d.ts +20 -0
- package/dist/components/ui/kuat-carousel/index.d.ts +2 -0
- package/dist/components/ui/kuat-carousel/kuat-carousel.d.ts +16 -0
- package/dist/components/ui/kuat-header/index.d.ts +4 -0
- package/dist/components/ui/kuat-header/kuat-header.d.ts +16 -0
- package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +32 -0
- package/dist/components/ui/kuat-header/kuat-header.types.d.ts +91 -0
- package/dist/components/ui/kuat-logo-lockup/index.d.ts +2 -0
- package/dist/components/ui/kuat-logo-lockup/kuat-logo-lockup.d.ts +17 -0
- package/dist/components/ui/kuat-radial-progress/index.d.ts +2 -0
- package/dist/components/ui/kuat-radial-progress/kuat-radial-progress.d.ts +16 -0
- package/dist/components/ui/radio/index.d.ts +4 -0
- package/dist/components/ui/radio/radio-field.d.ts +25 -0
- package/dist/components/ui/radio/radio.d.ts +7 -0
- package/dist/components/ui/select/constants.d.ts +19 -0
- package/dist/components/ui/select/index.d.ts +3 -0
- package/dist/components/ui/select/select.d.ts +53 -0
- package/dist/components/ui/separator/index.d.ts +2 -0
- package/dist/components/ui/separator/separator.d.ts +9 -0
- package/dist/components/ui/sonner/index.d.ts +4 -0
- package/dist/components/ui/sonner/sonner-content.d.ts +15 -0
- package/dist/components/ui/sonner/sonner.d.ts +21 -0
- package/dist/components/ui/switch/index.d.ts +4 -0
- package/dist/components/ui/switch/switch-field.d.ts +23 -0
- package/dist/components/ui/switch/switch.d.ts +5 -0
- package/dist/components/ui/textarea/index.d.ts +2 -0
- package/dist/components/ui/textarea/textarea.d.ts +9 -0
- package/dist/components/ui/toggle/constants.d.ts +4 -0
- package/dist/components/ui/toggle/index.d.ts +6 -0
- package/dist/components/ui/toggle/toggle-group.d.ts +11 -0
- package/dist/components/ui/toggle/toggle.d.ts +9 -0
- package/dist/field.d.ts +3 -0
- package/dist/icon-button.d.ts +3 -0
- package/dist/index.d.ts +47 -0
- package/dist/input.d.ts +3 -0
- package/dist/kuat-carousel.d.ts +2 -0
- package/dist/kuat-radial-progress.d.ts +7 -0
- package/dist/lib/react-node-compat.d.ts +7 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/radio.d.ts +3 -0
- package/dist/select.d.ts +3 -0
- package/dist/sonner.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/style.css.d.ts +2 -0
- package/dist/switch.d.ts +1 -0
- package/dist/test/setup.d.ts +1 -0
- package/dist/textarea.d.ts +3 -0
- package/dist/toggle-group.d.ts +3 -0
- package/dist/toggle.d.ts +3 -0
- package/package.json +4 -2
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Logo Rules
|
|
2
|
+
|
|
3
|
+
Logo usage specifications for Equal Experts. This document defines logo composition, sizing, variants, and placement guidelines.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
The Equal Experts logo is a core brand asset that must be used consistently and correctly.
|
|
10
|
+
|
|
11
|
+
**Key Principle:** Always use official logo assets. Never recreate, modify, or distort the logo.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Logo Composition
|
|
16
|
+
|
|
17
|
+
The logo consists of two elements:
|
|
18
|
+
|
|
19
|
+
1. **Brand mark:** Square brackets containing an equals sign `[=]` in blue
|
|
20
|
+
2. **Wordmark:** "EQUAL EXPERTS" text in dark gray/charcoal
|
|
21
|
+
|
|
22
|
+
**Rule:** These elements should always be used together unless space constraints require the brand mark only.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Size Requirements
|
|
27
|
+
|
|
28
|
+
### Minimum Sizes
|
|
29
|
+
|
|
30
|
+
| Medium | Minimum Width |
|
|
31
|
+
|--------|---------------|
|
|
32
|
+
| Digital | 100px |
|
|
33
|
+
| Print | 26.5mm |
|
|
34
|
+
|
|
35
|
+
**Never scale below minimums.** If space is constrained, use brand mark only.
|
|
36
|
+
|
|
37
|
+
### Recommended Sizes by Context
|
|
38
|
+
|
|
39
|
+
| Context | Width |
|
|
40
|
+
|---------|-------|
|
|
41
|
+
| Large headers/hero areas | 150-200px |
|
|
42
|
+
| Standard headers | 120-150px |
|
|
43
|
+
| Footers | 100-120px |
|
|
44
|
+
| Small placements | 100px minimum |
|
|
45
|
+
| Favicons/Icons | Brand mark only |
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Clear Space
|
|
50
|
+
|
|
51
|
+
The logo requires breathing room equal to the width of **one bracket and the equals sign** on all sides.
|
|
52
|
+
|
|
53
|
+
This ensures visual prominence and brand recognition.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Color Variants
|
|
58
|
+
|
|
59
|
+
### Primary Logos (Default)
|
|
60
|
+
|
|
61
|
+
Always prefer primary logos for maximum brand recognition:
|
|
62
|
+
|
|
63
|
+
| Variant | File | Background | Brand Mark | Wordmark |
|
|
64
|
+
|---------|------|------------|------------|----------|
|
|
65
|
+
| Full color | `logo-colour.svg` | Light | Blue | Dark gray |
|
|
66
|
+
| White text | `logo-white-text.svg` | Dark | Blue | White |
|
|
67
|
+
|
|
68
|
+
### Monochrome Logos (Secondary)
|
|
69
|
+
|
|
70
|
+
Use only when primary logos cannot be used:
|
|
71
|
+
|
|
72
|
+
| Variant | File | Background | Usage |
|
|
73
|
+
|---------|------|------------|-------|
|
|
74
|
+
| White | `logo-monochrome-white.svg` | Dark | When primary contrast is insufficient |
|
|
75
|
+
| Black | `logo-monochrome-black.svg` | Light | When monochrome is specifically required |
|
|
76
|
+
|
|
77
|
+
### Selection Guide
|
|
78
|
+
|
|
79
|
+
| Background | First Choice | Second Choice |
|
|
80
|
+
|------------|--------------|---------------|
|
|
81
|
+
| Light (white, light gray) | `logo-colour.svg` | `logo-monochrome-black.svg` |
|
|
82
|
+
| Dark (navy, black, dark blue) | `logo-white-text.svg` | `logo-monochrome-white.svg` |
|
|
83
|
+
| Brand color (EE Blue) | `logo-white-text.svg` | `logo-monochrome-white.svg` |
|
|
84
|
+
| Photography/images | `logo-monochrome-white.svg` | Ensure sufficient contrast |
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Brand Mark Only
|
|
89
|
+
|
|
90
|
+
The brand mark (without wordmark) should only be used when:
|
|
91
|
+
|
|
92
|
+
1. **Space is severely limited** (favicons, small icons, social media avatars)
|
|
93
|
+
2. **Shape requirements** (must fit square/circular shape)
|
|
94
|
+
3. **Decorative use** (design element in presentations)
|
|
95
|
+
4. **Context is clear** (obviously represents Equal Experts)
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## Usage Guidelines
|
|
100
|
+
|
|
101
|
+
### Do's
|
|
102
|
+
|
|
103
|
+
1. **Use official assets** from the brand-assets repository
|
|
104
|
+
2. **Maintain size requirements** - minimum 100px digital, 26.5mm print
|
|
105
|
+
3. **Provide adequate clear space** - bracket+equals width on all sides
|
|
106
|
+
4. **Choose appropriate variant** based on background color
|
|
107
|
+
5. **Ensure accessibility** - sufficient contrast in all contexts
|
|
108
|
+
|
|
109
|
+
### Don'ts
|
|
110
|
+
|
|
111
|
+
1. **Don't transform** - No rotation, distortion, skewing
|
|
112
|
+
2. **Don't modify colors** - Use only official variants
|
|
113
|
+
3. **Don't alter composition** - Don't add text, separate elements
|
|
114
|
+
4. **Don't compromise visibility** - No busy backgrounds, no undersizing
|
|
115
|
+
5. **Don't create variations** - No custom colors or effects
|
|
116
|
+
6. **Don't place on low-contrast backgrounds** - Ensure legibility
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Platform-Specific Placement
|
|
121
|
+
|
|
122
|
+
For platform-specific logo placement guidance:
|
|
123
|
+
|
|
124
|
+
- **Web layouts** - See [types/web/](../types/web/)
|
|
125
|
+
- **Slides** - See [types/slides/](../types/slides/)
|
|
126
|
+
- **Graphics** - See [types/graphics/](../types/graphics/)
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Official Logo Assets
|
|
131
|
+
|
|
132
|
+
All logos are available in the [Equal Experts brand-assets repository](https://github.com/EqualExperts/brand-assets/tree/master/logo).
|
|
133
|
+
|
|
134
|
+
### Primary Logos
|
|
135
|
+
- `logo-colour.svg` - Full color (light backgrounds)
|
|
136
|
+
- `logo-white-text.svg` - Blue mark, white text (dark backgrounds)
|
|
137
|
+
|
|
138
|
+
### Monochrome Logos
|
|
139
|
+
- `logo-monochrome-white.svg` - All white (dark backgrounds)
|
|
140
|
+
- `logo-monochrome-black.svg` - All black (light backgrounds)
|
|
141
|
+
|
|
142
|
+
### Brand Marks
|
|
143
|
+
- `brand-mark-blue.svg` - Blue mark without text
|
|
144
|
+
- `brand-mark-monochrome-white.svg` - White mark without text
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Related Documentation
|
|
149
|
+
|
|
150
|
+
- [Brand Guidelines](./brand.md) - Brand principles
|
|
151
|
+
- [Colours](./design/colours.md) - Brand color palette
|
package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Marketing Content Rules
|
|
2
|
+
|
|
3
|
+
Content guidance for Equal Experts marketing websites, landing pages, and blog posts.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
Marketing content informs, engages, and supports conversion. Load [foundations content](../../../../foundations/content/voice-and-tone.md) first, then [marketing-content.md](./marketing-content.md) for principles and content types.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Files
|
|
14
|
+
|
|
15
|
+
| File | Description |
|
|
16
|
+
|------|-------------|
|
|
17
|
+
| [marketing-content.md](./marketing-content.md) | Principles, tone, case studies, content types |
|
|
18
|
+
| [blog-posts.md](./blog-posts.md) | Blog structure and style |
|
|
19
|
+
| [seo.md](./seo.md) | SEO content and meta guidelines |
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Related
|
|
24
|
+
|
|
25
|
+
- [Foundations content](../../../../foundations/content/README.md)
|
|
26
|
+
- [Marketing website](../website.md)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Blog Posts
|
|
2
|
+
|
|
3
|
+
Structure and style for Equal Experts blog content.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
**Prerequisites:** [Foundations voice and tone](../../../../foundations/content/voice-and-tone.md), [marketing content](./marketing-content.md).
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Structure
|
|
12
|
+
|
|
13
|
+
1. **Introduction** – Hook the reader: story, question, or clear insight. Get to the point quickly.
|
|
14
|
+
2. **Problem or question** – What you're addressing. Set expectations.
|
|
15
|
+
3. **Main content** – Evidence-based insights with examples. Use headings and short paragraphs.
|
|
16
|
+
4. **Takeaways** – Actionable guidance the reader can use.
|
|
17
|
+
5. **Call to action** – Invite further engagement (e.g. contact, subscribe, read more).
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Voice and Format
|
|
22
|
+
|
|
23
|
+
- Use [foundations writing style](../../../../foundations/content/writing-style.md): active voice, plain language, "you" and "we".
|
|
24
|
+
- Keep paragraphs short (3–4 sentences). Use lists and headings so content is scannable.
|
|
25
|
+
- Support claims with evidence and examples. Avoid generic or unsupported statements.
|
|
26
|
+
- Typical length: enough to cover the topic clearly; avoid padding. For many posts, a few hundred to ~1,500 words works well.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Related
|
|
31
|
+
|
|
32
|
+
- [Marketing content](./marketing-content.md)
|
|
33
|
+
- [SEO](./seo.md)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Marketing Content
|
|
2
|
+
|
|
3
|
+
Writing principles and content types for Equal Experts marketing websites and landing pages.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
**Prerequisites:** Load [foundations](../../../../foundations/) first, especially [voice and tone](../../../../foundations/content/voice-and-tone.md).
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Overview
|
|
12
|
+
|
|
13
|
+
Marketing content is written to build awareness, demonstrate expertise, and support leads and opportunities. It can be more expansive than product UI copy but should still be clear and evidence-based.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## What Marketing Content Should Do
|
|
18
|
+
|
|
19
|
+
- Build awareness and reputation
|
|
20
|
+
- Demonstrate expertise through evidence
|
|
21
|
+
- Generate leads and opportunities
|
|
22
|
+
- Educate external audiences
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Tone
|
|
27
|
+
|
|
28
|
+
**Tone range:** Confident to conversational (depends on content type)
|
|
29
|
+
**Key balance:** Expertise + Clarity = Credibility
|
|
30
|
+
|
|
31
|
+
Stay true to [foundations voice and tone](../../../../foundations/content/voice-and-tone.md): clear, direct, helpful. Avoid hype or vague claims.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Content Types
|
|
36
|
+
|
|
37
|
+
| Type | Guidance |
|
|
38
|
+
|------|----------|
|
|
39
|
+
| Case studies | Context → Challenge → Approach → Solution → Results. Start with business problem; use specific numbers. |
|
|
40
|
+
| Blog posts | See [blog-posts.md](./blog-posts.md) |
|
|
41
|
+
| Landing pages | Clear value proposition above the fold; scannable headings; clear CTAs; trust indicators |
|
|
42
|
+
| SEO | See [seo.md](./seo.md) |
|
|
43
|
+
|
|
44
|
+
### Case Studies
|
|
45
|
+
|
|
46
|
+
**Structure:**
|
|
47
|
+
1. Context – What was the situation?
|
|
48
|
+
2. Challenge – What problems needed solving?
|
|
49
|
+
3. Our approach – How did we help?
|
|
50
|
+
4. Solution and implementation – What was built or changed?
|
|
51
|
+
5. Results – Measurable business impact
|
|
52
|
+
|
|
53
|
+
**Tips:**
|
|
54
|
+
- Start with the business problem, not technology
|
|
55
|
+
- Use specific numbers and evidence
|
|
56
|
+
- Make it understandable by a broad audience
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Related
|
|
61
|
+
|
|
62
|
+
- [Foundations content](../../../../foundations/content/README.md)
|
|
63
|
+
- [Blog posts](./blog-posts.md)
|
|
64
|
+
- [SEO](./seo.md)
|
|
65
|
+
- [Marketing website](../website.md)
|
package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# SEO Content
|
|
2
|
+
|
|
3
|
+
Guidance for findable, readable, and helpful marketing content.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
**Prerequisites:** [Foundations content](../../../../foundations/content/README.md), [marketing content](./marketing-content.md).
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Principles
|
|
12
|
+
|
|
13
|
+
- **Findable** – Use language people search for; structure and meta data support discovery.
|
|
14
|
+
- **Readable** – Clear headings, short paragraphs, plain language (see [writing style](../../../../foundations/content/writing-style.md)).
|
|
15
|
+
- **Helpful** – Content should answer a real question or need. Don't optimise for search at the expense of the reader.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Page Titles and Meta Descriptions
|
|
20
|
+
|
|
21
|
+
- **Title:** Clear, descriptive, and relevant to the page. Include key terms where natural. Keep within typical display length (e.g. ~50–60 characters) for important pages.
|
|
22
|
+
- **Meta description:** Summarise the page and encourage a click. Match the page content; avoid generic or duplicate copy.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Headings
|
|
27
|
+
|
|
28
|
+
- Use a logical hierarchy (H1 → H2 → H3). One H1 per page.
|
|
29
|
+
- Make headings descriptive so they work for both scanning and search. Use key phrases where they fit naturally; don't stuff keywords.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Links
|
|
34
|
+
|
|
35
|
+
- Use descriptive link text that states the destination or topic (good for accessibility and context).
|
|
36
|
+
- Internal links help users and crawlers discover related content.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Related
|
|
41
|
+
|
|
42
|
+
- [Formatting](../../../../foundations/content/formatting.md) – Headings, links
|
|
43
|
+
- [Marketing content](./marketing-content.md)
|
|
44
|
+
- [Blog posts](./blog-posts.md)
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Marketing Email Rules
|
|
2
|
+
|
|
3
|
+
Guidelines for Equal Experts marketing emails and campaigns.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
**Status:** Placeholder - details to be defined
|
|
8
|
+
|
|
9
|
+
**Prerequisites:** Load [foundations](../../../foundations/) first
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Overview
|
|
14
|
+
|
|
15
|
+
Marketing emails are external communications designed to engage, inform, and convert prospects and customers.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Key Principles
|
|
20
|
+
|
|
21
|
+
1. **Value-first** - Every email should provide value to the recipient
|
|
22
|
+
2. **Clear purpose** - One primary goal per email
|
|
23
|
+
3. **Scannable** - Easy to read on mobile devices
|
|
24
|
+
4. **Brand-consistent** - Use Equal Experts visual identity
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Email Types
|
|
29
|
+
|
|
30
|
+
- **Newsletter** - Regular updates and insights
|
|
31
|
+
- **Product announcements** - New features and releases
|
|
32
|
+
- **Event invitations** - Webinars, conferences, meetups
|
|
33
|
+
- **Nurture sequences** - Educational content series
|
|
34
|
+
- **Transactional** - Confirmations, receipts (see product emails)
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## To Be Defined
|
|
39
|
+
|
|
40
|
+
- Email template designs
|
|
41
|
+
- Header and footer specifications
|
|
42
|
+
- Logo placement and sizing
|
|
43
|
+
- Color usage in emails
|
|
44
|
+
- Typography for email clients
|
|
45
|
+
- CTA button styling
|
|
46
|
+
- Mobile-first design requirements
|
|
47
|
+
- Accessibility requirements (alt text, etc.)
|
|
48
|
+
- Subject line guidelines
|
|
49
|
+
- Preview text best practices
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Content Guidelines
|
|
54
|
+
|
|
55
|
+
Follow [foundations/content/](../../../foundations/content/) for writing style.
|
|
56
|
+
|
|
57
|
+
### Subject Lines
|
|
58
|
+
- Keep under 50 characters for mobile
|
|
59
|
+
- Be specific about content
|
|
60
|
+
- Avoid spam triggers
|
|
61
|
+
|
|
62
|
+
### Body Content
|
|
63
|
+
- Lead with the most important information
|
|
64
|
+
- Use short paragraphs
|
|
65
|
+
- Include clear CTA
|
|
66
|
+
- Provide value before asking
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Related Documentation
|
|
71
|
+
|
|
72
|
+
- [Foundations](../../../foundations/) - Brand and design language
|
|
73
|
+
- [Marketing Website](./website.md) - Website guidelines
|
|
74
|
+
- [Content](../../../foundations/content/) - Writing style
|
package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Marketing Scenarios
|
|
2
|
+
|
|
3
|
+
Applied layout and design patterns for marketing website page types.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Available Scenarios
|
|
8
|
+
|
|
9
|
+
| Scenario | Use For | Base Layout |
|
|
10
|
+
|----------|---------|-------------|
|
|
11
|
+
| [marketing-pages.md](./marketing-pages.md) | Landing pages, pricing, features, case studies | Horizontal Navigation |
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Related Documentation
|
|
16
|
+
|
|
17
|
+
- [Marketing Website](../website.md) - Marketing website guidelines
|
|
18
|
+
- [Foundations Accessibility](../../../../foundations/accessibility.md) - Accessibility principles
|