diff --git a/public/assets/styles/main.css b/public/assets/styles/main.css index c5ecb20..3b88cac 100644 --- a/public/assets/styles/main.css +++ b/public/assets/styles/main.css @@ -30,6 +30,7 @@ html { .suplente { height: 330px; + padding-top: 50px !important; } .suplente>div { display: inline-block; @@ -39,6 +40,16 @@ html { background-position: center; height: 230px; } +.suplente .mensaje .row { + margin-top: 50px; + height: 160px; +} +.suplente .mensaje .row .column, +.suplente .mensaje .row .column .segment { + width: 340px !important; + border: 0; + padding: 0 !important; +} .numero { background-position: center; @@ -94,3 +105,43 @@ html { background-size: 345px 340px; width: 345px !important; } + +#indice .img, +#indice .img img { + width: 780px !important; + height: 310px !important; +} +#indice .contenido { + padding-top: 60px !important; + width: 300px !important; + color: rgba(0, 0, 0, 0.9) !important; +} +#indice .contenido .titulo { + font-size: 20pt; + font-weight: bold; +} +#indice .contenido .list .item { + font-size: 14pt !important; + color: inherit; +} + +footer { + color: white; + height: 260px; + font-family: Roboto; +} + +footer .main { + height: 230px !important; + padding-top: 30px !important; +} +footer a { + color: inherit; +} + +footer>.menu { + font-size: 10pt !important; + color: rgba(0, 0, 0, 0.7) !important; + background-color: rgba(0, 0, 0, 0.1) !important; + height: 30px !important; +} diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 637cf11..a05ca23 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -5,4 +5,5 @@ @include('home.suplente') @include('home.numero') @include('home.links') + @include('home.indice') @endsection diff --git a/resources/views/home/indice.blade.php b/resources/views/home/indice.blade.php new file mode 100644 index 0000000..0bbc290 --- /dev/null +++ b/resources/views/home/indice.blade.php @@ -0,0 +1,17 @@ +
+
{!!nl2br($suplente->datos->fechas)!!}
-+
{!!nl2br($suplente->datos->nombre)!!}