diff --git a/_includes/liftoff_cookiereturn.html b/_includes/liftoff_cookiereturn.html new file mode 100644 index 0000000000000000000000000000000000000000..fa41d64536400f5d9b502e8275c2c1ded8c3395e --- /dev/null +++ b/_includes/liftoff_cookiereturn.html @@ -0,0 +1,8 @@ +<div class="alert alert-warning alert-dismissible fade show" id="welcomeback" role="alert"> + <h4 class="alert-heading"><span class="fa-solid fa-lightbulb"></span> Wilkommen zurück!</h4> + <p>Sieht aus als hättest du dieses Einführung schon mal besucht. Möchtest du da weitermachen, wo du letztes mal aufgehört hast?</p> + <div style="background-color:#FFDE81; border-radius: 10px; margin-bottom: 1%; margin-right: 5px; min-height: 2em; max-width: 50%; position: relative; padding: 5px; text-align: center;"><a href="" id="returnlink" style="color: #000000; text-decoration: none;">Ja</a></div> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">×</span> + </button> +</div> \ No newline at end of file