init project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Asset_ID,Path,Type,Status,Usage,Constraint,Owner
|
||||
brand-mark,assets/brand-mark_v1.0.svg,svg,approved,"Header, favicon source, compact brand",Do not stretch; preserve 1:1 ratio,Design
|
||||
logo-horizontal,assets/logo-horizontal_v1.0.svg,svg,provisional,Footer or wide co-brand-safe placement,Text color must be tokenized in production rather than edited per theme,Design
|
||||
lucide-icons,external dependency,svg icon set,approved-family,Interface icons,Pin package version; 24px grid; 2px stroke; selective RTL mirroring,Engineering
|
||||
product-preview,not included as launch evidence,image or coded UI,illustrative,Hero visual,Must be approved or replaced; never mirror/recolor captures,Product + Design
|
||||
product-tour-media,not supplied,video/capture,blocked,Secondary CTA,Guided four-step dialog remains fallback until media approval,Product
|
||||
customer-logos,not supplied,svg/png,blocked,Trust proof,Do not render placeholders,Marketing
|
||||
security-badges,not supplied,svg/png,blocked,Security section,Do not render pending badges publicly,Security + Legal
|
||||
|
@@ -0,0 +1,7 @@
|
||||
# Asset Usage Rules
|
||||
|
||||
Only approved assets ship. Provisional assets require an approval record before release; blocked assets must not be rendered, even behind a feature flag visible to public users.
|
||||
|
||||
Use SVG for marks and interface illustrations when practical. Raster product captures require 1x/2x variants, responsive dimensions, width/height attributes, modern compression, and evidence metadata. Decorative images use empty alt text. Informative images use localized alt text that describes purpose, not every pixel.
|
||||
|
||||
The supplied horizontal logo contains a fixed light-theme text color for review convenience. Production must render the wordmark as live text or use theme-specific approved SVG variants. Do not use CSS filters to invert it.
|
||||
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title">
|
||||
<title id="title">homePageCar mark</title>
|
||||
<rect width="32" height="32" rx="8" fill="#174BB5"/>
|
||||
<g fill="none" stroke="#FFFFFF" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M7 19h18M9 19l1.8-6.2a3 3 0 0 1 2.9-2.2h4.6a3 3 0 0 1 2.9 2.2L23 19M10 23h.01M22 23h.01M7 19v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"/>
|
||||
</g></svg>
|
||||
|
After Width: | Height: | Size: 443 B |
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 40" role="img" aria-labelledby="title">
|
||||
<title id="title">homePageCar</title>
|
||||
<rect x="0" y="4" width="32" height="32" rx="8" fill="#174BB5"/>
|
||||
<g fill="none" stroke="#FFFFFF" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round"><path d="M7 23h18M9 23l1.8-6.2a3 3 0 0 1 2.9-2.2h4.6a3 3 0 0 1 2.9 2.2L23 23M10 27h.01M22 27h.01M7 23v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"/></g>
|
||||
<text x="43" y="27" font-family="Inter, Arial, sans-serif" font-size="22" font-weight="750" fill="#102035">homePageCar</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 576 B |
Reference in New Issue
Block a user