Skip to content

Commit f7dc4ae

Browse files
rmdevproclaude
andcommitted
Swap workbench copy + image between main and sub pages
- Main hero: drop workbench preview, collapse to single-column text - Custom Software section: workbench preview replaces logo (screenshot-frame styling) - Custom Software body: user's tagline copy (concrete description), trimmed to one paragraph - Sub page hero: receives teams-of-agents framing (philosophy) - Sub page preview switches to the no-tabs version (commit the rename) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent ddb40f8 commit f7dc4ae

4 files changed

Lines changed: 14 additions & 32 deletions

File tree

187 KB
Loading

‎css/style.css‎

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -207,24 +207,17 @@ h3 { font-size: 1.125rem; font-weight: 600; }
207207
align-items: center;
208208
}
209209
.flagship .art {
210-
aspect-ratio: 5/4;
211-
background: var(--accent-soft);
212-
padding: 2.5rem;
213-
display: flex; align-items: center; justify-content: center;
210+
background: white;
211+
border: 1px solid var(--rule);
212+
box-shadow: 0 20px 40px -20px rgba(9,31,56,0.18), 0 8px 16px -10px rgba(9,31,56,0.08);
213+
overflow: hidden;
214+
display: block;
214215
position: relative;
215216
}
216217
.flagship .art img {
217-
width: 80%; max-width: 360px; height: auto;
218+
width: 100%; height: auto;
218219
display: block;
219220
}
220-
.flagship .art .meta {
221-
position: absolute;
222-
bottom: 1rem; left: 1.5rem; right: 1.5rem;
223-
display: flex; justify-content: space-between;
224-
font-family: var(--mono);
225-
font-size: 0.72rem;
226-
color: var(--text-soft);
227-
}
228221
.flagship .copy h3 { font-size: 1.35rem; margin-bottom: 1rem; }
229222
.flagship .copy p { margin-bottom: 0.8rem; font-size: 1rem; }
230223
.flagship .copy .link {

‎index.html‎

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616
overflow: hidden;
1717
}
1818
.hero-split .row {
19-
display: grid;
20-
grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
21-
gap: clamp(2rem, 5vw, 4rem);
22-
align-items: center;
19+
display: block;
2320
position: relative;
2421
}
25-
.hero-split .txt { min-width: 0; }
22+
.hero-split .txt { min-width: 0; max-width: 56ch; }
2623
.hero-split .meta {
2724
font-family: var(--mono);
2825
font-size: 0.78rem;
@@ -117,12 +114,6 @@ <h1><em>Technology leadership</em> for small and medium businesses.</h1>
117114
<a class="btn ghost" href="#work">See the work</a>
118115
</div>
119116
</div>
120-
<div class="visual" aria-hidden="true">
121-
<div class="frame">
122-
<img src="assets/workbench-preview.png" alt="">
123-
<div class="tag">Blueprint Workbench — home-grown multi-agent environment.</div>
124-
</div>
125-
</div>
126117
</div>
127118
</div>
128119
</section>
@@ -165,13 +156,11 @@ <h2>Blueprint Agentic Workbench.</h2>
165156
</div>
166157
<div class="flagship">
167158
<div class="art">
168-
<img src="assets/logos/logo-blue.png" alt="Blueprint Agentic Workbench">
169-
<div class="meta"><span>Claude · Gemini · Codex</span></div>
159+
<img src="assets/workbench-preview.png" alt="Blueprint Agentic Workbench — multi-agent environment">
170160
</div>
171161
<div class="copy">
172162
<h3>A Workbench using teams of agents enabling next level agentics.</h3>
173-
<p>The next step beyond agentic AI is teams of agents working together. Not sub-agents under a primary — experts in their own domain, tuned for optimal operation, combining into something greater than the sum of their parts the way a human team does. Two ingredients: model optimization per role, and cognitive diversity across providers — Claude, Gemini, and the OpenAI line reason differently, and a team that draws on all three thinks more completely than any single-model team can.</p>
174-
<p>Built on top of the providers' own first-party CLIs — we leverage their investment and add what they don't do on their own: agentic teaming, shared memory, a common task tree, persistent project context. The same workbench we use for nearly all of our daily task work, and that we deploy at customer sites.</p>
163+
<p>A workbench for teams of AI agents working together the way human teams do. Multiple Claude, Gemini, and Codex agents running together — coordinating, communicating, dividing work, collaboratively resolving blockers, guided by standards, process and guidelines.</p>
175164
<a class="link" href="open-source/blueprint-agentic-workbench.html">Read more →</a>
176165
</div>
177166
</div>

‎open-source/blueprint-agentic-workbench.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,18 @@
136136
<a class="back" href="../index.html">← BlueprintAgentic</a>
137137
<div class="kicker">§ Custom Software</div>
138138
<h1>Blueprint Agentic Workbench.</h1>
139-
<p class="tagline">A workbench for teams of AI agents working together the way human teams do. Multiple Claude, Gemini, and Codex agents running together — coordinating, communicating, dividing work, collaboratively resolving blockers, guided by standards, process and guidelines.</p>
140-
<p class="sub">Not a coding tool — an agentic workbench, capable of any work an agent can do. The same workbench we use for nearly all of our daily task work, and that we deploy at customer sites.</p>
139+
<p class="tagline">The next step beyond agentic AI is teams of agents working together. Not sub-agents under a primary — experts in their own domain, tuned for optimal operation, combining into something greater than the sum of their parts the way a human team does. Two ingredients: model optimization per role, and cognitive diversity across providers — Claude, Gemini, and the OpenAI line reason differently, and a team that draws on all three thinks more completely than any single-model team can.</p>
140+
<p class="sub">Built on top of the providers' own first-party CLIs — we leverage their investment and add what they don't do on their own: agentic teaming, shared memory, a common task tree, persistent project context. The same workbench we use for nearly all of our daily task work, and that we deploy at customer sites.</p>
141141
</div>
142142
</section>
143143

144144
<section class="product-preview">
145145
<div class="wrap">
146146
<div class="frame">
147-
<img src="../assets/workbench-preview.png" alt="Blueprint Agentic Workbench interface">
147+
<img src="../assets/workbench-preview-no-tabs.png" alt="Blueprint Agentic Workbench interface">
148148
</div>
149149
<div class="cap">
150-
<span>Fig. 01 — A team of agents at work in the Workbench</span>
150+
<span>Fig. 01 — Blueprint Agentic Workbench</span>
151151
<span>Single operator · Self-hosted</span>
152152
</div>
153153
</div>

0 commit comments

Comments
 (0)