Skip to content

Commit

Permalink
Update address in imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
grekko committed Aug 17, 2022
1 parent c4db0a3 commit 019d3a3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/imprint-and-data-privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<h2>Imprint / Impressum</h2>
<ul class="list-reset">
<li>Gregory Igelmund</li>
<li>Nußbaumerstraße 39b, 50823 Cologne, Germany</li>
<li>Schwerinstraße 39b, 50823 Cologne, Germany</li>
<li>USt-ID: DE302399733</li>
</ul>

Expand Down
8 changes: 4 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/posts/2017-01-18-css-em-vs-rem.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h1>REM vs. EM</h1>
</code></pre>
<p>With the following CSS:</p>
<pre class="language-css"><code class="language-css"><span class="token selector">html</span> <span class="token punctuation">{</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 100%<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* assuming 100% == 16px */</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 100%<span class="token punctuation">;</span> <span class="token comment">/* assuming 100% == 16px */</span>
<span class="token punctuation">}</span>

<span class="token selector">h1</span> <span class="token punctuation">{</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 2rem<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1rem == 16px =&gt; 32px */</span>
<span class="token property">line-height</span><span class="token punctuation">:</span> 1em<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1em refers to current font-size (32px) =&gt; 32px */</span>
<span class="token property">padding-bottom</span><span class="token punctuation">:</span> 1rem<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1rem == 16px =&gt; 16px */</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 2rem<span class="token punctuation">;</span> <span class="token comment">/* 1rem == 16px =&gt; 32px */</span>
<span class="token property">line-height</span><span class="token punctuation">:</span> 1em<span class="token punctuation">;</span> <span class="token comment">/* 1em refers to current font-size (32px) =&gt; 32px */</span>
<span class="token property">padding-bottom</span><span class="token punctuation">:</span> 1rem<span class="token punctuation">;</span> <span class="token comment">/* 1rem == 16px =&gt; 16px */</span>
<span class="token punctuation">}</span>
</code></pre>
<p>Understanding the impact took me some time and I just finally <code>got it</code> when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 id="day-4-5">Day 4 &amp; 5</h3>
several problematic keys and key-combinations which I am still struggling with a lot.</p>
<p><img src="/images/posts/kap-day4-5.png" alt="Words per Minute on day 4 &amp; 5"></p>
<p>The most problematic keys are the parentheses (<code>[</code>, <code>{</code>, <code>&lt;</code> …) other special chars
e.g. the pipe <code>|</code>, the backtick <code>\`` and tilde</code>~` which I actually use pretty
e.g. the pipe <code>|</code>, the backtick <code>\`</code> and tilde <code>~</code> which I actually use pretty
frequently. Many of those mentioned keys are only reachable with the pinky or
ring finger. I don&#39;t know if this is just a matter of proper training. Let&#39;s see.</p>
<p>Otherwise most of my keyboard mappings seem to somehow be persisted into my brain.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/imprint-and-data-privacy.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h2>Imprint / Impressum</h2>
<ul class="list-reset">
<li>Gregory Igelmund</li>
<li>Nußbaumerstraße 39b, 50823 Cologne, Germany</li>
<li>Schwerinstraße 39b, 50823 Cologne, Germany</li>
<li>USt-ID: DE302399733</li>
</ul>

Expand Down

0 comments on commit 019d3a3

Please sign in to comment.