Skip to content

Comments

feat(assets): curate logo variations and add browsable gallery#92

Merged
braden-w merged 10 commits intomainfrom
feat/icon-iterations
Feb 14, 2026
Merged

feat(assets): curate logo variations and add browsable gallery#92
braden-w merged 10 commits intomainfrom
feat/icon-iterations

Conversation

@braden-w
Copy link
Collaborator

@braden-w braden-w commented Feb 14, 2026

The logo design process generated hundreds of SVG variations across 12+ iteration rounds. A previous commit curated these down, but the 17 HTML preview pages were never updated — leaving every single one broken with dead <img> and <object> references to deleted SVGs.

This branch consolidates the logo assets into a clean, browsable state: 33 curated SVGs organized by design category, a single gallery.html that actually works, and removal of all the broken preview pages.

assets/logo/
├── gallery.html                    ← NEW: browsable gallery for all 33 SVGs
├── preview-v4.html                 ← KEPT: 24 unique inline SVGs (self-contained)
├── svg/variations/
│   ├── v3-*.svg                    (4)  Hammer forge styles
│   ├── v5-motion-*.svg             (3)  Motion/animation
│   ├── v6-mixed/chrome-*.svg       (3)  Chrome/metallic
│   ├── v9-animation-flow-*.svg     (5)  Animation flow
│   ├── v9-particle-effect-*.svg    (2)  Particle effects
│   ├── v10-lightning-*.svg         (5)  Lightning emanation
│   ├── v12-perfect-corporate.svg   (1)  Corporate/professional
│   ├── particle0*-experiment-*.svg (7)  Particle experiments
│   └── plasma01-experiment-*.svg   (1)  Plasma experiment
└── hammer-iterations/
    ├── v3/v3-hammer-turquoise.svg
    └── v4/hammer-v4.svg

The gallery page has light/dark/gradient background toggles and S/M/L size controls per logo, so you can evaluate each variation in context. No source code, tests, or library functionality is touched — this is purely assets/logo/ housekeeping.

braden-w added 10 commits June 25, 2025 21:45
- Introduced multiple SVG variations for logos, including designs focused on hammer and diamond themes.
- Added HTML previews for different logo versions (v2, v3, v4).
- Created documentation for logo generation prompts and a catalog for logo variations.
- Adjusted hammer and glow effects for better centering and positioning over the anvil.
- Introduced new radial gradient for silver glow effect.
- Enhanced spark placements for both steel and chrome variations to align with the anvil impact.
… element positioning

- Added radial gradients for gold and silver glow effects to enhance visual appeal.
- Updated element positions and sizes for better alignment and aesthetics across multiple logo variations.
…ects

- Introduced multiple new HTML previews for logo variations (v5 to v11) showcasing different styles and animations.
- Added numerous SVG variations with unique designs, including particle effects and plasma themes, to expand the logo catalog.
- Included new assets for improved visual representation and user engagement.
- Created interactive HTML catalog displaying all 1,081 SVG assets
- Organized SVGs into 9 categories for easy navigation
- Added click-to-select functionality with visual feedback
- Implemented search feature to filter SVGs by ID or filename
- Added copy-to-clipboard for selected SVG IDs
- Each SVG has a unique human-readable ID for tracking
- Added all 1,081 SVG files as backup
- Created svgs-to-keep.txt listing the ~35 SVGs to retain
- This commit serves as a restoration point before removing unwanted SVGs
- Removed 1,042 SVG files to streamline the assets folder
- Kept only the best variations across categories:
  - Lightning effects (5 variations for dynamic energy)
  - Chrome styles (3 minimal, precision, and strike variants)
  - Particle animations (7 experiments with optimized effects)
  - Motion designs (8 flow and animation variants)
  - Forge/hammer concepts (4 metalwork-inspired designs)
  - Essential SVGL icons (6 framework/tool logos)
- Updated SVG catalog to reflect simplified collection
- Reduced total SVG count from 1,081 to 39 files
- All removed files backed up in previous commit for recovery if needed
@braden-w braden-w changed the title feat: curated logo assets with gallery page feat(assets): curate logo variations and add browsable gallery Feb 14, 2026
@braden-w braden-w merged commit df1c693 into main Feb 14, 2026
2 checks passed
@braden-w braden-w deleted the feat/icon-iterations branch February 14, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant