⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
a173c724c79be87b986dcf32191b49a09d7b952b.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords["About"] ?? "About"); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->about_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->about_meta_keywords : ''); ?> <?php $__env->startSection('content'); ?> <!--====== Start Main Wrapper ======--> <div class="main-wrapper inner"> <section class="about-area"> <?php if(!empty($home_text->about_image)): ?> <div class="about-img"> <img data-src="<?php echo e(asset('assets/front/img/user/home_settings/'.$home_text->about_image)); ?>" class="lazy" alt="About Image"> </div> <?php endif; ?> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-8"> <div class="about-content-box"> <div class="section-title mb-30"> <span class="sub-title"><?php echo e($home_text->about_title ?? 'My Resume'); ?></span> <h2><span class="light-text"><?php echo e($home_text->about_subtitle ?? 'About Me'); ?></span></h2> </div> <p><?php echo nl2br($home_text->about_content ?? ""); ?> </p> <?php if(is_array($userPermissions) && in_array('Achievements',$userPermissions)): ?> <div class="counter-wrapper d-flex"> <?php $__currentLoopData = $achievements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $achievement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="single-counter text-center"> <h2 class="number"><span class="count"><?php echo e($achievement->count); ?></span><span class="sm-text">+</span></h2> <h6 class="title"><?php echo e($achievement->title); ?></h6> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php if(isset($userBs->cv)): ?> <a href="<?php echo e(asset('assets/front/img/user/cv/'.$userBs->cv)); ?>" class="main-btn" download="<?php echo e($user->username); ?>.pdf" target="_blank"> <?php echo e($keywords["Download_CV"] ?? "Download CV"); ?></a> <?php endif; ?> </div> </div> </div> </div> </section> </div><!--====== End Main Wrapper ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme3.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme3/about.blade.php ENDPATH**/ ?>