mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 21:19:40 +02:00
Projects included: - maerchenzauber (NestJS backend + Expo mobile + SvelteKit web + Astro landing) - manacore (Expo mobile + SvelteKit web + Astro landing) - manadeck (NestJS backend + Expo mobile + SvelteKit web) - memoro (Expo mobile + SvelteKit web + Astro landing) This commit preserves the current state before monorepo restructuring. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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