Pages

Wednesday, May 13, 2020

The responsive About section.





In this tutorial, you will learn About section in html 5 in Bangla. This tutorial created by Web Jogot. Video link: "https://youtu.be/LHWSbTvGk8Y.
The HTML CODE:"
<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta content="" name="description"/>
    <meta content="" name="author"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title> Web Jogot  </title>

<link rel="icon" type="image/png" href="img/logo.png">

 
  <link href="css/bootstrap.min.css" rel="stylesheet">

  <link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">

  <link href="css/sb-admin.css" rel="stylesheet">
  <link href="css/dataTables.bootstrap4.css" rel="stylesheet">
  <link href="css/parsley.css" type="text/css" rel="stylesheet">
  <link href="css/bootstrap-datepicker.css" type="text/css" rel="stylesheet">
  <link rel="stylesheet" href="css/style.css">
  <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap" rel="stylesheet">
</head>
<body class="m-2">

 <!-- navbar -->
  <nav style="background-color: rgb(0,123,255);" class="navbar navbar-expand-lg navbar-light  nav-                                                            bg shadow-lg">
       <div class="container">
          <img src="img/logo.png" height="50px" alt="">
          <a  style="font-weight: 900;font-family: Arial, Helvetica, sans-serif;" class="navbar-brand                    text-white" href="index.html"> Web Jogot </a>
   
         <button class="navbar-toggler" type="button" data-toggle="collapse" data-                           target="#navbarSupportedContent">
        <span class="navbar-toggler-icon"></span>
       </button>
  
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
    
      <ul class="navbar-nav ml-auto">
        <li class="nav-item"> 
          <a  style="color:white; font-weight: 500; font-family: Arial, Helvetica, sans-serif;"       class="nav- link" href="index.html">Home</a>
        </li>
        <li class="nav-item">
          <a  style="color:white; font-weight: 500; font-family: Arial, Helvetica, sans-serif;" class="nav-link" href="about.html">About</a>
        </li>
         <li class="nav-item">
          <a  style="color:white; font-weight: 500; font-family: Arial, Helvetica, sans-serif;" class="nav-link" href="contact.html">Contact</a>
        </li>
     </ul>
    </div>
     </div>
</nav>

<!-- nav end -->

<!-- header start -->

    <div class="jumbotron bg-image">
        <h1 class="display-7 text-white mb-5"> Welcome to webjogot</h1>
        <p class="  lead text-white"> Come to learn web develope.I'm here to help you.Well organized and <br> easy to understand Web building tutorials with lots of examples of how <br> to use HTML,CSS,SQL,PHP,Bootstrap..... </p>
        <hr class="my-4">
        <a class="btn btn-primary btn-lg" href="#"> Learn more</a>
    </div>

<!-- header end -->

<!--About-->

     <div class="row mb-4">
      <div class="col-sm-12 col-md-12"> 
       <div class="card-body text-center">
         <h2 class="card-title">About Our Free Classes</h2> 
       <p class="card-texr"> easy to understand Web building tutorials with lots of examples of how <br> to use HTML,CSS,SQL,PHP,Bootstrap..... </p>
       <a href="#"> Sing up </a>
      </div>
     </div>
    </div>

<!--About end-->

<!--card-->
<div class="row">
  <div class=" col-sm-12 col-md-4 mb-4">
    <div class="card">
      <img src="img/card-1.jpg" height="150px" alt="">
      <div class="card-body text-center">
        <h2 class="card-title"> Project-1 </h2>
        <p class="card-text">Thist is the second project about normal template</p>
        <a href="https://youtu.be/OoR9Q63Fzjs" class="card-link">Click to learn</a>
      </div>
    </div>
  </div>
  <div class=" col-sm-12 col-md-4 mb-4">
    <div class="card">
      <img src="img/card-2.jpg" height="150px" alt="">
      <div class="card-body text-center">
        <h2 class="card-title"> Project-2 </h2>
        <p class="card-text">Thist is the second project about school template</p>
        <a href="https://youtu.be/OoR9Q63Fzjs" class="card-link">Click to learn</a>
      </div>
      </div>
  </div>
  <div class=" col-sm-12 col-md-4 mb-4">
    <div class="card">
      <img src="img/card-3.jpg" height="150px" alt="">
      <div class="card-body text-center">
        <h2 class="card-title"> Project-3 </h2>
        <p class="card-text">Thist is the second project about business template</p>
        <a href="https://youtu.be/OoR9Q63Fzjs" class="card-link">Click to learn</a>
      </div>
  </div>
  </div>
</div>

<!--card end-->



<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/parslay.min.js"></script>
<script src="js/jquery.dataTables.js"></script>
<script src="js/dataTables.bootstrap4.js"></script>
<script src="js/sb-admin.min.js"></script>
<script src="js/sb-admin-datatables.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/select2@4.0.12/dist/js/select2.min.js"></script>
</body>
</html> "

No comments:

Post a Comment