Enter Keyword Hear for Search This Blog

Showing posts with label How to make about page. Show all posts
Showing posts with label How to make about page. Show all posts

Thursday, 22 February 2018

How to make about page

<?php session_start(); 
  if(!isset($_SESSION['email']))
  {
    header('location:login.php');
  }
?>
<html>
<head>
  <?php include('inc/head.php'); ?>
</head>
<body>
  <div class="container">
    <div class="header text-center">
      <?php include("inc/header.php"); ?>
    
      <nav class="navbar navbar-inverse" role="navigation">
        <?php include("inc/menu.php"); ?>
      </nav>
    </div>
    <div class="row">
      <div class="col-lg-3">
        <?php include("inc/sidebar.php"); ?>
      </div>
    <!-- </div>
    <div class="row"> -->
      <div class="col-lg-9">
        <div class="bs-component">
          <div class="panel panel-primary">
            <div class="panel-heading">
              <h3 class="panel-title">
                About
              </h3>
            </div>
            <div class="panel-body">
              <div class="row aboveimg">
                <div class="col-md-10">
                  <h1>Two types of converter is there.</h1>
                  </br>
                  <div class="panel-group" id="accordion">
                    <div class="panel panel-default">
                      <div class="panel-heading">
                        <h4 class="panel-title">
                          <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
                            1.Image to Pdf Convert
                          </a>
                        </h4>
                      </div>
                      <div id="collapseOne" class="panel-collapse collapse in">
                        <div class="panel-body">
                          <h4>1. Single Image convert</h4>
                          <p>
                            - Only convert single image extension is jpg,png,gif<br/>
                            - With validation<br/>
                            - After convert image is go gallary folder in and pdf file create PDF/ folder in
                          </p>

                          <h4>2. Multiple Image convert</h4>
                          <p>
                            - Bydefault you have five file-Box is provide, image extension is jpg,png,gif valid.<br/>
                            - With validation.<br/>
                            - After convert pdf is go PDF/ folder in and image go gallary/ folder in.<br/>
                            - Click (+) button you have get one extra file-box. <br/>
                            - You have compresh all image in single pdf and individual pdf in.<br/>
                          </p>
                        </div>
                      </div>
                    </div>
                    <div class="panel panel-default">
                      <div class="panel-heading">
                        <h4 class="panel-title">
                          <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
                            2.Pdf to Html Convert
                          </a>
                        </h4>
                      </div>
                      <div id="collapseTwo" class="panel-collapse collapse">
                        <div class="panel-body">
                          <h4>1. Single Image convert</h4>
                          <p>
                            - Only convert single pdf file into html extension is pdf,text<br/>
                            - With validation<br/>
                            - After convert pdf file is go pdftohtml/pdf/ folder in and html file create pdftohtml folder in
                          </p>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>        
      </div>
    </div>
  </div>
</body>
</html>

Featured post

what is ajax?how to create ajax with php code

Ajax Introduction -  એજેક્સ નો ઉપીયોગ કરી ને તમે પેજ લોડ કાર્ય વિના બધી માહિતી મેળવી શકો.એજેક્સ થી તમે કોઈ પણ ડેટા ઝડપ થી મેળવી શકો છો...