<?php $id = $pagina[1]; $dia = 1; $queryValidate = mysqli_query($connect,"SELECT * FROM Retos WHERE id_asistente = '".$_SESSION['id_user']."' AND reto = '".$id."' AND tipo_juego = 1 "); if($queryValidate->num_rows > 0){ echo '<script> window.location = "'.$url.'/concursos"; </script>'; } ?> <style> body{ background-size: cover; background-position: center; background-attachment: fixed; background-image: url(<?php echo $url; ?>/img/BACKGROUND-01.png); } </style> <div class="col-md-12"> <div class="container" > <?php echo $rersp; ?> <div class="row"> <div class="col-md-12" align="center" style="margin-top: 5%; margin-bottom: 10px; color: #ffffff"> <h1 style="color: #ffffff;">TALLER</h1> <p> De clic sobre el botón para ingresar al taller del día </p> </div> <div class="col-md-12" align="center" style="color: #ffffff;"> <a href="https://boehringer.zoom.us/j/98399081863?pwd=VUVBQThVcURmcFBvSG9IcGZ4SERUZz09" target="_blank"> <button type="button" class="btn btn-primary btn-block " style=" max-width: 500px"> MIÉRCOLES<br> 20 de enero<br> </button> </a> </div> </div> </div> </div>