diff --git a/imprint.html b/imprint.html index 7030d64..63f1165 100644 --- a/imprint.html +++ b/imprint.html @@ -26,7 +26,7 @@ width: 100vw; height: 100vh; margin: 0; - background-color: #fafaf3; + background-color: #fafaf7; } .main { max-width: 600px; diff --git a/index.html b/index.html index 3aec46a..9808b62 100644 --- a/index.html +++ b/index.html @@ -36,10 +36,10 @@ width: 100vw; height: 100vh; margin: 0; - background-color: #fafaf3; + background-color: #fafaf7; } .main { - max-width: 750px; + max-width: 800px; padding: 2em; margin: auto; padding-top: 1em; @@ -48,6 +48,9 @@ font-size: 28px; font-weight: 400; } + .main h1 i { + color: #444; + } .main summary { font-size: 22px; font-weight: 400; @@ -60,9 +63,21 @@ } .main ul { margin-top: 0.1em; + list-style: none; + padding: 0; + margin: 0 0 0.9rem; } - .main li { - list-style: circle; + .main ul li { + position: relative; + padding-left: 1.1rem; + margin-bottom: 0.35rem; + } + .main ul li::before { + content: "·"; + position: absolute; + left: 0.3rem; + top: -0.05em; + color: #444; } .broken-up { display: flex; @@ -70,8 +85,11 @@ padding: 0; } .broken-up li { - list-style: none; - padding-right: 1.5em; + padding-right: 1em; + } + .broken-up li::before { + content: none !important; + margin: none !important; } .definition { border-left: 3px solid lightgrey; @@ -94,9 +112,11 @@ } .definition .pos { font-style: italic; + color: #444; } .definition .addendum { font-size: 16px; + color: #444; } .definition .description { text-align: justify; @@ -140,7 +160,7 @@
-

Veit Heller—Technologist at Large

+

Veit Heller—Technologist at Large

- Nice to meet you! I’m Veit, a programmer from Erlangen and a technologist - at large. + Nice to meet you! I’m Veit, an independent technologist in Erlangen. I help + companies, investors, and technical teams understand, build, secure, and + assess complex software systems.

Talk to me

@@ -184,9 +205,9 @@

I’m also working on application and infrastructure security and code - for various AI companies as well as help automate networks and do the - occasional due diligence project. It’s a lot all at once, but I - wouldn’t have it any other way. + for various AI companies as well as help automate networks and support + due diligence work. It’s a lot all at once, but I wouldn’t have it any + other way.

@@ -196,32 +217,27 @@ examples of work I could do for you:

    -
  • - Help you figure out what technologies are well-suited for your - project, and create an actionable roadmap. -
  • -
  • - Design and architect software services, and help your team build - them. -
  • -
  • - Prototype a new idea or extension of your business, and meticulously - document the process and assumptions along the way so you can take - over painlessly. -
  • -
  • - Mentor developers and lead by example through honest and kind - review and code to build on top of. -
  • +
  • Technical due diligence: assess architecture, risks, security + posture, team and process maturity, and technical debt.
  • +
  • Security, ISMS & SSDLC: help both with hands-on application + security and shape security processes that are both practical and hold + up in audits.
  • +
  • Network automation: help ISPs, IXPs, and data center + providers automate their network deployment from source of truth to + device.
  • +
  • LLM and developer tooling: build practical workflows, internal + tools, DX systems, evaluation, and integration.
  • +
  • Interim technical leadership: support companies, founders, + and teams navigate challenging times while keeping an eye on the + product and technical direction.

I have worked with a wide array of technologies and companies and - consider myself a generalist. Of course, this also means that I’m not - an expert in any one field—the best way to know whether I’m the right + consider myself a generalist—the best way to know whether I’m the right person for your project is to ask me.

- My ultimate goal is always to make myself replacable. I want you to be + My ultimate goal is always to make myself replaceable. I want you to be able to take over control whenever you think the right time has come—ideally we find a moment together—, and I want you to be able to pick up work exactly where I stopped. I don’t want you to become @@ -271,7 +287,7 @@

  • Half-day workshop (2–4h): 2,500€–3,000€
  • Full-day workshop (6–8h): 4,200€–4,800€
  • Prep and post is included
  • -
  • Remote incurs a 20% discount
  • +
  • Remote workshops receive a 20% discount
  • Custom workshops are available; tell me your team’s goals and I’ll @@ -287,12 +303,12 @@

    How you can contact me

    - I love to hear from any- and everyone who wants to share something + I love to hear from anyone who wants to share something with me, especially if I can help you in any way!

    If you have any questions, comments, or want me to help your product - succeed reach out to me. My + succeed: reach out to me. My PGP key is available on this server.

    diff --git a/talks.html b/talks.html index ae96779..935d2b8 100644 --- a/talks.html +++ b/talks.html @@ -37,7 +37,7 @@ width: 100vw; height: 100vh; margin: 0; - background-color: #fafaf3; + background-color: #fafaf7; } .main { max-width: 800px;