Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
session_start();
?>
<!DOCTYPE html>
<html class="html">
<!-- Mirrored from codifystudioz.com/cs-theme/dance/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 28 Mar 2021 08:46:27 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<title>Danceing || Responsive HTML 5 Template</title>
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
<!-- theme css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<section id="topbar">
<div class="container">
<div class="row">
<div class="col-lg-12 ">
<div class="contact-info pull-left">
<ul>
<li><i class="fa fa-phone"></i> + (000) 123-456-7890 </li>
<li><i class="fa fa-clock-o"></i> Mon - Fri: 9:00AM - 5:00PM Sat - Sun: Closed</li>
</ul>
</div> <!-- /.contact-info -->
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div> <!-- /.social -->
</div>
</div>
</div>
</section>
<!--header start-->
<header>
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-sticky bootsnav">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.php"><img src="images/resource/logo.png" class="logo logo-scrolled" alt=""></a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="" data-out="">
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About Us</a></li>
<li><?php
if(isset($_SESSION['user321type']))
{
if($_SESSION['user321type']=="director" || $_SESSION['user321type']=="coach")
{
echo '<a href="dashboard.php"><i class="fa fa-user"></i> '.$_SESSION['user321name'].'</a>';
}
else
{
echo '<a href="login.php">Login</a>';
}
}
else
{
echo '<a href="login.php">Login</a>';
}
?>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- End Navigation -->
<div class="clearfix"></div>
</header>
<!--header end-->
<!--Page Title-->
<section class="page-title inner-baner">
<div class="container">
<h2>about us</h2>
<ul class="bread-crumb clearfix">
<li><i class="fa fa-home"></i> <a href="index.php">Home</a></li>
<li class="active">about</li>
</ul>
</div>
</section>
<!--End Page Title-->
<div class="sections-wrapper">
<section class="sec-pad">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1>
<B>ABOUT COMPANY</B>
</h1>
<p>
The company it all started when our CEO Mohammed. Decided to give hope in our city. His passion was strong even threw hard circumstances Mohammed didnt surrender. Our CEO goal was achieved finally now our acadremy is the first and the best academy in the city. His hard work and cooperation with his team they are reaching levels to put his academy competing worldwide academies.
</p>
<p>
Mohammed Fakhrulddin hoping his academy to reach to compete worldwide levels. He is putting all his effords to make the best from the best.
</p>
</div>
<!-- <div class="col-md-5 col-sm-4 hidden-xs">
<img src="images/resource/jumper.png" alt="">
</div> -->
</div><!-- row -->
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div class="overlay sec-pad">
<div class="container">
<div class="section-title text-center wd-50 mb-50">
<h1>Clintes <span class="color-pink">Testimonials</span></h1>
</div><!-- title -->
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="owl-carousel">
<div class="item">
<div class="quote-icon">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="text-box clearfix">
<p>
Our academy is not the only the one in the city but the best.
</p>
</div><!-- text-box -->
<div class="client-info-box">
<div class="client-img">
<img src="images/resource/client-img.jpg" alt="">
</div>
<p class="name">
<span>Mohammed Fakhrulddin </span> <br> ( c e o )
</p>
</div>
</div><!-- item -->
<div class="item">
<div class="quote-icon">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="text-box clearfix">
<p>
Dancing in passion is the key to success in our academy.
</p>
</div><!-- text-box -->
<div class="client-info-box">
<div class="client-img">
<img src="images/resource/client-img.jpg" alt="">
</div>
<p class="name">
<span>Mohammed Fakhrulddin </span> <br> ( c e o )
</p>
</div>
</div><!-- item -->
<div class="item">
<div class="quote-icon">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="text-box clearfix">
<p>
Live, Love, and Dance.
</p>
</div><!-- text-box -->
<div class="client-info-box">
<div class="client-img">
<img src="images/resource/client-img.jpg" alt="">
</div>
<p class="name">
<span>Mohammed Fakhrulddin </span> <br> ( c e o )
</p>
</div>
</div><!-- item -->
</div>
</div>
</div>
</div>
</div>
</section><!-- end testimonial -->
</div>
<footer>
<div class="container">
<div class="footer-logo">
<a href="#">
<img src="images/resource/footer-logo.png" alt="">
</a>
</div>
<div class="footer-element">
<div class="row">
<div class="col-md-3 col-sm-3">
<div class="info-bx">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<p>MONDAY TO SATURDAY<span>09:00AM - 05:00 PM</span></p>
</div>
</div>
<!-- End col -->
<div class="col-md-3 col-sm-3">
<div class="info-bx">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<p>Baghdad <span>Iraq</span>
</p>
</div>
</div>
<!-- End col -->
<div class="col-md-3 col-sm-3">
<div class="info-bx">
<i class="fa fa-envelope" aria-hidden="true"></i>
<p>E-MAIL:<span>mhmd@omaya.com</span></p>
</div>
</div>
<!-- End col -->
<div class="col-md-3 col-sm-3">
<div class="info-bx">
<i class="fa fa-phone" aria-hidden="true"></i>
<p>CALL US:<span>+123-456-7890</span></p>
</div>
</div>
<!-- End col -->
</div>
</div>
<div class="social-links-footer">
<a href="#"> <i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google"></i></a>
<a href="#"> <i class="fa fa-linkedin"></i></a>
</div><!-- social-link -->
<div class="quick-links">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About Us</a></li>
</ul>
</div>
<div class="footer-btm">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="copywrite">
© 2021 All rights reserved.
</div>
</div>
</div>
</div>
</div>
<!-- End footer-btm -->
</div>
</footer>
<!-- Start js -->
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/plugins.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
<script src="js/theme.js"></script>
<script src="js/wow.js"></script>
<!-- end -->
</body>
<!-- Mirrored from codifystudioz.com/cs-theme/dance/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 28 Mar 2021 08:46:27 GMT -->
</html>