chore: downgrade section headers from h1 to h2 and add HTML/CSS to language list
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
</div>
|
||||
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<h2 class="hero ui icon header">
|
||||
C Development
|
||||
</h1>
|
||||
</h2>
|
||||
<p class="large">
|
||||
With C I mostly reinvent to wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to to write nginx-grade webservers with webdav support. I also have experience in writing Redis quality key-value stores. Projects made:
|
||||
<li>HTTP(S) Server with support for reverse proxy and load balancing</li>
|
||||
@@ -36,9 +36,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<h2 class="hero ui icon header">
|
||||
Python development
|
||||
</h1>
|
||||
</h2>
|
||||
<p class="large">
|
||||
Python is my goto language for software development.
|
||||
Technologies I prefer to work with but not limited to are:
|
||||
@@ -52,9 +52,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<h2 class="hero ui icon header">
|
||||
Databases
|
||||
</h1>
|
||||
</h2>
|
||||
<p class="large">
|
||||
I have experience with:
|
||||
<ul>
|
||||
@@ -68,9 +68,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<h2 class="hero ui icon header">
|
||||
Other languages
|
||||
</h1>
|
||||
</h2>
|
||||
<p class="large">
|
||||
I have professional experience with:
|
||||
<ul>
|
||||
@@ -85,6 +85,8 @@
|
||||
<li>Actionscript</li>
|
||||
<li>Node</li>
|
||||
<li>JavaScript (ECMAScript)</li>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user