📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
etut-dersane.demodesign.com.tr
📝
anasayfa.php
← Geri Dön
<?php include 'fixed/header.php' ?> <body class=""> <div id="wrapper" class="clearfix"> <?php include 'fixed/fixed-buttons.php' ?> <!-- Header --> <header id="header" class="header"> <?php include 'fixed/header-detail.php' ?> <?php include 'fixed/menu.php' ?> </header> <!-- END HEADER --> <script src="ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <!-- Start main-content --> <div class="main-content"> <!-- Section: home --> <section id="home"> <div class="container-fluid p-0"> <div id="amazingslider-wrapper-1" style="display:block;position:relative;max-width:100%;margin:0px auto 0px;"> <div id="amazingslider-1" style="display:block;position:relative;margin:0 auto;"> <ul class="amazingslider-slides" style="display:none;"> <?php $slider=$db->prepare("SELECT * FROM slider"); $slider->execute(); ?> <?php while ($slidertake=$slider->fetch(PDO::FETCH_ASSOC)) {?> <li> <img src="<?php echo $slidertake['resim'] ?>" alt="<?php echo $slidertake['adi'] ?>" title="<?php echo $slidertake['adi'] ?>" data-description="<?php echo $slidertake['aciklama'] ?>"> <a href="iletisim"><button class="as-btn-navy-medium">DETAYLI BİLGİ</button></a> </li> <?php } ?> </ul> </div> </div> </div> </section> <!-- Section: About --> <section> <div class="container"> <div class="section-content"> <div class="row"> <?php $egitim=$db->prepare("SELECT * FROM egitim_birimleri Order By id DESC LIMIT 3"); $egitim->execute(); ?> <?php while ($egitimtake=$egitim->fetch(PDO::FETCH_ASSOC)) {?> <div class="col-sm-6 col-md-4 maxwidth500 mb-sm-40 wow fadeInUp birim" data-margin-top="-140px" data-wow-duration="1s" data-wow-delay="0.1s"> <img class="img-fullwidth" src="<?php echo $egitimtake['resim'] ?>" alt="<?php echo $egitimtake['adi'] ?>"> <div class="bg-lighter border-1px p-20 pt-0"> <h4 class="font-weight-700 mt-20"><?php echo $egitimtake['adi'] ?></h4> <p><?php echo $egitimtake['ozet'] ?></p> <a href="birimler/<?php echo $egitimtake['seo'] ?>" class="btn btn-sm btn-theme-colored">DEVAMINI OKU</a> </div> </div> <?php } ?> </div> <?php $kurumsal= $db->query("SELECT * FROM kurumsal_yazilar WHERE ID=1")->fetch(PDO::FETCH_ASSOC); ?> <div class="row"> <div class="col-md-12 text-center"> <h2 class="title font-42 text-theme-colored mt-30 mb-20">Hakkımızda</h2> <div class="dur" style="line-height:20px;display:-webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical; overflow:hidden;"> <p class="mb-20"><p><?php echo $kurumsal['aciklama']; ?></p></div> <a class="btn btn-colored btn-theme-colored btn-lg text-uppercase font-13 mt-30" href="hakkimizda">Hakkımızda</a> <a class="btn btn-theme-color-2 btn-lg text-uppercase text-white font-13 mt-30" href="on-basvuru">ÖN KAYIT FORMU</a> </div> </div> </div> </div> </section> <!-- Section: COURSES --> <section class="bg-lighter"> <div class="container pb-60"> <div class="section-title mb-10"> <div class="row"> <div class="col-md-8"> <h2 class="mt-0 text-uppercase font-28 line-bottom line-height-1"><span class="text-theme-color-2 font-weight-400">KURSLARIMIZ</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <div class="owl-carousel-4col" data-dots="true"> <?php $kurs=$db->prepare("SELECT * FROM kurslarimiz"); $kurs->execute(); ?> <?php while ($kurstake=$kurs->fetch(PDO::FETCH_ASSOC)) {?> <div class="item"> <div class="service-block bg-white service-ana-block"> <div class="thumb"> <img alt="featured project" src="<?php echo $kurstake['resim'] ?>" class="img-fullwidth"> </div> <div class="content text-left flip p-25 pt-0"> <h4 class="line-bottom mb-10"><?php echo $kurstake['adi'] ?></h4> <p><?php echo $kurstake['ozet'] ?> ...</p> <a class="btn btn-dark btn-theme-colored btn-sm text-uppercase mt-10" href="kurslarimiz/<?php echo $kurstake['seourl'] ?>">DEVAMINI OKU</a> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <!-- Divider: Funfact --> <section class="divider parallax layer-overlay overlay-theme-colored-9" data-bg-img="tema/genel/uploads/arkaplan/arkaplan2/odevsiz-okul-modeli.jpg" data-parallax-ratio="0.7"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-smile mt-5 text-theme-color-2"></i> <h2 data-animation-duration="2000" data-value="600" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Mutlu Veli</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-note2 mt-5 text-theme-color-2"></i> <h2 data-animation-duration="2000" data-value="43" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Derslik</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-users mt-5 text-theme-color-2"></i> <h2 data-animation-duration="2000" data-value="15" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Deneyimli Öğretmen</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-0"> <div class="funfact text-center"> <i class="pe-7s-cup mt-5 text-theme-color-2"></i> <h2 data-animation-duration="2000" data-value="300" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Başarılı Öğrenci</h5> </div> </div> </div> </div> </section> <!-- Section: team --> <section> <div class="container pb-0"> <div class="section-title mb-10"> <div class="row"> <div class="col-md-8"> <h2 class="mt-0 text-uppercase font-28 line-bottom line-height-1">EĞİTİM <span class="text-theme-color-2 font-weight-400">KADROMUZ</span></h2> </div> </div> </div> <div class="row mtli-row-clearfix"> <div class="col-md-12"> <div class="owl-carousel-4col"> <?php $ekip=$db->prepare("SELECT * FROM ekibimiz"); $ekip->execute(); ?> <?php while ($ekiptake=$ekip->fetch(PDO::FETCH_ASSOC)) {?> <div class="item"> <div class="team-members maxwidth400"> <div class="team-thumb"> <img class="img-fullwidth" alt="Vedat BORA" src="<?php echo $ekiptake['resim'] ?>"> </div> <div class="team-bottom-part border-bottom-theme-color-2-2px bg-lighter border-1px text-center p-10 pt-20 pb-10"> <h4 class="font-raleway font-weight-600 m-0"> <a class="" href="egitim-kadromuz/<?php echo $ekiptake['seo'] ?>"> <?php echo $ekiptake['adi'] ?> </a> </h4> <h5 class="text-theme-color"><?php echo $ekiptake['gorev'] ?></h5> <ul class="styled-icons icon-sm icon-dark icon-theme-colored"> <li><a href="<?php echo $ekiptake['facebook'] ?>" class="fab fa-facebook-f" title="facebook"></a></li> <li><a href="<?php echo $ekiptake['telegram'] ?>" class="fab fa-telegram-plane" title="telegram"></a></li> <li><a href="<?php echo $ekiptake['instagram'] ?>" class="fab fa-instagram" title="instagram"></a></li> <li><a href="<?php echo $ekiptake['linkedin'] ?>" class="fab fa-linkedin" title="linkedin"></a></li> <li><a href="<?php echo $ekiptake['youtube'] ?>" class="fab fa-youtube" title="youtube"></a></li> </ul> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </section> <!-- Section: Gallery --> <section id="gallery"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-7 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s"> <h3 class="text-uppercase title line-bottom mt-0 mb-30 mt-sm-40 font-weight-400"><i class="far fa-image text-gray-darkgray mr-10"></i>Kurumumuzdan <span class="text-theme-colored">Kareler </span></h3> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix foto-ana-widget" data-lightbox="gallery"> <?php $foto=$db->prepare("SELECT * FROM fotograflar Order By id DESC LIMIT 12 "); $foto->execute(); ?> <?php while ($fototake=$foto->fetch(PDO::FETCH_ASSOC)) {?> <!-- Portfolio Item Start --> <div class="gallery-item ilk"> <figure class="post-thumb"> <img src="<?php echo $fototake['resim'] ?>" alt="<?php echo $fototake['adi'] ?>"><a href="<?php echo $fototake['resim'] ?>" class="overlay-box" data-lightbox-gallery="gallery" data-caption="<?php echo $fototake['adi'] ?>" title="<?php echo $fototake['adi'] ?>"><span class="icon far fa-image"></span></a> </figure> </div> <!-- Portfolio Item End --> <?php } ?> </div> <!-- End Portfolio Gallery Grid --> </div> <div class="col-md-5 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <h3 class="text-uppercase title line-bottom mt-0 mb-30 mt-sm-40 font-weight-400"><i class="fas fa-comment-alt-lines text-gray-darkgray mr-10"></i>ZİYARETÇİ <span class="text-theme-colored">YORUMLARI</span></h3> <div class="bxslider bx-nav-top"> <?php $musteri=$db->prepare("SELECT * FROM musteri_gorusleri"); $musteri->execute(); ?> <?php while ($musteritake=$musteri->fetch(PDO::FETCH_ASSOC)) {?> <div class="border-1px border-left-theme-color-2-6px media sm-maxwidth400 p-15 mt-0 mb-15 min-h220"> <div class="testimonial pt-10"> <div class="thumb pull-left mb-0 mr-0 pr-20"> <img width="75" class="img-circle" alt="Münevver Dereci" src="tema/genel/images/unnamed.png"> </div> <div class="ml-100 "> <p><?php echo $musteritake['yorum'] ?></p> <p class="author mt-10">- <span class="text-theme-colored"><?php echo $musteritake['isim'] ?></span> <small><em><?php echo $musteritake['meslek'] ?></em></small></p> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <!-- Diver: Video Background --> <section class="divider parallax layer-overlay overlay-theme-colored-9" data-bg-img="tema/genel/uploads/arkaplan/arkaplan3/robotik-atolyesi.jpg" data-parallax-ratio="0.7" style="background-image: url(tema/genel/uploads/arkaplan/arkaplan3/robotik-atolyesi.jpg;); background-position: 50% 96px;"> <div class="container pt-120 pb-120"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 text-center"> <h3 class="text-white text-uppercase font-30 font-weight-600 mt-0 mb-20">ALGI ÖZEL EĞİTİM VE REHABİLİTASYON MERKEZİ TANITIM FİLMİ </h3> <a href="https://www.youtube.com/watch?v=<?php echo $veri['video'] ?>" data-lightbox-gallery="youtube-video"><i class="fa fa-play-circle text-theme-color-2 font-72"></i> </a> </div> </div> </div> </div> </section> <!-- Section: blog --> <section id="blog"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="text-uppercase text-theme-colored title line-bottom line-height-1 mt-0">EN SON <span class="text-theme-color-2 font-weight-400">HABERLERİMİZ</span></h2> <div class="owl-carousel-3col owl-nav-top" data-nav="true"> <?php $haber=$db->prepare("SELECT * FROM haberler"); $haber->execute(); ?> <?php while ($habertake=$haber->fetch(PDO::FETCH_ASSOC)) {?> <div class="item"> <article class="post clearfix maxwidth600 mb-sm-30"> <div class="entry-header"> <div class="post-thumb thumb haberler"> <img src="<?php echo $habertake['resim'] ?>" alt="<?php echo $habertake['adi'] ?>" class="img-responsive img-fullwidth"> </div> </div> <div class="entry-content border-1px p-20"> <h4 class="entry-title mt-0 pt-0"><a class="font-weight-700" style="line-height:20px;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;" href="haberler/<?php echo $habertake['seo'] ?>"><?php echo $habertake['adi'] ?> ...</a></h4> <p class="text-left mb-20 mt-15 font-13 min-h100"><?php echo $habertake['spot'] ?></p> <a class="btn btn-flat btn-dark btn-theme-colored btn-sm pull-left" href="haberler/<?php echo $habertake['seo'] ?>">Devamını Oku</a> <ul class="list-inline entry-date pull-right font-12 mt-5"> <li><span class="text-theme-colored"><i class="far fa-clock mr-5 text-theme-colored"></i> <?php echo $habertake['tarih'] ?></span></li> </ul> <div class="clearfix"></div> </div> </article> </div> <?php } ?> </div> </div> </div> </div> </div> </section> <?php include 'page/referans.php' ?> </div> <?php include 'fixed/footer-detail.php' ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <?php include 'fixed/footer.php' ?>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula