File: /home/imensosw/www/imenso.co/learn2chat/unit_page2.php
<!doctype html>
<html lang="en">
<head>
<title>Learn Chat</title>
<?php include 'inc/header.php'; ?>
</head>
<body>
<div class="unit_page bg_4 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="container">
<?php include 'inc/logo.php'; ?>
<?php include 'inc/navbar_2.php'; ?>
<div class="">
<div class="heading-lg justify-content-center d-flex text-center">
<h1> <img width="63" src="img/pencil.png" /> units </h1>
</div>
<div class="unit_section">
<div class="col-sm-8 mx-auto">
<div class="row">
<div class="col-sm-4">
<div class="unit unit7 text-center">
<h4>Units 7</h4>
<div> <img width="57" src="img/unit7.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</div>
<div class="col-sm-4">
<div class="unit unit8 text-center">
<h4 class="text-white">Units 8</h4>
<div> <img width="107" src="img/unit8.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</div>
<div class="col-sm-4">
<div class="unit unit9 text-center">
<h4 class="text-white">Units 9</h4>
<div> <img width="169" src="img/unit9.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</div>
<div class="col-sm-4">
<div class="unit unit10 text-center">
<h4 class="text-white">Units 10</h4>
<div> <img width="57" src="img/unit10.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</div>
<div class="col-sm-4">
<div class="unit unit11 text-center">
<h4 class="text-white">Units 11</h4>
<div> <img width="77" src="img/unit11.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</div>
<div class="col-sm-4">
<div class="unit unit12 text-center">
<h4 class="text-white">Units 12</h4>
<div> <img width="81" src="img/unit12.png" /> </div>
<p> <a href="" class="bg_red text-white"> Not available yet </a></p>
</div>
</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>