# Logo Template for Markdown Documentation
This template provides examples for adding RUSTELO logos to your markdown documentation files.
## Header Logo (Recommended)
```markdown
# Your Page Title
```
## Alternative Header Sizes
### Large Header (400px)
```markdown
# Your Page Title
```
### Medium Header (250px)
```markdown
# Your Page Title
```
### Small Header (200px)
```markdown
# Your Page Title
```
## Inline Logo Usage
### Small Inline Logo
```markdown
 **RUSTELO** - Your content here
```
### Medium Inline Logo
```markdown
**RUSTELO** - Your content here
```
## Logo Variations by Context
### For Light Backgrounds
```markdown
```
### For Dark Backgrounds
```markdown
```
## mdBook Specific (Documentation)
### For mdBook Pages
```markdown
# Welcome to Rustelo
```
### For mdBook Sections
```markdown
## Section Title
```
## README.md Specific
### Main README Header
```markdown
# Rustelo - Modular Rust Web Application Template
```
### Feature Section
```markdown
## Features
**Feature Name** - Description of the feature
```
## GitHub Specific
### Issues Template
```markdown
**Issue Title**
```
### Pull Request Template
```markdown
**Pull Request Title**
```
## Responsive Logo (HTML)
### Responsive with CSS
```html
# [PAGE_TITLE]
[PAGE_CONTENT]
```
### Feature Page Template
```markdown
# [FEATURE_NAME]
This feature is part of the **RUSTELO** framework.
[FEATURE_DESCRIPTION]
```
## Usage Guidelines
### DO
- ✅ Use `alt="RUSTELO"` for accessibility
- ✅ Specify width for consistent sizing
- ✅ Use appropriate logo variant for theme
- ✅ Center align for headers
- ✅ Use relative paths when possible
### DON'T
- ❌ Stretch or distort logo proportions
- ❌ Use extremely small sizes (< 100px for headers)
- ❌ Mix light and dark logo variants
- ❌ Use logos without alt text
- ❌ Hardcode absolute URLs unless necessary
## Path References
### Local Development
```
logos/rustelo_dev-logo-h.svg # From root directory
../logos/rustelo_dev-logo-h.svg # From subdirectory
```
### GitHub Raw URLs
```
logos/rustelo_dev-logo-h.svg
```
### CDN URLs (if using CDN)
```
https://cdn.rustelo.dev/logos/rustelo_dev-logo-h.svg
```
## Logo Selection Guide
| Context | Logo File | Size | Notes |
|---------|-----------|------|-------|
| README header | `rustelo_dev-logo-h.svg` | 300px | Primary branding |
| Documentation header | `rustelo_dev-logo-h.svg` | 400px | Large, readable |
| Section headers | `rustelo_dev-logo-v.svg` | 200px | Vertical space |
| Inline mentions | `rustelo-imag.svg` | 24-32px | Icon only |
| Dark themes | `rustelo_dev-logo-b-h.svg` | 300px | Dark variant |
| Favicons | `rustelo-imag.svg` | 32px | Icon only |
Remember to always use the name "RUSTELO" in uppercase when referencing the project name in text.