Rewrite skills and remove about-me
This commit is contained in:
parent
6328ab6a58
commit
541e1d20ed
74
cv.html
74
cv.html
|
|
@ -35,10 +35,6 @@
|
||||||
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
||||||
also going to be changes in the <span class="todo">unfinished parts</span>.</p>
|
also going to be changes in the <span class="todo">unfinished parts</span>.</p>
|
||||||
<h1>Benjamin Stadlbauer</h1>
|
<h1>Benjamin Stadlbauer</h1>
|
||||||
<section class="todo" title="Not finished!">
|
|
||||||
<h2>About me</h2>
|
|
||||||
<p>…</p>
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<h2>General</h2>
|
<h2>General</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -130,58 +126,28 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="todo" title="Not finished!">
|
<section class="todo" title="Not finished!">
|
||||||
<h2>Skills</h2>
|
<h2>Skills</h2>
|
||||||
<table>
|
German is my native language and I am fluent and experienced in English (I have an Academic-IELTS-score of 8.0
|
||||||
<tbody>
|
from 2018 which is equivalent to an CEFR-score of C1–C2).
|
||||||
<tr>
|
|
||||||
<td>German</td>
|
|
||||||
<td>native language</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>English</td>
|
|
||||||
<td>fluent (Academic-IELTS-score 8.0)</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<h3>Technologies</h3>
|
<h3>Technologies</h3>
|
||||||
<table>
|
<p>
|
||||||
<tbody>
|
I have experience and can work with right away:
|
||||||
<tr>
|
<ul>
|
||||||
<td>Java</td>
|
<li>Java.</li>
|
||||||
<td>75%</td>
|
<li>JavaScript,</li>
|
||||||
</tr>
|
<li>Git,</li>
|
||||||
<tr>
|
<li>C++.</li>
|
||||||
<td>C++</td>
|
</ul>
|
||||||
<td>50%</td>
|
I have some experience and can work with some preparation/help along the way with:
|
||||||
</tr>
|
<ul>
|
||||||
<tr>
|
<li>HTML,</li>
|
||||||
<td>JavaScript</td>
|
<li>CSS,</li>
|
||||||
<td>65%</td>
|
<li>Python,</li>
|
||||||
</tr>
|
<li>Common Lisp,</li>
|
||||||
<tr>
|
<li>LaTeX.</li>
|
||||||
<td>Git</td>
|
</ul>
|
||||||
<td>85%</td>
|
</p>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>HTML</td>
|
|
||||||
<td>75%</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>CSS</td>
|
|
||||||
<td>50%</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>LaTeX</td>
|
|
||||||
<td>50%</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Python</td>
|
|
||||||
<td>25%</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<p>I have worked in Windows 10, Ubuntu (18.04, 20.04, 22.04) and MacOS. I am experienced with typical Microsoft
|
<p>I have worked in Windows 10, Ubuntu (18.04, 20.04, 22.04) and MacOS. I am experienced with typical Microsoft
|
||||||
365
|
365 products.</p>
|
||||||
products.</p>
|
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Internships</h2>
|
<h2>Internships</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue