timkicker 1 year ago
parent
commit
7172934002
  1. 4
      About/index.html
  2. 2
      faq/index.html
  3. 1
      index.html

4
About/index.html

@ -221,8 +221,8 @@
</div>
<p>Hi! </p>
<p>My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics which I can’t stop talking about. </p>
<p>And since I find it difficult to describe myself in sentences, I’ll just throw some buzzwords together</p>
<p>My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics that I can’t stop talking about. </p>
<p>And since I find it difficult to describe myself in sentences, I’ll just throw some buzzwords together:</p>
<pre class="line-numbers language-csharp" data-language="csharp"><code class="language-csharp"><span class="token class-name"><span class="token keyword">var</span></span> tK <span class="token operator">=</span> <span class="token keyword">new</span> <span class="token constructor-invocation class-name">Person</span><span class="token punctuation">(</span><span class="token string">"Tim"</span><span class="token punctuation">,</span><span class="token string">"Kicker"</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
tK<span class="token punctuation">.</span>State <span class="token operator">=</span> <span class="token string">"Austria"</span><span class="token punctuation">;</span>

2
faq/index.html

@ -217,7 +217,7 @@
<h2>Frequently asked questions</h2>
<h4 id="What-is-your-blog-all-about"><a href="#What-is-your-blog-all-about" class="headerlink" title="What is your blog all about?"></a>What is your blog all about?</h4><p>The purpose of this website is to give you a small overview about my projects, interests and opinions.</p>
<h4 id="How-can-I-contact-the-author-administrator-of-the-blog"><a href="#How-can-I-contact-the-author-administrator-of-the-blog" class="headerlink" title="How can I contact the author&#x2F;administrator of the blog?"></a>How can I contact the author&#x2F;administrator of the blog?</h4><p>Mail: <a href="mailto:&#116;&#x69;&#x6d;&#x2e;&#107;&#105;&#x63;&#107;&#101;&#x72;&#64;&#112;&#x72;&#111;&#x74;&#x6f;&#x6e;&#109;&#97;&#x69;&#108;&#46;&#99;&#x6f;&#109;">&#116;&#x69;&#x6d;&#x2e;&#107;&#105;&#x63;&#107;&#101;&#x72;&#64;&#112;&#x72;&#111;&#x74;&#x6f;&#x6e;&#109;&#97;&#x69;&#108;&#46;&#99;&#x6f;&#109;</a></p>
<h4 id="How-can-I-contact-the-author-administrator-of-the-blog"><a href="#How-can-I-contact-the-author-administrator-of-the-blog" class="headerlink" title="How can I contact the author&#x2F;administrator of the blog?"></a>How can I contact the author&#x2F;administrator of the blog?</h4><p>Mail: <a href="mailto:&#x74;&#x69;&#x6d;&#x2e;&#107;&#105;&#99;&#107;&#101;&#x72;&#64;&#x70;&#114;&#111;&#116;&#111;&#x6e;&#x6d;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#x6d;">&#x74;&#x69;&#x6d;&#x2e;&#107;&#105;&#99;&#107;&#101;&#x72;&#64;&#x70;&#114;&#111;&#116;&#111;&#x6e;&#x6d;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#x6d;</a></p>
<p>Twitter: <a target="_blank" rel="noopener" href="https://twitter.com/timjkicker/">@timjkicker</a></p>
<p>LinkedIn: <a target="_blank" rel="noopener" href="https://www.linkedin.com/in/tim-kicker/">https://www.linkedin.com/in/tim-kicker/</a> </p>
<h4 id="Are-the-articles-on-this-blog-written-by-a-single-author-or-multiple-contributors"><a href="#Are-the-articles-on-this-blog-written-by-a-single-author-or-multiple-contributors" class="headerlink" title="Are the articles on this blog written by a single author or multiple contributors?"></a>Are the articles on this blog written by a single author or multiple contributors?</h4><p>At the time of writing, all blogs were completely done by myself.</p>

1
index.html

@ -220,6 +220,7 @@
<h2 class="mb-2">I am Tim J. Kicker</h2>
<p>A student and developer from Austria 🇦🇹</p>
<p>The purpose of this website is to give you a small overview about my projects, interests and opinions.</p>
<p>Please note that this is the modern version of my blog. If you want to view my stuff without JS (and a little more retro-looking), you may want to take a look at the <a target="_blank" rel="noopener" href="https://blog.kicker.dev">alternative frontend</a>.</p>
</div>
</div>

Loading…
Cancel
Save