ok
Direktori : /home2/globaltriumphfou/public_html/ |
Current File : /home2/globaltriumphfou/public_html/index.php |
<!DOCTYPE html> <html lang="zxx"> <head> <title>Home-Global Triumph Foundation</title> <meta charset="UTF-8"> <link rel="shortcut icon" href="img/logos/fav.png"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Bootstrap CSS--> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- Font-Awesome --> <link rel="stylesheet" type="text/css" href="css/font-awesome.css"> <!-- Icomoon --> <link rel="stylesheet" type="text/css" href="css/icomoon.css"> <!-- Slider --> <link rel="stylesheet" type="text/css" href="css/swiper.min.css"> <link rel="stylesheet" type="text/css" href="css/slider.css"> <!-- Animate.css --> <link rel="stylesheet" href="css/animate.css"> <!-- Owl Carousel --> <link rel="stylesheet" href="css/owl.carousel.css"> <!-- Main Styles --> <link rel="stylesheet" type="text/css" href="css/default.css"> <link rel="stylesheet" type="text/css" href="css/styles.css" id="colors"> <!-- Fonts Google --> <link href="https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet"> <style> @/* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .swiper-slide { height: 52%; } } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 600px) { .swiper-slide { height: 52%; } } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (min-width: 768px) { .swiper-slide { height: 72%; } } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { .swiper-slide { height: 54%; } } /* Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { .swiper-slide { height: 70%; } } </style> </head> <body> <!-- Preloader Start--> <div id="preloader"> <div class="row loader"> <div class="loader-icon"></div> </div> </div> <!-- Preloader End --> <?php include "inc_header.php"; $todate=date('Y-m-d'); $querybanner=mysqli_query($connection,"select * from `banner_images` order by `B_Position` asc"); $queryt=mysqli_query($connection,"select * from `team_member` order by `B_Position` asc"); $fqueryt=mysqli_query($connection,"select * from `online_session` order by `O_P` desc limit 3"); $queryevent=mysqli_query($connection,"select * from `event_list` where `gal_date`>='$todate' order by `gal_date` asc"); ?> <!-- Slider START --> <div class="swiper-main-slider swiper-container"> <div class="swiper-wrapper"> <?php while($rowsbanner=mysqli_fetch_assoc($querybanner)){ ?> <a class="swiper-slide" style="background-image:url(banner/<?php echo $rowsbanner['B_Images']; ?>)" href="<?php echo $rowsbanner['B_Address']; ?>"> <div class="slider-content left-holder"> </div> </a> <?php } ?> </div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> <!-- Add Pagination --> <div class="swiper-pagination"></div> </div> <!-- Slider END --> <!-- Info Video Section START --> <div class="section-block-grey"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-6 col-12"> <div class="pr-30-md"> <div class="section-heading"> <h4>Welcome To Global Triumph Foundation</h4> </div> <div class="section-heading-line-left"></div> <div class="text-content mt-20"> <p>Global Triumph Foundation, a leading global analytical company providing ratings, research and insight driven Market Research company. We are also the foremost provider of high-end research to the world's largest leading industry. With sustainable competitive advantage arising from our strong brand, unmatched credibility, market leadership across businesses, and large customer base, we deliver analysis, opinions, and solutions that make markets function better.</p><div class="mt-20 left-holder"> <a href="about" class="primary-button button-sm">Read More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-6 col-12"> <div class="video-video-box full-width mt-15-xs"> <iframe width="100%" height="230" src="https://www.youtube.com/embed/AZ0Ke4uYc1A" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe> </div> </div> </div> </div> </div> <!-- Info Video Section END --> <!-- Blog Grid START --> <div class="section-block"> <div class="container"> <div class="section-heading"> <h4>Upcoming Events</h4> <div class="section-heading-line-left"></div> </div> <div class="row"> <div class="col-md-12 col-sm-12 col-12 pr-30-md"> <div class="row"> <?php while($rows=mysqli_fetch_assoc($queryevent)){ ?> <div class="col-md-4 col-sm-12 col-12"> <div class="blog-grid"> <div class="blog-grid-img"> <img src="banner/<?php echo $rows['gal_image']; ?>" alt="img"> <div class="data-box-grid"> <h4><?php echo date("d",strtotime($rows['gal_date'])); ?></h4> <p><?php echo date("M",strtotime($rows['gal_date'])); ?></p> </div> </div> <div class="blog-grid-text"> <span><?php echo $rows['gal_cat']; ?></span> <h4><?php echo $rows['gal_name']; ?></h4> <ul> <li><i class="fa fa-calendar"></i><?php echo date("d M Y",strtotime($rows['gal_date'])); ?></li> </ul><div class="mt-20 left-holder"> <a href="nomination?nid=<?php echo base64_encode($rows['gal_id']); ?>" class="primary-button button-sm">Apply Now</a> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> <!-- Video Section START --> <div class="video-section"> <div class="video-area" id="video-area"> <div class="player" id="video-play" data-property="{videoURL:'https://www.youtube.com/watch?v=AxTW7dXH4-g', containment:'#video-area', showControls:false, autoPlay:true, zoom:0, loop:true, mute:true, startAt:55, opacity:1, quality:'low',}"></div> <div class="video-overlay"> <div class="video-content"> <div class="section-heading center-holder white-color"> <h4> </h4> <h4> </h4> <span>Welcome To Global Triumph Foundation</span> <h2><strong>Let's Fly Your Brand</strong></h2> <h4> </h4> <h4> </h4> </div> </div> </div> </div> </div> <!-- Video Section END --> <!-- Video Boxes START --> <div class="section-block"> <div class="container"> <div class="section-heading"> <h4>Online Session Video</h4> <div class="section-heading-line-left"></div> </div> <div class="row mt-50"> <?php while($rows1=mysqli_fetch_assoc($fqueryt)){ ?> <div class="col-md-4 col-sm-4 col-12"> <!-- Video Box START --> <div class="video-video-box full-width mt-15-xs"> <?php if($rows1['O_Type']=='FB'){ ?> <iframe src="https://www.facebook.com/plugins/video.php?href=<?php echo $rows1['O_Url']; ?>&show_text=0&width=100%" width="100%" height="235" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe> <?php }if($rows1['O_Type']=='YT'){ ?> <iframe width="100%" height="200" src="https://www.youtube.com/embed/<?php echo $rows1['O_Url']; ?>" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe> <?php } ?> </div> <!-- Modal Start --> <!-- Modal End --> <!-- Video Box END --> </div> <?php } ?> </div> </div> </div> <!-- Video Boxes END --> <!-- Feature Boxes Section START --> <div class="section-block-grey"> <div class="container"> <div class="section-heading center-holder"> <h3>Our Services</h3> <div class="section-heading-line"></div> </div> <div class="row mt-60"> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-target"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Education consultant</a></h4> <p>Education consultancy is altogether unique and different field compared to other fields or areas.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-diamond"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Build Valuable Relationships</a></h4> <p>We will offer highly effective relationship program for your brand or business and maintain favorable image among the targeted public.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-networking"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Training</a></h4> <p>Training is a systematic process through which an organization’s human resources gain knowledge.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-hourglass"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Building Brand</a></h4> <p>Building a brand identity to your business or product is an essential aspect that helps in making a public relationship.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-bank"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Workshops</a></h4> <p>The workshop explicitly focuses on the context because the successful implementation of generically described teaching.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> <div class="col-md-4 col-sm-4 col-12"> <div class="feature-flex-square"> <div class="clearfix"> <div class="feature-flex-square-icon"> <i class="icon-document"></i> </div> <div class="feature-flex-square-content"> <h4><a href="#">Reach Targeted Market</a></h4> <p>We analyze, predict and understand the public needs for an easy implementation of Public Relationship Program.</p> <a href="services" class="feature-flex-square-content-button">Learn More</a> </div> </div> </div> </div> </div> </div> </div> <!-- Feature Boxes Section END --> <!-- Team Members START --> <div class="section-block"> <div class="container"> <div class="section-heading center-holder"> <h3>We Are Team Of Professionals</h3> <div class="section-heading-line"></div> </div> <div class="row mt-50"> <?php while($rowst=mysqli_fetch_assoc($queryt)){ ?> <div class="col-md-3 col-sm-3 col-12"> <div class="team-member"> <div class="team-member-img"> <img src="team_member_image/<?php echo $rowst['B_Images']; ?>" alt="img"> </div> <div class="team-member-text"> <h4><a href="#"><?php echo $rowst['B_Name']; ?></a></h4> <span><?php echo $rowst['B_Designation']; ?></span> </div> </div> </div> <?php } ?> </div> </div> </div> <!-- Team Members END --> <?php include "inc_footer.php"; ?> <!-- Scroll to top button Start --> <a href="#" class="scroll-to-top"><i class="fa fa-angle-up" aria-hidden="true"></i></a> <!-- Scroll to top button End --> <!-- Jquery --> <script src="js/jquery.min.js"></script> <!--Popper JS--> <script src="js/popper.min.js"></script> <!-- Bootstrap JS--> <script src="js/bootstrap.min.js"></script> <!-- Owl Carousel--> <script src="js/owl.carousel.js"></script> <!-- Navbar JS --> <script src="js/navigation.js"></script> <script src="js/navigation.fixed.js"></script> <!-- Wow JS --> <script src="js/wow.min.js"></script> <!-- Countup --> <script src="js/jquery.counterup.min.js"></script> <script src="js/waypoints.min.js"></script> <!-- Tabs --> <script src="js/tabs.min.js"></script> <!-- Yotube Video Player --> <script src="js/jquery.mb.YTPlayer.min.js"></script> <!-- Swiper Slider --> <script src="js/swiper.min.js"></script> <!-- Isotop --> <script src="js/isotope.pkgd.min.js"></script> <!-- Modernizr --> <script src="js/modernizr.js"></script> <!-- Main JS --> <script src="js/main.js"></script> </body> </html>