This commit is contained in:
2020-02-27 23:02:24 -03:00
parent 467fab3716
commit 942308a2ca
17 changed files with 71 additions and 51 deletions

View File

@ -5,5 +5,4 @@
@include('home.suplente')
@include('home.numero')
@include('home.links')
@include('home.horario')
@endsection

View File

@ -1,19 +1,5 @@
<div class="banner">
<div class="mensaje">
<p>
<strong>
5&deg; NOTAR&Iacute;A DE SANTIAGO
<br />
PATRICIO RABY BENAVENTE
</strong>
</p>
<p>
Gertrudis Echenique 30, of. 32, El Golf
<br />
<img class="ui icon" src="{{$urls->assets->images}}/logo_metro_blanco.png" />
Metro Alcantara
</p>
</div>
@include('home.banner.pastilla')
</div>
@push('styles')

View File

@ -0,0 +1,16 @@
<div class="mensaje">
<p class="titulo">
{!!nl2br($banner->titulo)!!}
</p>
<p>
{!!nl2br($banner->contenido)!!}
</p>
</div>
@push('styles')
<style type="text/css">
.banner .mensaje .titulo {
font-weight: bold;
}
</style>
@endpush

View File

@ -1 +0,0 @@
Horario

View File

@ -1,5 +1,5 @@
<header>
<nav class="ui menu dark-blue inverted">
<nav class="ui attached menu dark-blue inverted">
<a class="left aligned item" href="{{$urls->base}}">
NOTAR&Iacute;A RABY
</a>

View File

@ -15,4 +15,5 @@
background-color: #003662 !important;
}
</style>
@stack('styles')