add feedback from meredith

This commit is contained in:
2019-08-22 14:18:18 +02:00
parent deb4f7dbc2
commit a5f10c3d56

View File

@@ -24,7 +24,6 @@
.main { .main {
max-width: 600px; max-width: 600px;
padding: 2em; padding: 2em;
text-align: justify;
margin: auto; margin: auto;
padding-top: 1em; padding-top: 1em;
} }
@@ -50,11 +49,11 @@
.broken-up { .broken-up {
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-between;
padding: 0; padding: 0;
} }
.broken-up li { .broken-up li {
list-style: none; list-style: none;
padding-right: 1.5em;
} }
.definition { .definition {
border-left: 3px solid lightgrey; border-left: 3px solid lightgrey;
@@ -81,6 +80,9 @@
.definition .addendum { .definition .addendum {
font-size: 16px; font-size: 16px;
} }
.definition .description {
text-align: justify;
}
@media(max-width: 700px) { @media(max-width: 700px) {
.broken-up { .broken-up {
display: block; display: block;
@@ -107,8 +109,8 @@
<li><a href="https://blog.veitheller.de">Blog</a></li> <li><a href="https://blog.veitheller.de">Blog</a></li>
</ul> </ul>
<p> <p>
Nice to meet you! Im Veit, a programmer from Berlin, and Im a Nice to meet you! Im Veit, a programmer from Berlin and a technologist
technologist at large. at large.
</p> </p>
<div class="definition"> <div class="definition">
<p class="summary"> <p class="summary">
@@ -141,22 +143,24 @@
<summary>What I can do for you</summary> <summary>What I can do for you</summary>
<p> <p>
I am available for consulting work. Here are a few examples of I am available for consulting work. Here are a few examples of
things that I could do for you: work I could do for you:
</p> </p>
<ul> <ul>
<li> <li>
Help you figure out what technologies are well-suited for your Help you figure out what technologies are well-suited for your
project, and a roadmap that makes sense for you. project, and create an actionable roadmap.
</li> </li>
<li> <li>
Design and architect services, and help your team build it. Design and architect software services, and help your team build
them.
</li> </li>
<li> <li>
Prototype a new idea, documenting the process and assumptions along Prototype a new idea or extension of your business, and meticulously
the way meticulously so you can take over without pain. document the process and assumptions along the way so you can take
over painlessly.
</li> </li>
<li> <li>
Mentor developers and lead by example, through honest and kind Mentor developers and lead by example through honest and kind
review and code to build on top of. review and code to build on top of.
</li> </li>
</ul> </ul>
@@ -170,8 +174,8 @@
My ultimate goal is always to make myself replacable. I want you to be 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 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 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 pick up work exactly where I stopped. I dont want you to become
depend on me, and neither do you. dependent on me, and neither do you.
</p> </p>
<p> <p>
You can also take a look at my <a href="/static/resume.pdf">résumé</a> You can also take a look at my <a href="/static/resume.pdf">résumé</a>
@@ -182,8 +186,7 @@
<details> <details>
<summary>What I charge</summary> <summary>What I charge</summary>
<p> <p>
My rates are fixed and follow a simple, yet beautiful—at least in my My rates are fixed and follow a simple, but beautiful scheme:
eyes—scheme:
</p> </p>
<ul> <ul>
<li> <li>
@@ -192,7 +195,9 @@
</li> </li>
<li> <li>
If your product is open source, I charge 800€ per day, 100€ of which If your product is open source, I charge 800€ per day, 100€ of which
will be donated to a charitable organization of my choice. will be donated to a charitable organization of my choice. If you want
to know which organizations I support and why, check out
<a href="">my blog post about it</a>!
</li> </li>
</ul> </ul>
<p> <p>
@@ -205,18 +210,17 @@
<summary>How you can contact me</summary> <summary>How you can contact me</summary>
<p> <p>
I love to hear from any- and everyone who wants to share something 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! with me, especially if I can help you in any way!
</p> </p>
<p> <p>
If you have any questions, comments, or want me to help your product 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 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 PGP key is available <a href="/static/key/pubkey.asc">on this
server</a>. server</a>.
</p> </p>
<p> <p>
Of course you can also contact me if you just want to have a chat! To Of course, you can also contact me just to chat! To understand what I
understand what I can help you with and what I especially like hearing can help you with and what Im particularly interested in, check out
about, check out
<a href="https://blog.veitheller.de/open_invite.html">my open <a href="https://blog.veitheller.de/open_invite.html">my open
invitation</a>! invitation</a>!
</p> </p>