diff --git a/_includes/invitebox.html b/_includes/invitebox.html index 7b13bf2d8d13081bb36cfb5a349e05dae5fd2dc2..af9b6cfe7b559003127a50cd9ad8582ff2c38b08 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>