copy: update; style: use details

This commit is contained in:
2019-08-15 11:45:14 +02:00
parent 38c7284544
commit deb4f7dbc2

View File

@@ -32,16 +32,10 @@
font-size: 28px; font-size: 28px;
font-weight: 400; font-weight: 400;
} }
.main h2 { .main summary {
font-size: 22px; font-size: 22px;
font-weight: 400; font-weight: 400;
} }
.main h2:before {
content: "∧";
margin-right: 0.5em;
font-size: 1.5rem;
color: lightgrey;
}
.main a { .main a {
color: #000; color: #000;
text-decoration: none; text-decoration: none;
@@ -134,80 +128,99 @@
<a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>. <a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>.
</p> </p>
</div> </div>
<h2>What I am doing right now</h2> <details>
<p> <summary>What I am doing right now</summary>
Im currently in Berlin, Germany, thinking about tooling in static <p>
languages (specifically <a href="//github.com/carp-lang/carp">Carp</a>), Im currently in Berlin, Germany, thinking about tooling in static
and prototyping ideas around that. languages (specifically
</p> <a href="//github.com/carp-lang/carp">Carp</a>), and prototyping
<h2>What I can do for you</h2> ideas around that.
<p> </p>
I am available for consulting work. Here are a few examples of things </details>
that I could do for you: <details>
</p> <summary>What I can do for you</summary>
<ul> <p>
<li> I am available for consulting work. Here are a few examples of
Help you figure out what technologies are well-suited for your things that I could do for you:
project, and a roadmap that makes sense for you. </p>
</li> <ul>
<li> <li>
Design and architect services, and help your team build it. Help you figure out what technologies are well-suited for your
</li> project, and a roadmap that makes sense for you.
<li> </li>
Prototype a new idea, documenting the process and assumptions along <li>
the way meticulously so you can take over without pain. Design and architect services, and help your team build it.
</li> </li>
<li> <li>
Mentor developers and lead by example, through honest and kind review Prototype a new idea, documenting the process and assumptions along
and building. the way meticulously so you can take over without pain.
</li> </li>
</ul> <li>
<p> Mentor developers and lead by example, through honest and kind
I have worked with a wide array of technologies and companies and review and code to build on top of.
consider myself a generalist. Of course, this also means that Im not </li>
an expert in any one field—the best way to know whether Im the right </ul>
person for your project is to ask me. <p>
</p> I have worked with a wide array of technologies and companies and
<p> consider myself a generalist. Of course, this also means that Im not
You can also take a look at my <a href="/static/resume.pdf">résumé</a> an expert in any one field—the best way to know whether Im the right
or my <a href="https://github.com/hellerve">Github profile</a> if youre person for your project is to ask me.
especially curious. </p>
</p> <p>
<h2>What I charge</h2> My ultimate goal is always to make myself replacable. I want you to be
<p> able to take over control whenever you think the right time has
My rates are fixed and follow a simple, yet beautiful—at least in my come—ideally we find a moment together—, and I want you to be able to
eyes—scheme: continue work exactly where I stopped. I dont want you to need to
</p> depend on me, and neither do you.
<ul> </p>
<li> <p>
If your product is a closed source, proprietary solution, I charge You can also take a look at my <a href="/static/resume.pdf">résumé</a>
1,000€ per day. or my <a href="https://github.com/hellerve">Github profile</a> if
</li> youre especially curious.
<li> </p>
If your product is open source, I charge 800€ per day, 100€ of which </details>
will be donated to a charitable organization of my choice. <details>
</li> <summary>What I charge</summary>
</ul> <p>
<p> My rates are fixed and follow a simple, yet beautiful—at least in my
If you have any questions about my rates or are unsure whether your eyes—scheme:
product qualifies as “open source”, </p>
<a href="mailto:veit@veitheller.de">contact me</a>! <ul>
</p> <li>
<h2>How you can contact me</h2> If your product is a closed source, proprietary solution, I charge
<p> 1,000€ per day.
I love to hear from any- and everyone who wants to share something with </li>
me, and doubly so if I can help you in any way! <li>
</p> If your product is open source, I charge 800€ per day, 100€ of which
<p> will be donated to a charitable organization of my choice.
If you have any questions, comments, or want me to help your product </li>
succeed <a href="mailto:veit@veitheller.de">reach out to me</a>! My PGP </ul>
is available <a href="/static/key/pubkey.asc">on this server</a>. <p>
</p> If you have any questions about my rates or are unsure whether your
<p> product qualifies as “open source”,
Of course you can also contact me if you just want to have a chat! To <a href="mailto:veit@veitheller.de">contact me</a>!
understand what I can help you with and what I especially like hearing </p>
about, check out <a href="https://blog.veitheller.de/open_invite.html"> </details>
my open invitation</a>! <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> </div>
</body> </body>
</html> </html>