copy: update; style: use details
This commit is contained in:
175
index.html
175
index.html
@@ -32,16 +32,10 @@
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.main h2 {
|
||||
.main summary {
|
||||
font-size: 22px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.main h2:before {
|
||||
content: "∧";
|
||||
margin-right: 0.5em;
|
||||
font-size: 1.5rem;
|
||||
color: lightgrey;
|
||||
}
|
||||
.main a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
@@ -134,80 +128,99 @@
|
||||
<a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>.
|
||||
</p>
|
||||
</div>
|
||||
<h2>What I am doing right now</h2>
|
||||
<p>
|
||||
I’m 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>
|
||||
<h2>What I can do for you</h2>
|
||||
<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 building.
|
||||
</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 I’m not
|
||||
an expert in any one field—the best way to know whether I’m the right
|
||||
person for your project is to ask me.
|
||||
</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 you’re
|
||||
especially curious.
|
||||
</p>
|
||||
<h2>What I charge</h2>
|
||||
<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>
|
||||
<h2>How you can contact me</h2>
|
||||
<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
|
||||
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>!
|
||||
<details>
|
||||
<summary>What I am doing right now</summary>
|
||||
<p>
|
||||
I’m 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 I’m not
|
||||
an expert in any one field—the best way to know whether I’m 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 don’t 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
|
||||
you’re 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>
|
||||
|
Reference in New Issue
Block a user