.. | ||
README.md |
Features Page Images
This directory contains images specifically used in the features page sections.
Directory Structure
features/
├── img/
│ ├── icons/ # Feature icons and symbols
│ ├── screenshots/ # Product/feature screenshots
│ └── diagrams/ # Workflow and process diagrams
Usage
When adding images to this directory:
- Use descriptive filenames (e.g.,
feature-analytics.svg
,dashboard-demo.webp
) - Maintain consistent icon styles
- Keep screenshots up-to-date with the latest UI
Example
<!-- In features page -->
<img src="features/img/icons/analytics-icon.svg" alt="Analytics Feature">
Recommended Image Formats
- Use SVG for icons and diagrams
- Use WebP or PNG for screenshots
- Use optimized formats for interactive demonstrations
- Consider providing dark/light mode variants
Image Guidelines
-
Feature Icons:
- Consistent style and color scheme
- Clear, recognizable designs
- Scalable vector formats when possible
-
Screenshots:
- Current product interface
- High-resolution captures
- Properly cropped and aligned
-
Diagrams:
- Clear workflow representations
- Consistent styling
- Easy to understand at a glance