curriculum-vitae

My resumé in Dutch
Log | Files | Refs | README | LICENSE

commit ff74c913607e2bba2930ec8fe397a7b725c3e378
parent 4fbc197dcf0a4c3148257d9f84b0ed51ad7a03fd
Author: Friedel Schön <[email protected]>
Date:   Thu, 20 Jul 2023 17:20:29 +0200

update CV

Diffstat:
Aassets/friedel.jpg | 0
Dassets/friedel.png | 0
Massets/style.css | 11++---------
Mindex.html | 27+++++++++++++++++----------
4 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/assets/friedel.jpg b/assets/friedel.jpg Binary files differ. diff --git a/assets/friedel.png b/assets/friedel.png Binary files differ. diff --git a/assets/style.css b/assets/style.css @@ -10,12 +10,6 @@ body.dark { color: #eee; } -@media(max-width:999px) { - body { - font-size: 1.94vw - } -} - #toggle_dark { background: #3c3836; color: #eee; @@ -62,7 +56,6 @@ a:hover { } #wrapper { - overflow-x: hidden; width: 80ch; font: 12pt 'Source Code Pro', monospace; margin: 20px auto; @@ -84,10 +77,10 @@ a:hover { #contact-img { - flex-basis: 20%; + flex-basis: 35%; } #contact-text { - flex-basis: 80%; + flex-basis: 65%; padding-right: 20px; } \ No newline at end of file diff --git a/index.html b/index.html @@ -15,7 +15,7 @@ ================================================================================ <span id=about-me></span> -Hoi, ik ben Friedel (Friedmund) Sch&ouml;n, ik ben nu 21 jaar en geboren te Aurich +Hoi, ik ben Friedel (Friedmund) Sch&ouml;n, ik ben nu 22 jaar en geboren te Aurich in Duitsland. Ik woon nu anderhalf jaar met plezier in Groningen. In mijn vrije tijd zit ik veel te programmeren, voornamelijk low-level in C. Ik heb C en vele andere talen zelf geleerd, begonnen was ik met BASH toen ik 15 jaar was. Aan @@ -42,11 +42,13 @@ GitHub: <a href=https://github.com/friedelschoen>friedelschoen</a> Geboren: 18 juli 2001 te Aurich/Duitsland Nationaliteit: Duits -</div><div id=contact-img><img id=me src=assets/friedel.png /></div></div> +</div><div id=contact-img><img id=me src=assets/friedel.jpg /></div></div> <a class=title id=diplom href=#diplom>Diploma's</a> -------------------------------------------------------------------------------- +* Propedeuse HBO-ICT + * Abitur (cf. VWO-diploma) * Nederlands als tweede taal (NT2) @@ -59,7 +61,7 @@ Nationaliteit: Duits * Duits (moedertaal) -* Nederlands (B2-niveau) +* Nederlands (C1-niveau) * Engels @@ -71,29 +73,34 @@ Nationaliteit: Duits * Python (hele syntax en standard library) +* Java (hele syntax en grotendeels standard library) + * D (hele syntax en grotendeels standard library) * C++ (meeste syntax en grotendeels standard library) -* BASH/ShellScript (meeste syntax en alle commands) +* BASH / ShellScript (meeste syntax en alle commands) + +* HTML / CSS (hele syntax, geen goed design) -* HTML/CSS (hele syntax, geen goed design) <span class=subtitle>Frameworks en Libraries:</span> * Arduino (C++) +* Angular (TypeScript) + * Flask (Python) <a class=title id=system href=#system>Systeemvaardigheden</a> -------------------------------------------------------------------------------- -* Linux +* Linux & *nix' * macOS -* BSD's (grotendeels) +* BSD's * Windows (grotendeels) @@ -146,6 +153,9 @@ Nationaliteit: Duits <a class=title id=projects href=#projects>Mijn Projecten</a> -------------------------------------------------------------------------------- +* <a href=https://github.com/friedelschoen/fiss>fiss</a>: friedel's initialization and service supervision, een init-systeem voor + Unix-like systemen om services te beheren + * <a href=https://github.com/friedelschoen/importsort-d>importsort-d</a>: een utility voor de programmeertaal D om imports alfanumeriek te sorteren @@ -160,9 +170,6 @@ Nationaliteit: Duits * <a href=https://github.com/friedelschoen/muizenval.tk/>Muizenval.tk</a> (school-project van jaar 1): website en embedded software voor een <i>slimme</i> muizenval voor <a href=https://www.5groningen.nl/>5Groningen</a> -* <a href=https://github.com/friedelschoen/java-game-client/>Java Game Client</a> (school-project van jaar 2): een cli&euml;nt <b>(nog geen release)</b> - voor TicTacToe en Othello - ================================================================================