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">
|
<meta name="description" content="Colin Knapp - Private Consulting Packs">
|
||||||
<title>Consulting Packs (Private) - Colin Knapp</title>
|
<title>Consulting Packs (Private) - Colin Knapp</title>
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<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="theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4="></script>
|
||||||
<script src="includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA="></script>
|
<script src="includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA="></script>
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -78,6 +78,8 @@
|
||||||
<div class="intro-section">
|
<div class="intro-section">
|
||||||
<h1>Consulting Packs</h1>
|
<h1>Consulting Packs</h1>
|
||||||
<p>This page is unlisted. For specialized work only.</p>
|
<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>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
@ -85,13 +87,8 @@
|
||||||
<section class="pricing-section">
|
<section class="pricing-section">
|
||||||
<div class="pricing-grid">
|
<div class="pricing-grid">
|
||||||
<div class="pricing-card">
|
<div class="pricing-card">
|
||||||
<h3>20-Hour Consulting Pack (Prepaid Discount)</h3>
|
<h3>20-Hour 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>
|
<p>Buy 20 hours at a time to save on per-hour rates. Pricing and taxes shown 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>
|
|
||||||
<div class="cta-row">
|
<div class="cta-row">
|
||||||
<a class="btn-consulting" href="https://buy.stripe.com/3cI4gybxh3WI8H27ox4ko0J" target="_blank" rel="nofollow noopener">Buy 20-Hour Pack</a>
|
<a class="btn-consulting" href="https://buy.stripe.com/3cI4gybxh3WI8H27ox4ko0J" target="_blank" rel="nofollow noopener">Buy 20-Hour Pack</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -99,13 +96,7 @@
|
||||||
|
|
||||||
<div class="pricing-card">
|
<div class="pricing-card">
|
||||||
<h3>AI Consultation (1 Hour)</h3>
|
<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>
|
<p>AI risk assessments, bespoke toolbuilding, feasibility studies, and architecture guidance.</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>
|
|
||||||
<div class="cta-row">
|
<div class="cta-row">
|
||||||
<a class="btn-consulting" href="https://buy.stripe.com/8x29ASgRB3WI8H26kt4ko0N" target="_blank" rel="nofollow noopener">Book AI Consultation</a>
|
<a class="btn-consulting" href="https://buy.stripe.com/8x29ASgRB3WI8H26kt4ko0N" target="_blank" rel="nofollow noopener">Book AI Consultation</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue