Files
at-large/index.html

227 lines
7.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Veit Heller—Technologist at Large">
<meta name="author" content="Veit Heller">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<style>
@font-face {
font-family: 'charterregular';
src: url('charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'charterregular', Georgia, serif;
font-size: 18px;
width: 100vw;
height: 100vh;
margin: 0;
background-color: #fafaf3;
}
.main {
max-width: 600px;
padding: 2em;
text-align: justify;
margin: auto;
padding-top: 1em;
}
.main h1 {
font-size: 28px;
font-weight: 400;
}
.main summary {
font-size: 22px;
font-weight: 400;
}
.main a {
color: #000;
text-decoration: none;
border-bottom: 2px solid #d6dde3;
}
.main ul {
margin-top: 0.1em;
}
.main li {
list-style: circle;
}
.broken-up {
display: flex;
width: 100%;
justify-content: space-between;
padding: 0;
}
.broken-up li {
list-style: none;
}
.definition {
border-left: 3px solid lightgrey;
padding-left: 0.5em;
margin-left: 0.5em;
}
.definition .summary {
font-size: 20px;
text-align: left;
}
.definition .summary .word {
font-size: 20px;
border-bottom: 2px dotted lightgrey;
}
.definition .pronounciation {
font-size: 18px;
margin-left: 1em;
color: #444;
display: inline-block;
}
.definition .pos {
font-style: italic;
}
.definition .addendum {
font-size: 16px;
}
@media(max-width: 700px) {
.broken-up {
display: block;
}
.broken-up li {
list-style: circle;
}
.main h1 {
font-size: 20px;
}
.main ul {
padding: 0;
}
}
</style>
<title>Veit Heller—Technologist at Large</title>
</head>
<body lang="en">
<div class="main">
<h1>Veit Heller—Technologist at Large</h1>
<ul class="broken-up">
<li><a href="mailto:veit@veitheller.de">Email</a></li>
<li><a href="https://github.com/hellerve">Github</a></li>
<li><a href="https://blog.veitheller.de">Blog</a></li>
</ul>
<p>
Nice to meet you! Im Veit, a programmer from Berlin, and Im a
technologist at large.
</p>
<div class="definition">
<p class="summary">
<span class="word">Technologist at large</span>
<span class="pronounciation">[tek-ˈnä-lə-jist ət ˈlärj]</span>
</p>
<p class="pos">
<span>noun</span>
</p>
<p class="description">
one who is able to design, conceptualize, build, shape, or in any
other way influence computer systems, not bound to any particular
employer.
</p>
<p class="addendum">
See also: <a href="https://www.merriam-webster.com/dictionary/contractor">Contractor</a>,
<a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>.
</p>
</div>
<details>
<summary>What I am doing right now</summary>
<p>
Im currently in Berlin, Germany, thinking about tooling in static
languages (specifically
<a href="//github.com/carp-lang/carp">Carp</a>), and prototyping
ideas around that.
</p>
</details>
<details>
<summary>What I can do for you</summary>
<p>
I am available for consulting work. Here are a few examples of
things that I could do for you:
</p>
<ul>
<li>
Help you figure out what technologies are well-suited for your
project, and a roadmap that makes sense for you.
</li>
<li>
Design and architect services, and help your team build it.
</li>
<li>
Prototype a new idea, documenting the process and assumptions along
the way meticulously so you can take over without pain.
</li>
<li>
Mentor developers and lead by example, through honest and kind
review and code to build on top of.
</li>
</ul>
<p>
I have worked with a wide array of technologies and companies and
consider myself a generalist. Of course, this also means that Im not
an expert in any one field—the best way to know whether Im the right
person for your project is to ask me.
</p>
<p>
My ultimate goal is always to make myself replacable. 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
continue work exactly where I stopped. I dont want you to need to
depend on me, and neither do you.
</p>
<p>
You can also take a look at my <a href="/static/resume.pdf">résumé</a>
or my <a href="https://github.com/hellerve">Github profile</a> if
youre especially curious.
</p>
</details>
<details>
<summary>What I charge</summary>
<p>
My rates are fixed and follow a simple, yet beautiful—at least in my
eyes—scheme:
</p>
<ul>
<li>
If your product is a closed source, proprietary solution, I charge
1,000€ per day.
</li>
<li>
If your product is open source, I charge 800€ per day, 100€ of which
will be donated to a charitable organization of my choice.
</li>
</ul>
<p>
If you have any questions about my rates or are unsure whether your
product qualifies as “open source”,
<a href="mailto:veit@veitheller.de">contact me</a>!
</p>
</details>
<details>
<summary>How you can contact me</summary>
<p>
I love to hear from any- and everyone who wants to share something
with me, and doubly so if I can help you in any way!
</p>
<p>
If you have any questions, comments, or want me to help your product
succeed <a href="mailto:veit@veitheller.de">reach out to me</a>! My
PGP key is available <a href="/static/key/pubkey.asc">on this
server</a>.
</p>
<p>
Of course you can also contact me if you just want to have a chat! To
understand what I can help you with and what I especially like hearing
about, check out
<a href="https://blog.veitheller.de/open_invite.html">my open
invitation</a>!
</p>
</details>
</div>
</body>
</html>