Afinaciones

This commit is contained in:
2020-04-10 14:39:18 -04:00
parent 692c001cd5
commit a1311ee250
14 changed files with 150 additions and 79 deletions

View File

@ -1,21 +1,16 @@
<nav class="ui massive stackable center aligned text fluid three item grey menu">
<nav class="three item stackable menu">
<nav class="ui massive stackable center aligned text three item grey menu">
<div class="left three item menu">
<a class="item" href="{{$urls->base}}#servicios">Servicios</a>
<a class="item" href="{{$urls->base}}#nosotros">Nosotros</a>
<a class="item" href="{{$urls->base}}#clientes">Clientes</a>
</nav>
</div>
<a class="item" href="{{$urls->base}}">
<div class="ui header" id="page_logo">
Total<span class="orange">Sport</span>
</div>
</a>
<nav class="two item stackable menu">
<div class="right two item menu">
<a class="item" href="{{$urls->base}}#eventos">Eventos</a>
<a class="item" href="{{$urls->base}}#contacto">Contacto</a>
</nav>
</div>
</nav>
@push('styles')
<link rel="stylesheet" type="text/css" href="{{$urls->styles}}/header.css" />
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap" />
@endpush