diff --git a/cv.css b/cv.css new file mode 100644 index 0000000..e38633b --- /dev/null +++ b/cv.css @@ -0,0 +1,60 @@ +h3 { + display: flex; + justify-content: space-between; + flex-wrap: wrap; +} + +aside { + margin-top: -0.6rem; + text-transform: uppercase; + opacity: 0.7; + letter-spacing: 0.05em; + line-height: 1; +} + +section#publications span.journal, +section#conferences span.conference { + font-style: italic; +} + +h2 { + border-bottom-width: 1px; + border-bottom-color: var(--accent); + border-bottom-style: solid; +} + +@media print { + :root { + --primary: #000000; + --background: #ffffff; + --accent: #000000; + } + + h2 { + border-bottom-width: 0.5pt; + } + + html, + body { + max-width: initial; + font-size: 10pt; + padding: 0; + } + + aside { + opacity: 1.0; + } + + a::after { + display: none; + } + + a:hover { + background: inherit; + } + + @page { + margin: 25mm; + size: A4; + } +} diff --git a/cv.html b/cv.html index 573f354..934869b 100644 --- a/cv.html +++ b/cv.html @@ -5,6 +5,9 @@ + + + @@ -22,153 +25,6 @@
- German is my native language and I am fluent and experienced in English (I have an Academic-IELTS-score of 8.0 + German is my native language and I am fluent and experienced in English (I have an Academic-IELTS-score of + 8.0 from 2018 which is equivalent to an CEFR-score of C1–C2).
diff --git a/index.html b/index.html index d586134..c6bb347 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -