<!DOCTYPE html> <?php require_once './view/formulario.php'; require_once './controller/constantes.php'; require_once './controller/metodos.php'; require_once './view/slideShow.php'; // require_once './view/slideShow.php'; require_once './controller/calendarioRuv.php'; error_reporting(0); $formulario = new formulario(); $titulo = new slideShow(); $calendario = new calendarioRuv(); ?> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo TITULORUV; ?> </title> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="assets/css/font-awesome.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="shortcut icon" href="icon/ruv.ico">
public function textoEsteDia() { // echo "<meta http-equiv='refresh' content='5;url=estedia.php'>"; $fonteGaramond = "font-family: garamond"; $tamanhoFonte = "font-size: 20px"; $espacamento = "padding-left: 50px"; echo "<div class='col-xs-12 col-sm-12 col-md-12'>"; echo " <div class='text-center' style='font-family: garamond; color: #1f226d;'>"; // echo " <div class='text-center' style='font-family: garamond; color: #3F6CA1;'>"; echo " <span style='color: #1f226d; font-size: 30px;'>"; echo " <b>Este Dia</b><br>"; echo " </span>"; echo " <p style='height: 30px;'> </p>"; echo " <span style='color: #1f226d; font-size: 18px; font-weight: bold; text-align: center;'>"; echo " Hoje é o dia, o precioso tempo de nascer e acordar, de viver e fazer, de morrer e recolher-se<br><br>Que seja auspicioso, a caminho da Autorrealização<br>"; echo " </span>"; echo " <p style='height: 30px;'> </p>"; echo " <span style='color: #1f226d; font-size: 18px; font-weight: bold; text-align: center;'>"; $calendario = new calendarioRuv(); $calendario->configuracaoCalendario("estedia"); echo " </span>"; echo " </div>"; echo "</div>"; // echo "<div class='col-xs-12 col-sm-12 col-md-12' style='".$fonteGaramond."; color: #1f226d;'>"; // echo " <div align='justify'>"; // echo " <p style='height: 50px;'> </p>"; // echo " <span style='font-size: 25px; '>";//antes, era 14, fora da fonte garamond ".$espacamento."; // echo " Aniversariante:"; // echo " </span>"; // echo " </div>"; // echo "</div>"; }