File manager - Edit - /var/www/html/parquetecmar/storage/framework/views/3626b7aa5d68ca9f9d950b16eff5d762fac6ff09.php
Back
<?php $__env->startSection('title', 'Startups do Parque Tecnológico do Mar - Prefeitura de Angra dos Reis'); ?> <?php $__env->startSection('content'); ?> <style> .portfolio-img { width: 100%; height: 200px; display: flex; justify-content: center; align-items: center; background: #fff; margin: auto } .portfolio-img img { max-width: 100%; max-height: 100%; object-fit: contain; } </style> <div class="page-wrapper overflow-hidden"> <section class="banner-section banner-inner-section position-relative overflow-hidden d-flex align-items-end " style="background-image: url(../assets/images/startups/home_bg.png); background-size: cover; background-position: top center; background-repeat: no-repeat;"> <div class="container"> <div class="d-flex flex-column gap-4 pb-5 pb-xl-10 position-relative z-1"> <div class="row align-items-center"> <div class="col-xl-4"> <div class="d-flex align-items-center gap-4" data-aos="fade-up" data-aos-delay="100" data-aos-duration="1000"> <img src="../assets/images/svgs/primary-leaf.svg" alt="" class="img-fluid animate-spin"> <p class="mb-0 text-white fs-5 text-opacity-70">Ideias que nascem <span class="text-primary">com propósito</span>, crescem com inovação e transformam o futuro da economia azul.</p> </div> </div> </div> <div class="d-flex align-items-end gap-3" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000"> <h1 class="mb-0 fs-16 text-white lh-1">Startups</h1> <a href="javascript:void(0)" class="p-1 ps-7 bg-primary rounded-pill"> <span class="bg-white round-52 rounded-circle d-flex align-items-center justify-content-center"> <iconify-icon icon="lucide:arrow-up-right" class="fs-8 text-dark"></iconify-icon> </span> </a> </div> </div> </div> </section> <section class="segments py-5"> <div class="container"> <h2 class="text-center mb-5 fw-bold">Segmentos das Startups</h2> <div class="row g-4 justify-content-center align-content-center text-center"> <?php $currentSegment = $segmento ?? null; ?> <div class="col-6 col-md-2"> <button class="segment-card segment-tecnologia <?php echo e($currentSegment === 'tecnologia' || !$currentSegment ? 'active' : ''); ?> p-4 rounded-4 shadow-sm text-white bg-gradient d-flex flex-column align-items-center justify-content-center hover-card w-100 border-0" data-segment="tecnologia"> <h6 class="mt-2">Tecnologia</h6> </button> </div> <div class="col-6 col-md-2"> <button class="segment-card segment-energia <?php echo e($currentSegment === 'energia' ? 'active' : ''); ?> p-4 rounded-4 shadow-sm text-white bg-gradient d-flex flex-column align-items-center justify-content-center hover-card w-100 border-0" data-segment="energia"> <h6 class="mt-2">Energia</h6> </button> </div> <div class="col-6 col-md-2"> <button class="segment-card segment-logistica <?php echo e($currentSegment === 'logistica' ? 'active' : ''); ?> p-4 rounded-4 shadow-sm text-white bg-gradient d-flex flex-column align-items-center justify-content-center hover-card w-100 border-0" data-segment="logistica"> <h6 class="mt-2">Logística</h6> </button> </div> <div class="col-6 col-md-2"> <button class="segment-card segment-sustentabilidade <?php echo e($currentSegment === 'sustentabilidade' ? 'active' : ''); ?> p-4 rounded-4 shadow-sm text-white bg-gradient d-flex flex-column align-items-center justify-content-center hover-card w-100 border-0" data-segment="sustentabilidade"> <h6 class="mt-2">Sustentabilidade</h6> </button> </div> <div class="col-6 col-md-2"> <button class="segment-card segment-nautica <?php echo e($currentSegment === 'nautica_naval' ? 'active' : ''); ?> p-4 rounded-4 shadow-sm text-white bg-gradient d-flex flex-column align-items-center justify-content-center hover-card w-100 border-0" data-segment="nautica_naval"> <h6 class="mt-2">Náutica & Naval</h6> </button> </div> </div> </div> </section> <section class="project pt-3 pb-5 mb-5"> <div class="container"> <div class="row align-items-center justify-content-center" id="startup-list"> <?php $__empty_1 = true; $__currentLoopData = $startups ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $startup): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php $segmentKey = $startup['segmento']['key'] ?? 'tecnologia'; $segmentLabel = $startup['segmento']['label'] ?? 'Segmento'; $segmentColor = $startup['segmento']['color'] ?? '#43D2F5'; ?> <div class="col-lg-3 mb-7 startup-item" data-segment="<?php echo e($segmentKey); ?>"> <div class="portfolio d-flex flex-wrap gap-6"> <div class="portfolio-img position-relative overflow-hidden"> <?php if(!empty($startup['logo_url'])): ?> <img src="<?php echo e($startup['logo_url']); ?>" alt="<?php echo e($startup['nome'] ?? 'Startup'); ?>" class="img-fluid w-100"> <?php else: ?> <img src="../assets/images/startups/logo-1.png" alt="<?php echo e($startup['nome'] ?? 'Startup'); ?>" class="img-fluid w-100"> <?php endif; ?> <div class="portfolio-overlay justify-content-center align-items-center"> <?php if(!empty($startup['slug'] ?? null)): ?> <a href="<?php echo e(route('startups.show', $startup['slug'])); ?>" class="position-absolute top-50 start-50 translate-middle round-64 rounded-circle hstack justify-content-center" style="background-color: <?php echo e($segmentColor); ?>;"> <iconify-icon icon="lucide:arrow-up-right" class="fs-8 text-dark"></iconify-icon> </a> <?php endif; ?> </div> </div> <div class="portfolio-details d-flex flex-column gap-3"> <h3 class="mb-0"><?php echo e($startup['nome'] ?? ''); ?></h3> <div class="hstack gap-2"> <span class="badge text-dark border"><?php echo e($segmentLabel); ?></span> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div class="col-lg-3 mb-7 startup-item" data-segment=""> <h5 class="text-center">Nenhuma Startup Encontrada!</h5> </div> <?php endif; ?> </div> </div> </section> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/parquetecmar/resources/views/startups.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings