hjkhhrterwefdgdfgdfgdfgdgdfgdfgdsvstertrt
bnmbertsdfsdfgdfgdfgfffdgdfgdfgrtdfg
/
home
/
u652258970
/
domains
/
drgreal.in
/
public_html
/
Upload FileeE
HOME
<body> <?php $pagename="about-us"; include "header.php"; ?> <div class="banner about"> <div class="container"> <div class="col-md-6"> <h3>About Us</h3> </div> <div class="col-md-6 col-sm-6"> <p><a href="index.php">Home</a> / About Us</p> </div> </div> </div> <div class="producs about_bg"> <div class="container"> <div class="col-md-8 col-sm-8"> <h2>Company History</h2> <p> 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 of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum </p> <h5>Our Vision</h5> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia. </p> <h5>Our Mission</h5> <p> 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 of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p> </div> <div class="col-md-4 col-sm-4"> <img src="images/about-img.png"> </div> </div> </div> <?php include "footer.php"; ?> <script src="js/jquery.responsiveTabs.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $('#horizontalTab').responsiveTabs({ rotate: false, startCollapsed: 'accordion', collapsible: 'accordion', setHash: true, disabled: [7,9], activate: function(e, tab) { $('.info').html('Tab <strong>' + tab.id + '</strong> activated!'); }, activateState: function(e, state) { //console.log(state); $('.info').html('Switched from <strong>' + state.oldState + '</strong> state to <strong>' + state.newState + '</strong> state!'); } }); $('#start-rotation').on('click', function() { $('#horizontalTab').responsiveTabs('startRotation', 1000); }); $('#stop-rotation').on('click', function() { $('#horizontalTab').responsiveTabs('stopRotation'); }); $('#start-rotation').on('click', function() { $('#horizontalTab').responsiveTabs('active'); }); $('.select-tab').on('click', function() { $('#horizontalTab').responsiveTabs('activate', $(this).val()); }); //console.log("hash :: "+location.hash); location.hash && $(location.hash).activate(); }); </script> </body> </html>