From b3d085f1f623b19e236e0ccc006b1f69aa0aeeb8 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 2 Mar 2020 16:25:48 -0300 Subject: [PATCH] v0.6.0 --- public/assets/styles/main.css | 51 +++++++++++++++++++ resources/views/home.blade.php | 1 + resources/views/home/indice.blade.php | 17 +++++++ resources/views/home/suplente/datos.blade.php | 8 +-- resources/views/layout/footer.blade.php | 15 ++---- resources/views/layout/footer/datos.blade.php | 13 +++++ .../views/layout/footer/horario.blade.php | 8 +-- resources/views/layout/footer/menu.blade.php | 19 +++++++ .../views/layout/footer/ubicacion.blade.php | 13 +++++ 9 files changed, 128 insertions(+), 17 deletions(-) create mode 100644 resources/views/home/indice.blade.php create mode 100644 resources/views/layout/footer/datos.blade.php create mode 100644 resources/views/layout/footer/menu.blade.php create mode 100644 resources/views/layout/footer/ubicacion.blade.php 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 @@ +
+
+
+ +
+ +
+
diff --git a/resources/views/home/suplente/datos.blade.php b/resources/views/home/suplente/datos.blade.php index 31a172d..a0c2852 100644 --- a/resources/views/home/suplente/datos.blade.php +++ b/resources/views/home/suplente/datos.blade.php @@ -1,13 +1,13 @@
-
+
-

NOTARIO SUPLENTE

-

+

NOTARIO SUPLENTE

+

{!!nl2br($suplente->datos->fechas)!!}

-

+

{!!nl2br($suplente->datos->nombre)!!}

diff --git a/resources/views/layout/footer.blade.php b/resources/views/layout/footer.blade.php index a5d81c8..a46647d 100644 --- a/resources/views/layout/footer.blade.php +++ b/resources/views/layout/footer.blade.php @@ -1,22 +1,17 @@
-
+
@include('layout.footer.horario')
- Datos + @include('layout.footer.datos')
- Ubicacion + @include('layout.footer.ubicacion')
-
- +
+ @include('layout.footer.menu') @include('layout.scripts') diff --git a/resources/views/layout/footer/datos.blade.php b/resources/views/layout/footer/datos.blade.php new file mode 100644 index 0000000..ee16566 --- /dev/null +++ b/resources/views/layout/footer/datos.blade.php @@ -0,0 +1,13 @@ +
+ +

+ + CONTACTO + +

+

+ +56 2 2599 2453 +
+ administracion@notariaraby.cl +

+
diff --git a/resources/views/layout/footer/horario.blade.php b/resources/views/layout/footer/horario.blade.php index a4998c7..3950c70 100644 --- a/resources/views/layout/footer/horario.blade.php +++ b/resources/views/layout/footer/horario.blade.php @@ -1,7 +1,9 @@ -