Skip to content

Commit d7b9aed

Browse files
WEBSITE: Tidied up usagetap section
1 parent 9ee89b2 commit d7b9aed

2 files changed

Lines changed: 35 additions & 34 deletions

File tree

website/index.html

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@
7676
<a href="#features">Features</a>
7777
<a href="#faq">FAQ</a>
7878
<a href="/docs/index.html">Docs</a>
79-
<a class="button button-primary mobile-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a>
79+
<a class="button button-primary nav-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a>
8080
</nav>
81-
82-
<a class="button button-primary desktop-github" href="https://github.com/PredictabilityAtScale/promptopskit">GitHub</a>
8381
</div>
8482
</header>
8583

@@ -286,25 +284,6 @@ <h3>3. Render for any provider</h3>
286284
<section id="features" class="container section">
287285
<h2>Features for engineering teams</h2>
288286
<div class="grid two">
289-
<article class="card card-featured-optional">
290-
<p class="card-kicker">Optional Integration</p>
291-
<h3>Usage-based billing and entitlement checks with <a href="https://usagetap.com">usagetap.com</a></h3>
292-
<p>
293-
PromptOpsKit can optionally pair with <a href="https://usagetap.com">usagetap.com</a> when you need usage metering,
294-
per-call entitlement checks, spend-aware AI feature gating, or a path from free
295-
usage to PAYG and committed plans. PromptOpsKit still owns prompt rendering;
296-
<a href="https://usagetap.com">usagetap.com</a> adds billing and control around the LLM call.
297-
</p>
298-
<p>
299-
The integration is separate, fetch-based, and opt-in through the
300-
<code>promptopskit/usagetap</code> subpath.
301-
</p>
302-
<p>
303-
<a href="/docs/index.html#/usagetap">Read the usagetap.com docs</a>
304-
·
305-
<a href="https://usagetap.com">Learn about usagetap.com</a>
306-
</p>
307-
</article>
308287
<article class="card">
309288
<h3>Validation &amp; schema checks</h3>
310289
<ul>
@@ -350,6 +329,21 @@ <h3>No transport lock-in</h3>
350329
<li>Works with any fetch wrapper, SDK, or infrastructure</li>
351330
</ul>
352331
</article>
332+
<article class="card card-featured-optional">
333+
<p class="card-kicker">Optional Integration</p>
334+
<h3>Usage-based billing and entitlement checks</h3>
335+
<p>
336+
PromptOpsKit can optionally pair with <a href="https://usagetap.com">usagetap.com</a> when you need usage metering,
337+
per-call entitlement checks, spend-aware AI feature gating, or a path from free
338+
usage to PAYG and committed plans. PromptOpsKit still owns prompt rendering;
339+
<a href="https://usagetap.com">usagetap.com</a> adds billing and control around the LLM call.
340+
</p>
341+
<p>
342+
<a href="/docs/index.html#/usagetap">Read the usagetap.com docs</a>
343+
·
344+
<a href="https://usagetap.com">Learn about usagetap.com</a>
345+
</p>
346+
</article>
353347
</div>
354348
</section>
355349

website/styles.css

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ body {
6767
line-height: 1;
6868
}
6969

70-
.mobile-github {
71-
display: none;
70+
.nav-github {
71+
margin-left: 0.5rem;
7272
}
7373

7474
nav {
@@ -177,19 +177,29 @@ h2 {
177177
radial-gradient(circle at top right, rgba(15, 23, 42, 0.08), transparent 35%),
178178
linear-gradient(180deg, #fffaf0 0%, #fffdf8 100%);
179179
border-color: #d6bbfb;
180+
padding: 1.1rem;
181+
}
182+
183+
.card-featured-optional h3 {
184+
font-size: 1.45rem;
185+
}
186+
187+
.card-featured-optional p {
188+
font-size: 0.95rem;
180189
}
181190

182-
.card-kicker {
191+
.card-featured-optional .card-kicker {
183192
display: inline-block;
184-
margin: 0 0 0.75rem;
185-
padding: 0.2rem 0.55rem;
193+
margin: 0 0 0.6rem;
194+
padding: 0.1rem 0.44rem;
186195
border: 1px solid #e9d7fe;
187196
border-radius: 999px;
188197
background: rgba(255, 255, 255, 0.9);
189198
color: #6941c6;
190-
font-size: 0.8rem;
199+
font-size: 0.68rem;
200+
line-height: 1.2;
191201
font-weight: 700;
192-
letter-spacing: 0.02em;
202+
letter-spacing: 0.015em;
193203
text-transform: uppercase;
194204
}
195205

@@ -290,10 +300,6 @@ ul {
290300
margin-left: auto;
291301
}
292302

293-
.desktop-github {
294-
display: none;
295-
}
296-
297303
nav {
298304
display: none;
299305
position: absolute;
@@ -315,9 +321,10 @@ ul {
315321
display: flex;
316322
}
317323

318-
.mobile-github {
324+
.nav-github {
319325
display: inline-block;
320326
margin-top: 0.25rem;
327+
margin-left: 0;
321328
}
322329

323330
.grid.two,

0 commit comments

Comments
 (0)