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-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,16 +128,20 @@
<a href="https://www.merriam-webster.com/dictionary/freelancer">Freelancer</a>.
</p>
</div>
<h2>What I am doing right now</h2>
<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.
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>
</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:
I am available for consulting work. Here are a few examples of
things that I could do for you:
</p>
<ul>
<li>
@@ -158,8 +156,8 @@
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.
Mentor developers and lead by example, through honest and kind
review and code to build on top of.
</li>
</ul>
<p>
@@ -169,11 +167,20 @@
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 youre
especially curious.
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>
<h2>What I charge</h2>
<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:
@@ -193,21 +200,27 @@
product qualifies as “open source”,
<a href="mailto:veit@veitheller.de">contact me</a>!
</p>
<h2>How you can contact me</h2>
</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!
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>.
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>!
about, check out
<a href="https://blog.veitheller.de/open_invite.html">my open
invitation</a>!
</p>
</details>
</div>
</body>
</html>