mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 09:59:40 +02:00
Final cleanup of references missed in previous rename commits: - Dockerfiles: PUBLIC_MANA_CORE_AUTH_URL → PUBLIC_MANA_AUTH_URL - Go modules: github.com/manacore/* → github.com/mana/* (7 go.mod files) - launchd plists: com.manacore.* → com.mana.* (14 files renamed + content) - Image assets: *_Manacore_AI_Credits* → *_Mana_AI_Credits* (11 files) - .env.example files: ManaCore brand strings → Mana - .prettierignore: stale apps/manacore/* paths → apps/mana/* - Markdown docs (CLAUDE.md, /docs/*): mana-core-auth → mana-auth, etc. Excluded from rename: .claude/, devlog/, manascore/ (historical content), client testimonials, blueprints, npm package refs (@mana-core/*). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| icons | ||
| images | ||
| logos | ||
| README.md | ||
Public Assets Directory
This directory contains all static assets for the Mana landing page.
Directory Structure:
public/
├── logos/ # Brand logos and variations
├── icons/ # Favicons and app icons
├── images/ # General images and graphics
└── README.md # This file
Asset Management Guidelines:
File Organization:
- Keep assets organized in their respective subdirectories
- Don't place files directly in the public root unless necessary
- Each subdirectory has its own README with specific guidelines
Version Control:
- Commit optimized images only
- Use Git LFS for large binary files if needed
- Avoid committing source files (PSD, AI, etc.) - keep those elsewhere
Performance Considerations:
- Always optimize images before committing
- Use appropriate formats (SVG for logos/icons, WebP/JPG for photos)
- Implement lazy loading for non-critical images
- Consider using a CDN for production
Accessibility:
- Always provide alt text for images in your components
- Ensure sufficient contrast for overlaid text on images
- Test icons and images for color blind accessibility
Quick Reference:
- Logos:
/public/logos/- Brand identity assets - Icons:
/public/icons/- Favicons and app icons - Images:
/public/images/- Photos, illustrations, backgrounds
Next Steps:
- Add the Mana logo files to the
/logosdirectory - Generate and add favicon set to the
/iconsdirectory - Add any hero images or illustrations to the
/imagesdirectory - Update the Astro components to reference these assets