syntaxis/assets/README.md
Jesús Pérez 9cef9b8d57 refactor: consolidate configuration directories
Merge _configs/ into config/ for single configuration directory.
Update all path references.

Changes:
- Move _configs/* to config/
- Update .gitignore for new patterns
- No code references to _configs/ found

Impact: -1 root directory (layout_conventions.md compliance)
2025-12-26 18:36:23 +00:00

69 lines
2.0 KiB
Markdown

# SYNTAXIS Assets
Visual assets and branding materials for SYNTAXIS project.
## Directory Structure
- **logos/** - Logo variants (SVG files)
- `animated/` - Animated logo variations
- `static/` - Static logo files
- `main-anim/` - Main logo animation demos
- `legacy/` - Legacy asset files
- Root-level SVG files - Primary logos
- **branding/** - Brand identity, guidelines, marketing
- `brand-identity.md` - Core brand identity documentation
- `logo-design-prompt.md` - Logo design guidelines
- `marketing-copy.md` - Marketing messaging
- `project-definition.md` - Project definition
- `visual-identity.md` - Visual identity guidelines
- `design-guides/` - Design documentation and specifications
- `syntax_ascii.txt` - ASCII art reference
- **showcases/** - Interactive HTML demonstrations
- Interactive branding showcases
- Palette and typography demos
## Usage
All assets are tracked in Git. For branding guidelines, see `branding/brand-identity.md`.
Logo files follow naming convention: `syntax_<variant>_<suffix>.svg` or `syntaxis_<variant>.svg`
## Quick Start
```bash
# View branding showcase
open showcases/syntaxis-branding-showcase.html
# Or with local server
python3 -m http.server 8000
# Then open: http://localhost:8000/showcases/syntaxis-branding-showcase.html
```
## Color Palette
```
SYNTAXIS Blue #2C5F8E RGB: 44, 95, 142 → Primary
Balanced Gray #757773 RGB: 117, 119, 115 → Secondary
Arrangement Gold #D97706 RGB: 217, 119, 6 → Accent
System Green #059669 RGB: 5, 150, 105 → Success
Order Purple #7C3AED RGB: 124, 58, 237 → AI/Special
```
## Typography
```
Headings: Inter (700/600)
Body: Source Sans Pro (400/500)
Code: JetBrains Mono (400)
```
## Related Documentation
- [INDEX.md](INDEX.md) - Complete asset index
- [QUICK_START.md](QUICK_START.md) - Quick start guide for assets
- [branding/brand-identity.md](branding/brand-identity.md) - Brand identity guide
---
**SYNTAXIS** | Systematic Orchestration, Perfectly Arranged