# THYNK UNLTD - Brand Assets

## Structure

```
brand/
├── icon/           → Icône seule (le "T" stylisé)
├── compact/        → Logo texte sans slogan
├── slogan/         → Logo avec slogan "Think Beyond Boundaries"
├── email/          → Optimisés pour signatures email
└── README.md
```

## Fichiers

### `/icon/`
| Fichier | Usage |
|---------|-------|
| `icon-color.png` | Icône couleur (orange/rouge), fond transparent |
| `icon-color.svg` | Version vectorielle |

### `/compact/`
| Fichier | Usage |
|---------|-------|
| `logo-dark.png` | Pour fonds clairs (texte noir) |
| `logo-light.png` | Pour fonds sombres (texte blanc) |
| `logo-color.png` | Logo couleur, fond transparent |
| `logo-padded.png` | Avec marges intégrées |

### `/slogan/`
| Fichier | Usage |
|---------|-------|
| `logo-slogan-dark.png` | Pour fonds clairs (texte noir) |
| `logo-slogan-light.png` | Pour fonds sombres (texte blanc) |
| `logo-slogan-color-light-text.png` | Icône couleur + texte blanc |
| `logo-slogan-color-gray-text.png` | Icône couleur + texte gris |

### `/email/`
| Fichier | Usage |
|---------|-------|
| `logo-email.png` | Logo compact pour signature email |
| `icon-email.png` | Icône seule pour signature email |

## URLs (après déploiement sur thynkunltd.ch)

```
https://thynkunltd.ch/brand/icon/icon-color.png
https://thynkunltd.ch/brand/compact/logo-color.png
https://thynkunltd.ch/brand/email/logo-email.png
...
```

## Signature Email HTML

```html
<table cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td style="padding-right: 15px; vertical-align: middle;">
      <img src="https://thynkunltd.ch/brand/email/icon-email.png" 
           width="50" height="50" alt="THYNK UNLTD">
    </td>
    <td style="vertical-align: middle; font-family: Arial, sans-serif;">
      <strong style="font-size: 14px;">Steve Diesbach</strong><br>
      <span style="font-size: 12px; color: #666;">Founder & Lead Engineer — THYNK UNLTD</span><br>
      <span style="font-size: 12px;">
        <a href="tel:+41786764496" style="color: #c41e3a;">+41 78 676 44 96</a> | 
        <a href="mailto:sd@thynkunltd.ch" style="color: #c41e3a;">sd@thynkunltd.ch</a>
      </span><br>
      <a href="https://www.thynkunltd.ch" style="font-size: 12px; color: #c41e3a;">www.thynkunltd.ch</a>
    </td>
  </tr>
</table>
```
