add talks pricing
This commit is contained in:
28
index.html
28
index.html
@@ -227,9 +227,33 @@
|
||||
<p>
|
||||
My workday has eight hours and I charge by the hour.
|
||||
</p>
|
||||
<h4>Talks & Workshops</h4>
|
||||
<p>I enjoy <a href="/talks.html">giving talks</a> and workshops.</p>
|
||||
<p>Workshop topics I can cover include:</p>
|
||||
<ul>
|
||||
<li><a href="https://blog.veitheller.de/Threat_Modeling_For_the_Rest_of_Us.html">Threat modelling</a></li>
|
||||
<li>ISMS and <a href="https://blog.veitheller.de/Simple_SSDLCs.html">SSDLC</a></li>
|
||||
<li><a href="https://blog.veitheller.de/What_good_looks_like_in_a_data_room.html">Funding and buyer readiness</a></li>
|
||||
<li>DX and tooling</li>
|
||||
</ul>
|
||||
<p>My rates are as follows:</p>
|
||||
<ul>
|
||||
<li>Community events: travel-only (free if remote)</li>
|
||||
<li>Corporate talks (45–60 min): 1,900€–2,400€</li>
|
||||
<li>Corporate talks (75–90 min): 2,400€-2,800€</li>
|
||||
<li>Half-day workshop (2–4h): 2,0400€–2,000€</li>
|
||||
<li>Full-day workshop (6–8h): 4,200€–4,800€</li>
|
||||
<li>Prep and post is included</li>
|
||||
<li>Remote incurs a 20% discount</li>
|
||||
</ul>
|
||||
<p>
|
||||
If you have any questions about my rates or are unsure whether your
|
||||
product qualifies as “open source”,
|
||||
Custom workshops are available; tell me your team’s goals and I’ll
|
||||
tell you if I can help you.
|
||||
</p>
|
||||
<p>
|
||||
If you have any questions about my rates, are unsure whether your
|
||||
product qualifies as “open source”, or want to know more about the
|
||||
kind of talks and workshops I offer,
|
||||
<a href="mailto:veit@veitheller.de">contact me</a>!
|
||||
</p>
|
||||
</details>
|
||||
|
44
talks.html
44
talks.html
@@ -71,9 +71,49 @@
|
||||
</head>
|
||||
<body>
|
||||
<main class="main">
|
||||
<h1>Selected Talks & Publications</h1>
|
||||
<h1>Workshops, Talks, Publications</h1>
|
||||
|
||||
<p>Occasionally, I speak and write about systems of all shapes and sizes. Here are some of the works I’m happy with.</p>
|
||||
<h2>Bookable Talks & Workshops</h2>
|
||||
|
||||
<p>Talks & Workshops you can book.</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h3>Practical threat modelling for engineering teams</h3>
|
||||
<p>Lightweight, repeatable threat modelling you can actually run in sprint cadence. We cut jargon, pick a fit-for-purpose method, and get to work quickly. <a href="https://blog.veitheller.de/Threat_Modeling_For_the_Rest_of_Us.html">Read about it here.</a></p>
|
||||
<ul>
|
||||
<li><strong>Takeaways:</strong> initial model (only for workshops), playbook, templates, 30-day plan to make it stick.</li>
|
||||
<li><strong>Formats:</strong> 45–90min talk, ~3h half-day (guided exercise), 6–8h full-day (hands-on)</li>
|
||||
</ul>
|
||||
<p><a href="mailto:veit@veitheller.de?subject=threat modelling workshop inquiry">Book this workshop</a></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h3>ISMS & SSDLC that you can work with</h3>
|
||||
<p>Let’s turn “we should do security” into a minimal ISMS and an SSDLC that actually holds up in practice. We map controls to your workflows (code, CI/CD, infra) and prove it with artifacts. <a href="https://blog.veitheller.de/Simple_SSDLCs.html">Read about it here.</a></p>
|
||||
<ul>
|
||||
<li><strong>Takeaways:</strong> control set, CI/CD hooks for evidence (workshop only), audit-ready checklists.</li>
|
||||
<li><strong>Formats:</strong> 45–90min talk, ~3h half-day, 6–8h full-day (hands-on)</li>
|
||||
</ul>
|
||||
<p><a href="mailto:veit@veitheller.de?subject=isms and ssdlc workshop inquiry">Book this workshop</a></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h3>Funding & buyer readiness</h3>
|
||||
<p>What VCs, acquirers, and enterprise buyers actually check, and how to be ready to answer. Architecture narrative, risk posture, and processes that actually give you something in return. <a href="https://blog.veitheller.de/What_good_looks_like_in_a_data_room.html">Read about it here.</a></p>
|
||||
<ul>
|
||||
<li><strong>Takeaways:</strong> a DD checklist, a clean architecture one-pager, a 30-day prep plan including process refinements (workshop only).</li>
|
||||
<li><strong>Formats:</strong> 45–90min talk, ~3h workshop, 6-8h full-day (hands on)</li>
|
||||
</ul>
|
||||
<p><a href="mailto:veit@veitheller.de?subject=funding and buyer readiness workshop inquiry">Book this workshop</a></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<p>Custom workshops are available; tell me your team’s goals and I’ll tell you if I can help you.</p>
|
||||
|
||||
<h2>Selected Talks & Publications</h2>
|
||||
|
||||
<p>I speak and write about systems of all shapes and sizes. Here are some of the works I’m happy with.</p>
|
||||
|
||||
<section>
|
||||
<h2>Talks</h2>
|
||||
|
Reference in New Issue
Block a user