diff --git a/Internal/Docs/ProductBranding.md b/Internal/Docs/ProductBranding.md new file mode 100644 index 0000000000..2783ddb7d1 --- /dev/null +++ b/Internal/Docs/ProductBranding.md @@ -0,0 +1,217 @@ +# OneUptime Product Branding Guide + +This document details the colors, icons, and product information used in the homepage hero section. + +## Product Cards Overview + +| Product | Color | Tailwind Color | +|---------|-------|----------------| +| Status Page | Emerald | `emerald` | +| Incidents | Rose | `rose` | +| Monitoring | Blue | `blue` | +| On-Call | Stone | `stone` | +| Logs | Amber | `amber` | +| Metrics | Purple | `purple` | +| Traces | Yellow | `yellow` | +| Exceptions | Orange | `orange` | +| Workflows | Sky | `sky` | +| Dashboards | Indigo | `indigo` | +| AI Agent | Violet | `violet` | + +--- + +## Detailed Product Specifications + +### 1. Status Page +- **Color:** Emerald +- **Tailwind Classes:** `bg-emerald-50`, `ring-emerald-200`, `text-emerald-600` +- **Glow Class:** `hero-glow-emerald` +- **Link:** `/product/status-page` +- **Icon:** Checkmark in circle +```html + + + +``` + +### 2. Incidents +- **Color:** Rose +- **Tailwind Classes:** `bg-rose-50`, `ring-rose-200`, `text-rose-600` +- **Glow Class:** `hero-glow-rose` +- **Link:** `/product/incident-management` +- **Icon:** Warning triangle +```html + + + +``` + +### 3. Monitoring +- **Color:** Blue +- **Tailwind Classes:** `bg-blue-50`, `ring-blue-200`, `text-blue-600` +- **Glow Class:** `hero-glow-blue` +- **Link:** `/product/monitoring` +- **Icon:** Globe with grid lines +```html + + + +``` + +### 4. On-Call +- **Color:** Stone +- **Tailwind Classes:** `bg-stone-50`, `ring-stone-200`, `text-stone-600` +- **Glow Class:** `hero-glow-stone` +- **Link:** `/product/on-call` +- **Icon:** Phone +```html + + + +``` + +### 5. Logs +- **Color:** Amber +- **Tailwind Classes:** `bg-amber-50`, `ring-amber-200`, `text-amber-600` +- **Glow Class:** `hero-glow-amber` +- **Link:** `/product/logs-management` +- **Icon:** Stacked horizontal lines (log entries) +```html + + + +``` + +### 6. Metrics +- **Color:** Purple +- **Tailwind Classes:** `bg-purple-50`, `ring-purple-200`, `text-purple-600` +- **Glow Class:** `hero-glow-purple` +- **Link:** `/product/apm` +- **Icon:** Line chart / heartbeat +```html + + + + +``` + +### 7. Traces +- **Color:** Yellow +- **Tailwind Classes:** `bg-yellow-50`, `ring-yellow-200`, `text-yellow-600` +- **Glow Class:** `hero-glow-yellow` +- **Link:** `/product/apm` +- **Icon:** Waterfall / span diagram +```html + + + + + + +``` + +### 8. Exceptions +- **Color:** Orange +- **Tailwind Classes:** `bg-orange-50`, `ring-orange-200`, `text-orange-600` +- **Glow Class:** `hero-glow-rose` (uses rose glow effect) +- **Link:** `/product/apm` +- **Icon:** Bug +```html + + + + +``` + +### 9. Workflows +- **Color:** Sky +- **Tailwind Classes:** `bg-sky-50`, `ring-sky-200`, `text-sky-600` +- **Glow Class:** `hero-glow-sky` +- **Link:** `/product/workflows` +- **Icon:** Flow diagram (rotated 180°) +```html + + + + + + +``` + +### 10. Dashboards +- **Color:** Indigo +- **Tailwind Classes:** `bg-indigo-50`, `ring-indigo-200`, `text-indigo-600` +- **Glow Class:** `hero-glow-indigo` +- **Link:** `/product/coming-soon` +- **Icon:** Pie chart +```html + + + + +``` + +### 11. AI Agent (Featured Card) +- **Color:** Violet +- **Tailwind Classes:** `bg-violet-50`, `ring-violet-200`, `text-violet-600` +- **Glow Class:** `hero-glow-violet` +- **Link:** `/product/ai-agent` +- **Icon:** Sparkles (AI/Magic) +```html + + + +``` + +--- + +## Color Reference (Tailwind CSS) + +| Color Name | 50 (Background) | 200 (Ring) | 600 (Icon/Text) | +|------------|-----------------|------------|-----------------| +| Emerald | `#ecfdf5` | `#a7f3d0` | `#059669` | +| Rose | `#fff1f2` | `#fecdd3` | `#e11d48` | +| Blue | `#eff6ff` | `#bfdbfe` | `#2563eb` | +| Stone | `#fafaf9` | `#e7e5e4` | `#57534e` | +| Amber | `#fffbeb` | `#fde68a` | `#d97706` | +| Purple | `#faf5ff` | `#e9d5ff` | `#9333ea` | +| Yellow | `#fefce8` | `#fef08a` | `#ca8a04` | +| Orange | `#fff7ed` | `#fed7aa` | `#ea580c` | +| Sky | `#f0f9ff` | `#bae6fd` | `#0284c7` | +| Indigo | `#eef2ff` | `#c7d2fe` | `#4f46e5` | +| Violet | `#f5f3ff` | `#ddd6fe` | `#7c3aed` | + +--- + +## Card Component Structure + +Each product card follows this structure: + +```html +
+ +
+ +
+
{Product Name}
+
+
+``` + +--- + +## Glow Effect CSS + +Each color has a corresponding glow effect defined in the `