diff --git a/README.md b/README.md index 9f53c9c..c5fab29 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ### Automation Engineer at Signavio GmbH - 09/2016 - 01/2019 - Automation of development tasks for 3 engineering teams using Java, Kotlin, Groovy and Gradle as well as Docker, Docker Swarm, Gitlab and Jenkins -- Customize Java client library +- Custom Java client library - UI and API test framework in Kotlin - Groovy scripts for job generation - Gradle build and release scripts diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..0f07810 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,18 @@ +--- +--- + +@import "{{ site.theme }}"; + +h1 { + margin:0 0 50px; + color: blue; +} + +h2 { + margin:60px 0 30px 0; + color: blue; +} + +h3 { + margin:30px 0 20px 0; +} \ No newline at end of file