Add WhyRating Templates - brand identity system

Next.js app showcasing WhyRating brand guidelines with interactive
tabs for colors, typography, proportions, logos, voice, downloads,
and AI context. Includes email templates (headers, signatures, CTAs)
and presentation component.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-18 15:17:42 +01:00
parent 9a0881e852
commit ea5775da25
68 changed files with 15159 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<!--
whymyrating.com Logo Icon - colorScheme="light"
Use on light backgrounds (#FAFAFA or lighter)
SVG is TRANSPARENT - no background baked in
Magnifier ring/handle: #1E293B (Dark Slate)
Lens interior: #FEF3C7 (Light Yellow - same hue as star)
-->
<defs>
<clipPath id="circleClip">
<circle cx="60" cy="62" r="21"/>
</clipPath>
</defs>
<!-- Star - Google Yellow #FBBC05 -->
<polygon
points="60,15 71.5,42 101,46 79.5,66 85,95 60,82 35,95 40.5,66 19,46 48.5,42"
fill="#FBBC05"
stroke="#FBBC05"
stroke-width="6"
stroke-linejoin="round"
/>
<!-- Magnifying Glass - Neutral-700 #1E293B -->
<g>
<!-- Handle first (behind magnifier) -->
<line x1="83" y1="81" x2="95" y2="91" stroke="#1E293B" stroke-width="9" stroke-linecap="round"/>
<!-- Magnifier ring - on top of handle -->
<circle cx="60" cy="62" r="27" fill="#1E293B"/>
<!-- Lens interior -->
<circle cx="60" cy="62" r="21" fill="#FEF3C7"/>
<!-- Growth Bars -->
<g clip-path="url(#circleClip)">
<rect x="42" y="58" width="11" height="35" rx="1.5" ry="1.5" fill="#86EFAC"/>
<rect x="55" y="51" width="11" height="42" rx="1.5" ry="1.5" fill="#22C55E"/>
<rect x="68" y="44" width="11" height="49" rx="1.5" ry="1.5" fill="#15803D"/>
</g>
<!-- Bar Overflow -->
<rect x="68" y="44" width="11" height="18" rx="1.5" ry="1.5" fill="#15803D"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB