sns-network-solutions/businesses/sns-hospitality-group/coffee-trailers/README.html
Samuel James 238c40d5e0 funding: mark Flagstar BIPOC + USDA Business Builder as closed/terminated
- Flagstar: program completed, all 35 awards already distributed
- USDA Business Builder: TERMINATED July 15, 2025 (RFBC killed by current admin)
- Updated funding-research.html with strikethrough + red badges + updated capital stack
- Updated meeting agenda funding table (closures + added EASSI)
- Added plane-projects/ scaffolds (Compose YAML, used API instead due to CE compat)
- Added supply-checklist.csv, trailer-registry.md, README.html, kiowa-meeting-agenda.html
2026-08-12 07:33:31 -05:00

297 lines
11 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SnS Hospitality Group — The Daily Pour</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Montserrat', 'Segoe UI', sans-serif;
background: #F7EFE6;
color: #4B2E20;
line-height: 1.6;
padding: 2rem;
max-width: 1000px;
margin: 0 auto;
}
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }
h1 {
font-size: 2.2rem;
text-align: center;
margin-bottom: 0.25rem;
color: #4B2E20;
}
.tagline {
text-align: center;
font-style: italic;
color: #A78A7A;
margin-bottom: 2rem;
font-size: 1.1rem;
}
h2 {
font-size: 1.4rem;
margin: 2rem 0 0.75rem;
padding-bottom: 0.3rem;
border-bottom: 2px solid #D4AF37;
}
h3 { font-size: 1.1rem; margin: 1.2rem 0 0.5rem; }
table {
width: 100%;
border-collapse: collapse;
margin: 1rem 0;
font-size: 0.9rem;
}
th, td {
padding: 0.5rem 0.75rem;
text-align: left;
border-bottom: 1px solid #E7B4B8;
}
th {
background: #4B2E20;
color: #F7EFE6;
font-weight: 600;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.5px;
}
tr:hover { background: rgba(231, 180, 184, 0.15); }
.color-swatch {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
vertical-align: middle;
margin-right: 6px;
border: 1px solid #A78A7A;
}
code {
background: #4B2E20;
color: #F7EFE6;
padding: 0.15rem 0.4rem;
border-radius: 3px;
font-size: 0.85rem;
}
.folder-tree {
background: #4B2E20;
color: #F7EFE6;
padding: 1.25rem 1.5rem;
border-radius: 8px;
font-family: 'Courier New', monospace;
font-size: 0.85rem;
line-height: 1.8;
overflow-x: auto;
}
.section-card {
background: white;
border-radius: 8px;
padding: 1.5rem;
margin: 1rem 0;
box-shadow: 0 2px 8px rgba(75, 46, 32, 0.08);
}
.status-badge {
display: inline-block;
padding: 0.2rem 0.6rem;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
}
.status-active { background: #A3B18A; color: white; }
.status-planned { background: #E7B4B8; color: #4B2E20; }
.note {
background: rgba(212, 175, 55, 0.12);
border-left: 3px solid #D4AF37;
padding: 0.75rem 1rem;
margin: 1rem 0;
font-size: 0.9rem;
}
footer {
text-align: center;
margin-top: 3rem;
padding-top: 1.5rem;
border-top: 1px solid #E7B4B8;
color: #A78A7A;
font-size: 0.8rem;
}
</style>
</head>
<body>
<h1>The Daily Pour</h1>
<p class="tagline">Good Coffee. Great Vibes. On Purpose.</p>
<div class="section-card">
<h2>Overview</h2>
<p>Mobile drive-through coffee trailers operating across NW Indiana and Southern Michigan.
10 trailers planned over 5 years, each with its own codename and brand color.
Year 1: build and prove Trailer #1. Subsequent trailers every 6 months if profitable.</p>
<table>
<tr><th>Entity</th><td>SnS Hospitality Group LLC</td></tr>
<tr><th>Ownership</th><td>Sam James (85%) &middot; Kiowa Scott (15%)</td></tr>
<tr><th>Target</th><td>10 locations over 5 years — NW Indiana + Southern Michigan</td></tr>
<tr><th>Investment per trailer</th><td>~$50,000 (first unit, incl. $15k reserve)</td></tr>
<tr><th>Project Mgmt</th><td><a href="https://plane.snsnetlabs.com/shg/" style="color:#D4AF37;">plane.snsnetlabs.com/shg</a></td></tr>
<tr><th>File Storage</th><td>Google Drive (SnS Hospitality Group LLC folder)</td></tr>
</table>
</div>
<h2>Naming Convention</h2>
<div class="section-card">
<h3>Folders &amp; Drive</h3>
<p><code>T[##]-[CODENAME]</code> &mdash; e.g. <code>T00-DRIP</code></p>
<h3>Internal Operations (network, POS, security)</h3>
<p><code>T[##]-[CODENAME]-[HEX]</code> &mdash; e.g. <code>T00-DRIP-4B2E20</code></p>
<div class="note">
The hex suffix is added <strong>only</strong> when SNS Networking has completed security
buildout and signed off. Until then, the trailer operates without the hex.
</div>
</div>
<h2>Trailer Registry</h2>
<div class="section-card">
<table>
<thead>
<tr>
<th>Trailer</th>
<th>Codename</th>
<th>Color</th>
<th>Hex</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>T00</td>
<td>DRIP</td>
<td><span class="color-swatch" style="background:#4B2E20;"></span>Rich Brown</td>
<td><code>4B2E20</code></td>
<td><span class="status-badge status-planned">Pre-launch</span></td>
</tr>
<tr>
<td>T01</td>
<td>ROAST</td>
<td><span class="color-swatch" style="background:#E7B4B8;"></span>Blush Pink</td>
<td><code>E7B4B8</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T02</td>
<td>BLOOM</td>
<td><span class="color-swatch" style="background:#F7EFE6; border-color:#A78A7A;"></span>Warm Cream</td>
<td><code>F7EFE6</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T03</td>
<td>STEAM</td>
<td><span class="color-swatch" style="background:#D4AF37;"></span>Soft Gold</td>
<td><code>D4AF37</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T04</td>
<td>GRIND</td>
<td><span class="color-swatch" style="background:#A78A7A;"></span>Taupe</td>
<td><code>A78A7A</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T05</td>
<td>PRESS</td>
<td><span class="color-swatch" style="background:#A3B18A;"></span>Sage Green</td>
<td><code>A3B18A</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T06</td>
<td>EMBER</td>
<td><span class="color-swatch" style="background:#C9918B;"></span>Dusty Rose</td>
<td><code>C9918B</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T07</td>
<td>CREMA</td>
<td><span class="color-swatch" style="background:#2C1A12;"></span>Espresso</td>
<td><code>2C1A12</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T08</td>
<td>PULL</td>
<td><span class="color-swatch" style="background:#B87333;"></span>Copper</td>
<td><code>B87333</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
<tr>
<td>T09</td>
<td>BEAN</td>
<td><span class="color-swatch" style="background:#6B7F99;"></span>Slate Blue</td>
<td><code>6B7F99</code></td>
<td><span class="status-badge status-planned">Planned</span></td>
</tr>
</tbody>
</table>
</div>
<h2>Folder Structure</h2>
<div class="folder-tree">
SnS Hospitality Group LLC/<br>
├── T00-09-COMMON/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;← shared across ALL trailers<br>
&nbsp;&nbsp;├── Legal/<br>
&nbsp;&nbsp;├── Marketing/<br>
&nbsp;&nbsp;├── Ops/<br>
&nbsp;&nbsp;├── Research/<br>
&nbsp;&nbsp;└── Buildout/<br>
<br>
├── T00-DRIP/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;← Trailer #1 specific<br>
&nbsp;&nbsp;├── Vehicle/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(VIN, title, plate, registration)<br>
&nbsp;&nbsp;├── Network/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(router, POS, tablet, IPs)<br>
&nbsp;&nbsp;├── Equipment/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(serials, warranties, manuals)<br>
&nbsp;&nbsp;├── Location/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(lease, site photos, parking map)<br>
&nbsp;&nbsp;└── Tools/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(inventory, maintenance log)<br>
<br>
├── T01-ROAST/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;← future<br>
├── T02-BLOOM/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;← future<br>
└── ...
</div>
<h2>Security Handoff</h2>
<div class="section-card">
<p>The hex suffix (<code>-4B2E20</code>) is appended to a trailer's ID when
<strong>SNS Networking</strong> has completed:</p>
<ol style="margin: 0.75rem 0 0 1.5rem;">
<li>Network hardware installed (router, AP, firewall)</li>
<li>POS system configured and hardened</li>
<li>Network segmented (customer WiFi isolated from POS/ops)</li>
<li>Remote management access verified</li>
<li>Sign-off documented</li>
</ol>
<div class="note">
Until handoff, the trailer operates as <code>T##-CODENAME</code> only.
This maintains a clean boundary between Hospitality operations (Kiowa)
and technology infrastructure (SNS Networking).
</div>
</div>
<h2>Key Links</h2>
<div class="section-card">
<table>
<tr><th>Resource</th><th>URL</th></tr>
<tr><td>Project Management (Plane)</td><td><a href="https://plane.snsnetlabs.com/shg/">plane.snsnetlabs.com/shg</a></td></tr>
<tr><td>File Storage (Google Drive)</td><td>SnS Hospitality Group LLC shared folder</td></tr>
</table>
</div>
<footer>
SnS Hospitality Group LLC &middot; A division of SnS Network Solutions Holdings LLC<br>
Sam James (85%) &middot; Kiowa Scott (15%)<br><br>
<em>Good Coffee. Real Connections. Better Every Day.</em>
</footer>
</body>
</html>