From 1338a4f564e2f9df0c22f0c8a0f95134740b9d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Sat, 1 Apr 2023 18:41:58 +0200 Subject: [PATCH] [slides] add dumux logo to background --- slides/dumux_course_header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slides/dumux_course_header.html b/slides/dumux_course_header.html index 6b9b55e6..c965da92 100644 --- a/slides/dumux_course_header.html +++ b/slides/dumux_course_header.html @@ -13,6 +13,10 @@ body { .reveal { font-family: var(--font-family), sans-serif; background-color: white; + background-image: url("https://dumux.org/images/logo.svg"); + background-size: 15%; + background-repeat: no-repeat; + background-position: left 15px bottom 30px; } .reveal a { -- GitLab