File manager - Edit - /var/www/html/visiteAngra/resources/views/sections/pontos.blade.php
Back
<section class="header-ponto-turistico" style="margin: 60px 0;"> <div class="ponto-turistico-inner" style="background-image: linear-gradient(rgba(1,1,1,0.1), rgba(1,1,1,0.1)), url('assets/imgs/baia-da-ribeira.jpg'); background-size: cover; background-position: center; width: 100%;"> <div class="container"> <h3 class="ponto-turistico-titulo"> {{ __("Angra dos Reis, um paraíso inteiro") }} <span class="laranja">{{ __("esperando por você!") }}</span> </h3> </div> </div> </section> <section class="container galeria-fotos-home mt-5 pt-5 mb-5"> <div class="row"> <div class="col-12"> <h3 class="text-center">{{ __("Pontos turísticos de Angra dos Reis") }}</h3> <div id="lightgallery"> <div class="flex-container" id="pontosContainer"> @php $url = env("APP_ASSET") . "/"; @endphp <div class="flex-container"> @foreach($pontos as $ponto) <figure class="ponto-item" data-aos="fade-up" data-aos-duration="1000" data-aos-offset="0"> <a href="{{ route("pages.ponto-turistico", $ponto->slug) }}" style="background-image: url('{{ url(env("APP_ASSET") . "/" . $ponto->foto) }}')"> <figcaption> <div class="fig-title">{{ $ponto->ponto }}</div> </figcaption> </a> </figure> @endforeach </div> </div> </div> <div class="col-12 text-center mb-5 btn-ver-todos-pontos"> <a href="{{ route('pages.pontos-turisticos') }}" class="btn btn-primary text-center"> Confira todos os pontos turísticos </a> </div> </div> </div> </section>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings