Add README.md to every directory

Each subdirectory now has a README with:
- File inventory table
- Usage guidelines and specifications
- Technical details (viewbox, colors, sizes)
- Cross-references to related assets
This commit is contained in:
2026-04-10 19:52:08 +00:00
parent 1eb0467ad7
commit 32fdd9c5c2
20 changed files with 237 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# SVG (Vector Assets)
Scalable vector versions of all Keylink IT marks. **Prefer these over PNGs** for any production use: print, vinyl cutting, embroidery digitizing, screen printing, and web.
## Subdirectories
| Directory | Contents |
|---------------|-------------------------------------------------------|
| `primary/` | Full "Keylink IT" wordmark vectors (blue, white, black) |
| `alternate/` | (Reserved) KIT abbreviated logo vectors |
| `monomark/` | (Reserved) Standalone K mark vectors |
| `apparel/` | Garment-optimized SVGs for shirts, jackets, hats |
| `taglines/` | Tagline lockup vectors |
View File
+3
View File
@@ -0,0 +1,3 @@
# Alternate Logo SVG
Reserved for vector versions of the **KIT** abbreviated logo. Source vectors can be exported from `../../source/keylink-it-logos.ai`.
+36
View File
@@ -0,0 +1,36 @@
# Apparel SVG
Garment-optimized vector files for embroidery, screen printing, and heat transfer on shirts, polos, jackets, and hats.
## Files
| File | Color | Description |
|---------------------------------|-------|------------------------------------|
| `keylink-it-apparel-white.svg` | White | Full wordmark, white fill |
## Apparel Placement Guide
| Garment | Position | Width | Logo Version |
|------------|--------------|-------------|-----------------------|
| Polo | Left chest | 3.5-4" | This file |
| T-shirt | Left chest | 3.5-4" | This file |
| T-shirt | Full back | 10-12" | This file |
| Jacket | Left chest | 3.5-4" | This file |
| Jacket | Full back | 10-12" | This file |
| Hat/Cap | Front center | 2.5-3" | KIT alt or K monomark |
## Embroidery Thread
- Cobalt Blue: Madeira Polyneon 1842 or equivalent
- White: Standard white
## Screen Print Ink
- Cobalt: Pantone 2146 C (closest match to `#0541AD`)
- White: Standard white
## Notes
- White version is the default for dark garments (navy, black, charcoal).
- For light-colored garments, use the blue SVG from `../primary/keylink-it-blue.svg`.
- ViewBox: `0 0 360 144`
View File
+3
View File
@@ -0,0 +1,3 @@
# Monomark SVG
Reserved for vector versions of the standalone **K** mark. Source vectors can be exported from `../../source/keylink-it-logos.ai`.
+18
View File
@@ -0,0 +1,18 @@
# Primary Wordmark (SVG)
Vector versions of the full **Keylink IT** wordmark. These are the preferred files for all production work.
## Files
| File | Fill Color | Hex | Use Case |
|-----------------------|------------|-----------|-----------------------------|
| `keylink-it-blue.svg` | Cobalt | `#0541AD` | Default, light backgrounds |
| `keylink-it-white.svg`| White | `#FFFFFF` | Dark or blue backgrounds |
| `keylink-it-black.svg`| Black | `#000000` | Mono print, fax, stamps |
## Technical Details
- ViewBox: `0 0 500 200`
- Single layer, single fill color per file
- No strokes, all paths
- Compatible with all major design tools, vinyl cutters, and web browsers
+16
View File
@@ -0,0 +1,16 @@
# Tagline Lockups (SVG)
Standalone tagline artwork for marketing materials, signage, and promotional items. These are **not** part of the primary logo and should not be combined with the wordmark in a single lockup without an approved layout.
## Files
| File | Text | Color | ViewBox |
|----------------------------|----------------------------|-------|-----------------|
| `relax-i-can-fix-it.svg` | Relax, I Can Fix IT. | White | `0 0 791.8 216` |
| `keylinkit-com.svg` | KeylinkIT.com (with wordmark) | White | `0 0 791.8 216` |
## Usage
- Both files are white fill, intended for dark or blue backgrounds.
- For light backgrounds, edit the fill color to `#0541AD` (cobalt) or `#000000` (black).
- Common applications: banner stands, trade show backdrops, vehicle graphics, promotional items.