Simplify consulting packs page: move common info to top, simplify pack descriptions
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
c5d81426ec
commit
3c91e05ca3
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="description" content="Colin Knapp - Private Consulting Packs">
|
||||
<title>Consulting Packs (Private) - Colin Knapp</title>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="styles.css" integrity="sha256-Y+6RTuKMnPfNa1TjCQCcFhxwo0G+xNy7t1MaAvn5SuU=">
|
||||
<link rel="stylesheet" href="styles.css" integrity="sha256-6vUPZLlii+WLObOMBWBE3/mwNmNSmg89f/CqzzecGyc=">
|
||||
<script src="theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4="></script>
|
||||
<script src="includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA="></script>
|
||||
<style>
|
||||
|
|
@ -78,6 +78,8 @@
|
|||
<div class="intro-section">
|
||||
<h1>Consulting Packs</h1>
|
||||
<p>This page is unlisted. For specialized work only.</p>
|
||||
<p>Architecture and implementation guidance. Async research between sessions as needed. Weekly summary with clear next steps.</p>
|
||||
<p>We offer AI risk assessments and help with bespoke AI toolbuilding. Building AI tooling that ensures you have xray vision into the things you need done in your segment of the world—we want to help you realise your <span id="current-year"></span> cyborg potential.</p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
|
@ -85,13 +87,8 @@
|
|||
<section class="pricing-section">
|
||||
<div class="pricing-grid">
|
||||
<div class="pricing-card">
|
||||
<h3>20-Hour Consulting Pack (Prepaid Discount)</h3>
|
||||
<p>For larger initiatives. This is a prepaid discount service—buy 20 hours at a time to save on per-hour rates. Adjust quantity to add multiple packs. Pricing and taxes are shown on Stripe at checkout.</p>
|
||||
<ul class="pricing-features">
|
||||
<li>Architecture and implementation guidance</li>
|
||||
<li>Async research between sessions as needed</li>
|
||||
<li>Weekly summary with clear next steps</li>
|
||||
</ul>
|
||||
<h3>20-Hour Pack (Prepaid Discount)</h3>
|
||||
<p>Buy 20 hours at a time to save on per-hour rates. Pricing and taxes shown at checkout.</p>
|
||||
<div class="cta-row">
|
||||
<a class="btn-consulting" href="https://buy.stripe.com/3cI4gybxh3WI8H27ox4ko0J" target="_blank" rel="nofollow noopener">Buy 20-Hour Pack</a>
|
||||
</div>
|
||||
|
|
@ -99,13 +96,7 @@
|
|||
|
||||
<div class="pricing-card">
|
||||
<h3>AI Consultation (1 Hour)</h3>
|
||||
<p>Get expert guidance on AI-enabled products and workflows. We offer AI risk assessments and help with bespoke AI toolbuilding. Building AI tooling that ensures you have xray vision into the things you need done in your segment of the world—we want to help you realise your <span id="current-year"></span> cyborg potential.</p>
|
||||
<ul class="pricing-features">
|
||||
<li>AI risk assessments and vulnerability audits</li>
|
||||
<li>Bespoke AI toolbuilding for your specific needs</li>
|
||||
<li>Feasibility studies, vendor proposal audits, and risk/ROI assessments</li>
|
||||
<li>Architecture, prompt/system design, and automation mapping</li>
|
||||
</ul>
|
||||
<p>AI risk assessments, bespoke toolbuilding, feasibility studies, and architecture guidance.</p>
|
||||
<div class="cta-row">
|
||||
<a class="btn-consulting" href="https://buy.stripe.com/8x29ASgRB3WI8H26kt4ko0N" target="_blank" rel="nofollow noopener">Book AI Consultation</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue