From caceb1687e66afda28aae2d93ccdc0f017b76cb5 Mon Sep 17 00:00:00 2001 From: Fabian Marquardt <marquard@cs.uni-bonn.de> Date: Tue, 17 Sep 2019 16:37:40 +0200 Subject: [PATCH] Fix broken layout --- _includes/invitebox.html | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/_includes/invitebox.html b/_includes/invitebox.html index 7b13bf2..af9b6cf 100644 --- a/_includes/invitebox.html +++ b/_includes/invitebox.html @@ -1,20 +1,16 @@ <!-- Anmeldung zur nächsten KIF --> <div class="row leadrow"> <div class="col s12 m12 l12"> - <div class="card horizontal hoverable"> - <div class="card-image"> - <img style="max-width: 300px" class="responsive-img" src="assets/kif475_logo.png"> + <div class="card hoverable"> + <img style="height: 200px" class="right responsive-img" src="assets/kif475_logo.png"> + <div class="card-content" style="min-height: 200px"> + <span class="card-title">Anmeldung zur KIF 47,5 in Magdeburg</span> + <p>Die Anmeldung für die nächste KIF ist jetzt geöffnet! Das wichtigste in Kürze: Die KIF findet vom 30.10.2019 (Mittwoch) bis zum 03.11.2019 (Sonntag) in Magdeburg statt. Der Teilnahmebeitrag beträgt 25€. Alle weiteren Infos findet ihr im verlinkten PDF und im KIF-Wiki.</p> </div> - <div class="card-stacked"> - <div class="card-content"> - <span class="card-title">Anmeldung zur KIF 47,5 in Magdeburg</span> - <p>Die Anmeldung für die nächste KIF ist jetzt geöffnet! Das wichtigste in Kürze: Die KIF findet vom 30.10.2019 (Mittwoch) bis zum 03.11.2019 (Sonntag) in Magdeburg statt. Der Teilnahmebeitrag beträgt 25€. Alle weiteren Infos findet ihr im verlinkten PDF und im KIF-Wiki.</p> - </div> - <div class="card-action"> - <a style="margin-top: 5px" class="waves-effect waves-light btn green" href="https://tix.kif.rocks/475/"><i class="material-icons left">today</i>Jetzt anmelden!</a> - <a style="margin-top: 5px;" class="waves-effect waves-light btn grey" href="https://wiki.kif.rocks/w/images/e/e9/KIF_Einladung.pdf"><i class="material-icons left">attach_file</i>Einladung</a> - <a style="margin-top: 5px;" class="waves-effect waves-light btn grey" href="https://wiki.kif.rocks/wiki/KIF475:Hauptseite"><i class="material-icons left">description</i>Mehr Infos</a> - </div> + <div class="card-action"> + <a style="margin-top: 5px" class="waves-effect waves-light btn green" href="https://tix.kif.rocks/475/"><i class="material-icons left">today</i>Jetzt anmelden!</a> + <a style="margin-top: 5px;" class="waves-effect waves-light btn grey" href="https://wiki.kif.rocks/w/images/e/e9/KIF_Einladung.pdf"><i class="material-icons left">attach_file</i>Einladung</a> + <a style="margin-top: 5px;" class="waves-effect waves-light btn grey" href="https://wiki.kif.rocks/wiki/KIF475:Hauptseite"><i class="material-icons left">description</i>Mehr Infos</a> </div> </div> </div> -- GitLab