MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/learn2chat/lessons-2.php
<!doctype html>
<html lang="en">
  <head>
    <title>Learn Chat</title>  
    <?php include 'inc/header.php'; ?>        
  </head>
 
  <body>
     <div class="lessons_2 bg_1 position-relative">
        <!-- <div class="childer-imgs">
          <div class="chil_img1">
              <img src="img/pencil_child.png" />
          </div>
          <div class="chil_img2">
              <img src="img/laptop_girl.png" />
          </div>
          <div class="chil_img3">
              <img src="img/half_book.png" />
          </div>
          <div class="chil_img4">
              <img src="img/book_readign.png" />
          </div>
        </div> -->
        <div class="top_area">
          <div class="container">      
            <?php include 'inc/logo.php'; ?>
            <?php include 'inc/navbar_2.php'; ?> 
            <!-- <?php //include 'navbar.php'; ?> -->
            <!-- <?php //include 'navbar_2.php'; ?> -->
          </div>
        </div>

        <div class="container">
          
          <div class="">
            <div class="heading-lg justify-content-center d-flex text-center">
                <h1> <img width="63" src="img/pencil.png" /> lessons 1</h1>
            </div>
            <div class="sky_section">
                 <div class="col-sm-8 mx-auto">
                      <div class="row">
                        <div class="col-sm-4 sky sky1 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="80" src="img/lessonimg1.png" /> </div>
                            <p> <a href="lessons_mainpage.php" class="bg_green"> Click To Enter </a></p>
                        </div>
                        <div class="col-sm-4 sky sky2 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="109" src="img/lessonimg2.png" /> </div>
                            <p> <a href="" class="bg_red text-white">  Not Available Yet </a></p>
                        </div>
                        <div class="col-sm-4 sky sky3 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="50" src="img/lessonimg3.png" /> </div>
                            <p> <a href="" class="bg_red text-white">  Not Available Yet </a></p>
                        </div>
                        <div class="col-sm-4 sky sky4 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="126" src="img/lessonimg4.png" /> </div>
                            <p> <a href="" class="bg_green"> Click To Enter </a></p>
                        </div>
                        <div class="col-sm-4 sky sky5 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="118" src="img/lessonimg5.png" /> </div>
                            <p> <a href="" class="bg_red text-white">  Not Available Yet </a></p>
                        </div>
                        <div class="col-sm-4 sky sky1 text-center">
                            <h4 class="">Lesson  1</h4>
                             <div> <img width="85" src="img/lessonimg6.png" /> </div>
                            <p> <a href="" class="bg_red text-white">  Not Available Yet </a></p>
                        </div>
                      </div>  
                       
                      <div class="my-3 text-center">
                        <button class="btn texture_btn btn-warning btn-sm circle_texture"><span class="shad"></span><span>Next</span></button>
                        <span class="text-danger"></span>
                      </div>
                 </div>
            </div>
          </div>
        </div>  
     </div> 
    

     <?php include 'inc/footer.php'; ?>    
  </body>
</html>