File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/page-about-me.php
<?php get_header(); ?>
<section class="ftco-section ftco-bread">
<div class="container">
<div class="row no-gutters slider-text justify-content-center align-items-center">
<div class="col-md-8 ftco-animate">
<p class="breadcrumbs">
<span class="mr-2"><a href="<?php echo get_home_url() ?>">Home</a></span> <span>></span>
<span><?php the_title(); ?></span></p>
<h1 class="bread"><?php echo wp_title() ?></h1>
</div>
</div>
</div>
</section>
<section class="ftco-section-no-padding bg-light">
<div class="hero-wrap">
<div class="overlay"></div>
<div class="d-flex">
<?php $featured_img_url = get_the_post_thumbnail_url(); ?>
<div class="author-image text img p-md-5" style="background-image: url(<?php echo $featured_img_url ?>);"></div>
<div class="author-info text p-4 p-md-5 mt-5 mb-5">
<?php echo the_content(); ?>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>