⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
d630c3419277c4147191face0c3320ded421d591.php
<?php $__env->startSection('content'); ?> <!--About Area Start--> <section class="about pt-100 pb-100" id="portfolio_about"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="about_title"><?php echo e(content('portfolio_about','about_title')); ?></i> <span id="about_bg_title"><?php echo e(content('portfolio_about','about_bg_title')); ?></span></h1> </div> <div class="row"> <!--About Left Area Start--> <div class="col-lg-6"> <div class="about-left"> <img id="about_bg_img" src="<?php echo e(content('portfolio_about','about_bg_img')); ?>" class="img-fluid img-center" alt=""> </div> </div> <!--About Left Area End--> <!--About Right Area Start--> <div class="col-lg-6"> <div class="about-right"> <h3 class="about-right-info-title" id="about_right_title"><?php echo e(content('portfolio_about','about_right_title')); ?></h3> <p id="about_des"><?php echo e(content('portfolio_about','about_des')); ?></p> <div class="about-right-info"> <div class="row"> <div class="col-sm-6"> <strong id="your_name"><?php echo e(content('portfolio_about','your_name')); ?></strong> <br> <strong id="your_email"><?php echo e(content('portfolio_about','your_email')); ?></strong> <br> <strong id="your_age"><?php echo e(content('portfolio_about','your_age')); ?></strong> </div> <div class="col-sm-6"> <strong id="your_phone"><?php echo e(content('portfolio_about','your_phone')); ?></strong> <br> <strong id="your_job"><?php echo e(content('portfolio_about','your_job')); ?></strong> <br> <strong id="your_location"><?php echo e(content('portfolio_about','your_location')); ?></strong> </div> </div> </div> </div> </div> <!--About Right Area End--> </div> </div> </section> <!--About Area End--> <?php if(Amcoders\Plugin\Plugin::is_active('services')): ?> <?php $services=array( 'type'=>4, 'with'=>'meta', 'limit'=>6 ); $services=LpPosts($services); ?> <?php if(count($services) > 0): ?> <!--Service Area Start--> <section class="service pt-100 pb-100" id="portfolio_service"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="service_title"><?php echo e(content('portfolio_service','service_title')); ?></i> <span id="service_bg_title"><?php echo e(content('portfolio_service','service_bg_title')); ?> </span></h1> </div> <!--Single Service Area Start--> <div class="row"> <?php $__currentLoopData = $services; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4"> <div class="single-service-item"> <img src="<?php echo e(asset($service->meta->preview)); ?>" class="img-fluid" alt=""> <h3><?php echo e($service->title); ?></h3> <p><?php echo e(Str::limit($service->meta->excerpt, 200)); ?></p> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!--Single Service Area End--> </div> </section> <!--Service Area End--> <?php endif; ?> <?php endif; ?> <?php $educations=array( 'type'=>10, 'with'=>'meta', ); $educations=LpPosts($educations); $experiences=array( 'type'=>9, 'with'=>'meta', ); $experiences=LpPosts($experiences); //dd($educations); ?> <!--Resume Area Start--> <section class="resume pt-100 pb-100" id="resume_id"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="resume_title"><?php echo e(content('resume_id','resume_title')); ?></i> <span id="resume_background_title"><?php echo e(content('resume_id','resume_background_title')); ?></span></h1> </div> <div class="resume-info"> <div class="row"> <?php if(count($educations) > 0): ?> <div class="col-lg-6"> <div class="block"> <div class="block-title"> <h3 id="education_title"><?php echo e(content('resume_id','education_title')); ?></h3> </div> <div class="timeline"> <?php $__currentLoopData = $educations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!-- Education 1 --> <div class="timeline-item"> <h4 class="item-title"><?php echo e($row->title); ?></h4> <span class="item-period"><?php echo e($row->slug); ?></span> <span class="item-small"><?php echo e($row->tags); ?></span> <p class="item-description"><?php echo e($row->meta->excerpt); ?></p> </div> <!-- / Education 1 --> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php endif; ?> <?php if(count($experiences) > 0): ?> <div class="col-lg-6"> <div class="block"> <div class="block-title"> <h3 id="experience_title"><?php echo e(content('resume_id','experience_title')); ?></h3> </div> <div class="timeline"> <?php $__currentLoopData = $experiences; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!-- Education 1 --> <div class="timeline-item"> <h4 class="item-title"><?php echo e($row->title); ?></h4> <span class="item-period"><?php echo e($row->slug); ?></span> <span class="item-small"><?php echo e($row->tags); ?></span> <p class="item-description"><?php echo e($row->meta->excerpt); ?></p> </div> <!-- / Education 1 --> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php endif; ?> </div> </div> </div> </section> <!--Resume Area End--> <!--Portfolio Area Start--> <section class="portfolio pt-100 pb-100" id="portfolio_section"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="portfolio_title"><?php echo e(content('portfolio_section','portfolio_title')); ?></i> <span id="portfolio_bg_title"><?php echo e(content('portfolio_section','portfolio_bg_title')); ?></span></h1> </div> <!--Portfolio Category Button Area Start--> <div class="portfolio-category-button"> <div class="button-group filter-button-group"> <button data-filter="*" class="btn-fill">show all</button> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <button data-filter=".<?php echo e($row->id); ?>" class="btn-fill"><?php echo e($row->name); ?></button> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <!--Portfolio Category Button Area End--> <!--Single Portfolio Item Area Start--> <div class="row grid"> <?php $__currentLoopData = $portfolios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 element-item <?php $__currentLoopData = $row->portfolioCategory; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo e($cat->category_id); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>"> <div class="portfolio-item"> <div class="item-image"> <img src="<?php echo e(asset($row->meta->preview)); ?>" alt=""> </div> <div class="item-content"> <?php $__currentLoopData = $row->portfolioCategory; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="item-category"><span><?php echo e($cat->category->name); ?></span></div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="item-title"> <a href="<?php echo e(url($row->slug)); ?>"><span><?php echo e($row->title); ?> <i class="fas fa-long-arrow-alt-right"></i></a></span> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!--Single Portfolio Item Area End--> </div> </section> <!--Portfolio Area End--> <?php $testimonials=array( 'type'=>5, 'with'=>'meta', 'translate'=>false ); $testimonials=LpPosts($testimonials); ?> <?php if(count($testimonials) > 0): ?> <!--Client Area Start--> <section class="client pt-100 pb-100" id="review_section"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="review_title"><?php echo e(content('review_section','review_title')); ?></i> <span id="review_bg_title"><?php echo e(content('review_section','review_bg_title')); ?></span></h1> </div> <div class="row"> <div class="client-review owl-carousel"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $meta=json_decode($row->meta->excerpt); ?> <div class="item"> <div class="client-message"> <p><?php echo e($meta->excerpt); ?></p> </div> <div class="client-img"> <img src="<?php echo e(asset($row->meta->preview)); ?>" alt="" class="img-fluid round"> </div> <div class="client-info"> <h5><?php echo e($row->title); ?></h5> <small><?php echo e($meta->company_name); ?></small> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <!--Client Area End--> <?php endif; ?> <!--Contact Area Start--> <section class="contact pt-100 pb-100" id="portfolio_contact"> <div class="container"> <div class="section-title text-sm-center"> <h1><i id="contact_title"><?php echo e(content('portfolio_contact','contact_title')); ?></i> <span id="contact_bg_title"><?php echo e(content('portfolio_contact','contact_bg_title')); ?></span></h1> </div> <!--Contact Me Info Area Start--> <div class="row"> <div class="col-lg-4 text-sm-center"> <div class="contact-info"> <div class="contact-icon"> <i class="fas fa-mobile-alt"></i> </div> <h4 id="contact_first_section_title"><?php echo e(content('portfolio_contact','contact_first_section_title','contact_first_section')); ?></h4> <p id="contact_first_section_phone"><?php echo e(content('portfolio_contact','contact_first_section_phone','contact_first_section')); ?></p> </div> </div> <div class="col-lg-4 text-sm-center"> <div class="contact-info"> <div class="contact-icon"> <i class="far fa-envelope"></i> </div> <h4 id="contact_secound_section_title"><?php echo e(content('portfolio_contact','contact_secound_section_title','contact_secound_section')); ?></h4> <p id="contact_secound_section_email"><?php echo e(content('portfolio_contact','contact_secound_section_email','contact_secound_section')); ?></p> </div> </div> <div class="col-lg-4 text-sm-center"> <div class="contact-info"> <div class="contact-icon"> <i class="fas fa-map-marker-alt"></i> </div> <h4 id="contact_third_section_title"><?php echo e(content('portfolio_contact','contact_third_section_title','contact_third_section')); ?></h4> <p id="contact_third_section_location"><?php echo e(content('portfolio_contact','contact_third_section_location','contact_third_section')); ?></p> </div> </div> </div> <!--Contact Me Info Area end--> <!--Contact Me Form Area Start--> <form class="form" method="post" action="<?php echo e(route('contact')); ?>" id="contact_form"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-lg-6"> <input type="text" id="name" placeholder="Your Name" required> </div> <div class="col-lg-6"> <input type="email" id="email" placeholder="Your Email" required> </div> <div class="col-lg-12"> <input type="text" id="subject" placeholder="Your Subject" required> </div> <div class="col-lg-12"> <textarea name="message" id="message" placeholder="Your Message" required></textarea> <button type="submit" class="btn-fill" id="contact_btn"><?php echo e(content('portfolio_contact','contact_btn')); ?></button> </div> <div class="col-lg-12 text-center"> <h5 class="text-success pt-15" id="success"></h5> <h5 class="text-danger" id="error"></h5> </div> </div> </form> <!--Contact Me Form Area end--> </div> </section> <!--Contactn Area End--> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\multipurpose_monkey\script\am-content\Themes/portfolio/views/welcome/home.blade.php ENDPATH**/ ?>