Advertisement
quewebdev

about-us.php

Jan 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="keywords" content="About us, Misi, Visi" />
  7.     <meta name="author" content="" />
  8.     <meta name="robots" content="" />
  9.     <meta name="description" content="Malaysia Organic Food, Quranic Foods, Olive Oil, Olivie, Fig Vinegar, Dried Fig, Pomegranate" />
  10.     <meta property="og:title" content="OLIVE HOUSE &trade;" />
  11.     <meta property="og:description" content="" />
  12.     <meta property="og:image" content="" />
  13.     <meta name="format-detection" content="telephone=no">
  14.    
  15.     <!-- FAVICONS ICON -->
  16.     <link rel="icon" href="images/favicon2.ico" type="image/x-icon" />
  17.     <link rel="shortcut icon" type="image/x-icon" href="images/favicon2.png" />
  18.    
  19.     <!-- PAGE TITLE HERE -->
  20.     <title>OLIVE HOUSE &trade; | Official Website</title>
  21.    
  22.     <!-- MOBILE SPECIFIC -->
  23.     <meta name="viewport" content="width=device-width, initial-scale=1">
  24.    
  25.     <!--[if lt IE 9]>
  26.     <script src="js/html5shiv.min.js"></script>
  27.     <script src="js/respond.min.js"></script>
  28.     <![endif]-->
  29.    
  30.     <!-- STYLESHEETS -->
  31.     <link rel="stylesheet" type="text/css" href="css/plugins.css">
  32.     <link rel="stylesheet" type="text/css" href="css/style.css">
  33.     <link class="skin" rel="stylesheet" type="text/css" href="css/skin/skin-6.css">
  34.     <link rel="stylesheet" type="text/css" href="css/templete.css">
  35. </head>
  36. <body id="bg">
  37. <div class="page-wraper">
  38. <div id="loading-area"></div>
  39.  
  40.  <?php $page = 'about'; include ("navigation.php"); ?>
  41.     <!-- Content -->
  42.     <div class="page-content bg-white">
  43.         <!-- inner page banner -->
  44.         <div class="bnr-inr bg-pt" style="background-image:url(images/banner/our-story-header.jpg);">
  45.             <div class="container">
  46.                 <div class="bnr-inr-entry">
  47.                     <h1>Our Story</h1>
  48.                     <!-- Breadcrumb row -->
  49.                     <div class="breadcrumb-row">
  50.                         <ul class="list-inline">
  51.                             <li><a href="index.php">Home</a></li>
  52.                             <li>Our Story</li>
  53.                         </ul>
  54.                     </div>
  55.                     <!-- Breadcrumb row END -->
  56.                 </div>
  57.             </div>
  58.         </div>
  59.         <!-- inner page banner END -->
  60.         <!-- contact area -->
  61.         <!-- <div class="content-area"> -->
  62.         <!-- start of our story layout -->
  63.            <div class="container-fluid bg-ourstory ">
  64.                <div class="row">
  65.                    <h1 >Our Story</h1>
  66.                </div>
  67.                <div class="row">
  68.                    <div class="col-xs-6 col-md-4 text-justify">
  69.                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.
  70.                    </div>
  71.                 </div>
  72.            </div>
  73.            <!-- end of our story layout -->
  74.  
  75.            <!-- start of oh layout -->
  76.            <div class="container-fluid bg-oh">
  77.                <div class="row">
  78.                    <h1> Olive House</h1>
  79.                </div>
  80.                <div class="row">
  81.                    <div class="col-xs-6 col-md-4 text-justify">
  82.                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.
  83.                    </div>
  84.                 </div>
  85.            </div>
  86.            <!-- end of oh layout -->
  87.  
  88.             <!-- start of aafiyatlifestyle layout -->
  89.            <div class="container-fluid bg-aafiyat2 ">
  90.                <div class="row">
  91.                 <div class="col-xs-6 col-md-12">
  92.                    <h1> aafiyat lifestyle</h1>
  93.                </div>
  94.                <div class="col-xs-6 col-md-12">
  95.                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
  96.                    </div>
  97.                </div>
  98.            </div>
  99.            <!-- end of aafiyatlifestyle layout -->
  100.  
  101.              <!-- start of aafiyatlifestyle layout -->
  102.            <div class="container-fluid bg-faid">
  103.                <div class="row">
  104.                   <div class="col-xs-6  col-md-4">
  105.                    <h1> Dr Mohamed Faid</h1>
  106.                    </div>
  107.                 <div class="row">
  108.                    <div class="col-xs-6 col-md-4 text-justify">
  109.                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.
  110.                    </div>
  111.                 </div>
  112.                </div>
  113.            </div>
  114.            <!-- end of aafiyatlifestyle layout -->
  115.  
  116.         <!-- </div> -->
  117.  
  118.     </div>
  119.     <!-- Content END-->
  120. <!-- Footer -->
  121. <?php include ("footer.php"); ?>
  122. <!-- Footer END-->
  123.     <button class="scroltop fa fa-chevron-up" ></button>
  124. </div>
  125. <!-- JAVASCRIPT FILES ========================================= -->
  126. <script src="js/jquery.min.js"></script><!-- JQUERY.MIN JS -->
  127. <script src="plugins/wow/wow.js"></script><!-- WOW JS -->
  128. <script src="plugins/bootstrap/js/popper.min.js"></script><!-- BOOTSTRAP.MIN JS -->
  129. <script src="plugins/bootstrap/js/bootstrap.min.js"></script><!-- BOOTSTRAP.MIN JS -->
  130. <script src="plugins/bootstrap-select/bootstrap-select.min.js"></script><!-- FORM JS -->
  131. <script src="plugins/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script><!-- FORM JS -->
  132. <script src="plugins/magnific-popup/magnific-popup.js"></script><!-- MAGNIFIC POPUP JS -->
  133. <script src="plugins/counter/waypoints-min.js"></script><!-- WAYPOINTS JS -->
  134. <script src="plugins/counter/counterup.min.js"></script><!-- COUNTERUP JS -->
  135. <script src="plugins/imagesloaded/imagesloaded.js"></script><!-- IMAGESLOADED -->
  136. <script src="plugins/masonry/masonry-3.1.4.js"></script><!-- MASONRY -->
  137. <script src="plugins/masonry/masonry.filter.js"></script><!-- MASONRY -->
  138. <script src="plugins/owl-carousel/owl.carousel.js"></script><!-- OWL SLIDER -->
  139. <script src="js/custom.js"></script><!-- CUSTOM FUCTIONS  -->
  140. <script src="js/carousel.js"></script><!-- SORTCODE FUCTIONS  -->
  141. <script src="js/activenav.js"></script>
  142.  
  143.  
  144. <script src="js/ajax.js"></script><!-- CONTACT JS  -->
  145.  
  146.  
  147. </body>
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement