From cbd0e25dc54b7ea4025c70691114da0aad849433 Mon Sep 17 00:00:00 2001 From: edpibu Date: Sat, 10 Apr 2021 10:37:19 +0200 Subject: [PATCH] cv skills --- css/cv.css | 24 ++++++++++++++++++++++-- cv/index.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/css/cv.css b/css/cv.css index 231ae0c..dd723e8 100644 --- a/css/cv.css +++ b/css/cv.css @@ -34,12 +34,10 @@ summary { } summary>:first-child { grid-column: 1; - grid-row: 1; text-align: left; } summary>:last-child { grid-column: 2; - grid-row: 1; text-align: right; } summary h3, summary p { @@ -66,4 +64,26 @@ details .place { dl.ha > dt { font-style: italic; +} + +h3.skills { + margin-bottom: 0; +} +dl.skills { + margin: 0; +} +dl.skills { + display: grid; + grid-template-columns: 1fr 4fr; +} +dl.skills > dt { + font-weight: 800; + grid-column: 1; + text-align: right; +} +dl.skills > dd { + grid-column: 2; +} +dl.skills > * { + align-self: center; } \ No newline at end of file diff --git a/cv/index.html b/cv/index.html index 97ce492..4c33d55 100644 --- a/cv/index.html +++ b/cv/index.html @@ -156,5 +156,36 @@

Skills

+

Language

+
+
French
+
Mother Tongue
+
English
+
C2 Level, Cambridge English Level 3 Certificate, Grade A
+
Scientific English
+
SWAP certification
+
German
+
B1 Level, Deutsches Sprachdiplom 1
+
+

Computer Science

+
+
Web dev.
+
Extended knowledge of languages of the Web and major frameworks
+
Programming
+
Proficiency with Python, MatLab, CAST3M, C, C++ and the Qt Framework
+
Network
+
Comprehension of the functionning of complex network infrastructures
+
Miscellaneous
+
Mastery of LaTex, Microsoft Office, and collaborative editing tools
+
Virtual Reality
+
Experience with working with VR in Civil Engineering
+
+

Other

+
+
Teamwork
+
Worked as part of a team on numerous projects
+
Electronics
+
Experience working with micro-controller boards (Arduino, Raspberry Pi), data acquisition and HMI.
+