NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="en">

<?php
include 'admin/ayarlar/baglan.php';

$ayarsor=$db->prepare("SELECT * FROM ayar where ayar_id=:id");
$ayarsor->execute(array(
'id' => 0
));
$ayarcek=$ayarsor->fetch(PDO::FETCH_ASSOC);



$hakkimizda=$db->prepare("SELECT * FROM hakkimizda where hakkimizda_id=:id");
$hakkimizda->execute(array(
'id' => 0
));



$servis=$db->prepare("SELECT * FROM servisler");
$servis->execute();





$musteriler=$db->prepare("SELECT * FROM musteriler");
$musteriler->execute();







?>



<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php echo @$ayarcek['ayar_description'] ?>">
<meta name="keywords" content="<?php echo @$ayarcek['ayar_keywords'] ?>">
<meta name="author" content="<?php echo @$ayarcek['ayar_author'] ?>">

<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Daily Tuition</title>


<!-- Bootstrap css file -->
<link rel="stylesheet" href="./css/bootstrap.min.css">

<!-- font awesome icons -->
<link rel="stylesheet" href="./css/all.min.css">


<!-- Magnific Popup css file -->
<link rel="stylesheet" href="./vendor/Magnific-Popup/dist/magnific-popup.css">


<!-- Owl-carousel css file -->
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.theme.default.min.css">


<!-- custom css file -->
<link rel="stylesheet" href="./css/style.css">

<!-- Responsive css file -->
<link rel="stylesheet" href="./css/responsive.css">

<link rel="stylesheet" type="text/css" href="css/form.css">

</head>

<body>


<!-- ======================= Start Header Area ============================== -->

<header class="header_area">
<div class="main-menu">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="<?php echo $ayarcek['ayar_logo'] ?>" width="100" height="50" alt="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.php">Anasayfa <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hakkimizda">Hakkımızda</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#uyelikler">ÜYELİK PAKETLERİ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#musteriler">MÜŞTERİLER</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#belgeler">Belgeler</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#uyelikler">ÜYELİKLER</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#iletisim">İLETİŞİM</a>
</li>

</ul>
</div>
</nav>
</div>
</header>

<!-- ======================= End Header Area ============================== -->

<!-- ======================= Start Main Area ================================ -->
<main class="site-main">


<!-- ======================= Start Banner Area ======================= -->
<section class="site-banner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 site-title" style="margin-top: -100px;">
<h3 class="title-text">Türkiye'nin Tek</h3>
<h1 class="title-text text">Güvenilir ve Çalışma İzin Belgeli</h1>
<h4 class="title-text text">Jigolo Aracılık Ajansıyız</h4>
<div class="site-buttons">
<div class="d-flex flex-row flex-wrap">
<button type="button" class="btn button primary-button mr-4 text-uppercase">Müşteri Girişi</button>
<button type="button" class="btn button secondary-button text-uppercase">İletişime Geç</button>
</div>
</div>
</div>
<div class="col-md-4" id="kapsa" style="margin-top: 100px; right: -120px; margin: 40px;">
<h1>Başvuru Yap</h1>
<form action="">
<input type="text" name="" placeholder="Adınız Soyadınız">
<input type="text" name="" placeholder="Telefon Numaranız">
<input type="text" name="" placeholder="İliniz">
<input type="text" name="" placeholder="İlçeniz">
<input type="text" name="" placeholder="Yaşınız">
<input type="text" name="" placeholder="Mesleğiniz">
<textarea name="" id="" cols="30" rows="10" placeholder="Kendinizi Tanıtın"></textarea>
<button>Başvuruyu Tamamla</button>
</form>
</div>
</div>
</div>
</section>
<!-- ======================= End Banner Area ======================= -->

<!-- ========================= About Area ========================== -->

<?php
while ($hakkimizdacek=$hakkimizda->fetch(PDO::FETCH_ASSOC)) { ?>
<section class="about-area" id="hakkimizda">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="about-image">
<img src="<?php echo $hakkimizdacek["hakkimizda_gorsel"] ?>" width="600" alt="About us" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-md-12 about-title">
<h2 class="text-uppercase pt-5">
<span>Aynı Gün</span>
<span>Randevu</span>
<span>Garantisi</span>
</h2>
<div class="paragraph py-4 w-75">
<p><?php echo $hakkimizdacek["hakkimizda_icerik"] ?></p>
</div>

</div>
</div>
</div>
</section>



<?php }
?>



<!-- ========================= End About Area ========================== -->

<!-- ======================== Brand Area ============================== -->

<section class="brand-area">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="first-row row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo1.png" alt="Brand-1 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo2.png" alt="Brand-2 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo3.png" alt="Brand-3 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo4.png" alt="Brand-4">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo5.png" alt="Brand-5 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo6.png" alt="Brand-6">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo7.png" alt="Brand-7 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo8.png" alt="Brand-8 ">
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-brand">
<img src="./img/brands/logo9.png" alt="Brand-9">
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-12 col-md-12">
<div class="experience-area">
<div class="d-flex flex-row years-area">
<h2 class="p-3 years">10</h2>
<h2>
<span style="font-size: 20px !important; ">Adres</span>
<span style="font-size: 18px !important; ">Maslak Mah EskiBüyükdere Cad No:23</span>
<span style="font-size: 18px !important; ">Giz2000plaza Kat:14 Sarıyer/İSTANBUL</span>
</h2>
</div>
<div class="d-flex flex-row flex-wrap call-area">
<span><i class="fas fa-phone-alt fa-3x px-3"></i></span>
<div class="call-now">
<a href="#" class="text-uppercase h4 font-roboto">Tel No</a>
<span class="font-roboto py-2">+9 0850 541 8732</span>
</div>
</div>
<div class="bg-panel"></div>
</div>
</div>
</div>
</div>
</section>

<!-- ======================== End Brand Area ============================== -->

<!-- ====================== Start Services Area ============================= -->

<section class="services-area" id="uyelikler">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center services-title">
<h1 class="text-uppercase title-text">Üyelik Paketleri</h1>
<p class="para" style="font-size: 20px;">
Demo, Gold, Silver, Premium Üyelik Paketlerin Birini Seç, 299 ₺’ den Başlayan Fiyatlara Görüşmelere Başla…
Görüşmelere Başlamak İçin Hemen Başvuru Formu Doldur!
</p>
</div>
</div>
<div class="container services-list">
<div class="row">

<?php
while ($serivscek=$servis->fetch(PDO::FETCH_ASSOC)) { ?>

<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services">
<div class="sevices-img text-center py-4">
<img src="img/money.png" width="75" height="75" alt="Services-1">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto"><?php echo $serivscek['uyelik_fiyat'] ?></h5>
<p class="card-text text-secondary">
<?php echo $serivscek['uyelik_tur'] ?>


</p>
</div>
</div>
</div>



<?php }

?>


<div class="col-lg-3 col-md-6 col-sm-12">
<div class="services" style="background-color: #AAED8F">
<div class="sevices-img text-center py-4">
<img src="img/money.png" width="75" height="75" alt="Services-1">
</div>
<div class="card-body text-center">
<h5 class="card-title text-uppercase font-roboto">1499 ₺</h5>
<p class="card-text text-secondary">
Platinium Paket


</p>
</div>
</div>
</div>







</div>
</div>
</div>
</section>

<!-- ====================== End Services Area ============================= -->

<!-- ======================= Project Area ============================= -->

<section class="project-area" id="musteriler">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Mutlu Bayan</h1>
<h1 class="text-uppercase title-h1">Müşterilerimiz</h1>
</div>



<div class="row grid">

<?php
while ($mustericek=$musteriler->fetch(PDO::FETCH_ASSOC)) { ?>


<div class="col-lg-4 col-md-6 col-sm-12 element-item latest">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="<?php echo $mustericek['musteriler_gorsel'] ?>">
<img src="<?php echo $mustericek['musteriler_gorsel'] ?>" width="263" height="332" alt="portfolio-1" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase"><?php echo $mustericek['musteriler_isim'] ?></h4>
<span class="text-secondary"><?php echo $mustericek['musteriler_yas'] ?> / <?php echo $mustericek['musteriler_il'] ?> </span>
</div>
</div>
</div>


<?php }
?>





</div>
</div>
</section>

<!-- ======================= End Project Area ============================= -->

<!-- ======================== About Me Area ============================== -->

<section class="project-area" id="belgeler">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Resmi Belgelerimizi</h1>
<h1 class="text-uppercase title-h1">Görmek İçin Tıklayınız</h1>
</div>



<div class="row grid">
<div class="col-lg-4 col-md-6 col-sm-12 element-item latest">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/markatescil.png">
<img src="img/markatescil.png" width="263" height="332" alt="portfolio-1" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Marka Tescil Belgesi</h4>
<span class="text-secondary">Yaş, İl Çek</span>
</div>
</div>
</div>



<div class="col-lg-4 col-md-6 col-sm-12 element-item latest">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/belge2.png">
<img src="img/belge2.png" width="263" height="332" alt="portfolio-1" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">ECHO ISIMCEK</h4>
<span class="text-secondary">Yaş, İl Çek</span>
</div>
</div>
</div>


<div class="col-lg-4 col-md-6 col-sm-12 element-item latest">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="img/belge3.png">
<img src="img/belge3.png" width="263" height="332" alt="portfolio-1" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">ECHO ISIMCEK</h4>
<span class="text-secondary">Yaş, İl Çek</span>
</div>
</div>
</div>






</div>
</div>
</section>










<!-- ======================== End About Me Area ============================== -->

<!-- ========================== Subscribe me Area ============================ -->
<section class="subscribe-us-area" id="iletisim">
<div class="container subscribe">
<div class="row">
<div class="col-lg-12 text-center subscribe-title">
<h4 class="text-uppercase" style="margin-top: -100px;">İLETİŞİM</h4>
<p class="para">Lütfen aşağıdaki iletişim formundan bizlere sorularınızı ve önerilerinizi iletiniz.</p>
</div>
</div>
<div class="d-sm-flex justify-content-center">
<form class="w-50">
<div class="row d-flex flex-row flex-wrap">
<div class="col input-textbox">
<input type="text" id="txtemail" width="500px" height="500px" class="form-control" placeholder="Email" style="display: block;">
<input type="text" id="txtemail" class="form-control" placeholder="Konu" style="margin-top: 10px; margin-right: 30px;">
<textarea placeholder="Sorunuz?" cols="10" rows="5" class="form-control" style="margin-left: -7px; margin-top: 10px; margin-top: 10px; " ></textarea>
<button type="submit" class="form-control" style=" width: 100px; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0) margin-left: -10px; color: white;">GÖNDER</button>
</div>

</div>
</form>
</div>
</div>
</section>
<!-- ========================== End Subscribe me Area ============================ -->


</main>
<!-- ======================= End Main Area ================================ -->

<footer class="footer-area">
<div class="container">
<div class="">
<div class="site-logo text-center py-4">
<a href="#"><img src="<?php echo $ayarcek['ayar_logo'] ?>" width="100" height="50" alt="logo"></a>
</div>
<div class="social text-center">
<h5 class="text-uppercase"></h5>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
<div class="copyrights text-center">
<p class="para">
<?php echo $ayarcek ['ayar_footer'] ?>


</p>
</div>
</div>
</div>
</footer>


<!-- Jquery js file -->
<script src="./js/jquery.3.4.1.js"></script>

<!-- Bootstrap js file -->
<script src="./js/bootstrap.min.js"></script>

<!-- isotope js library -->
<script src="./vendor/isotope/isotope.min.js"></script>

<!-- Magnific popup script file -->
<script src="./vendor/Magnific-Popup/dist/jquery.magnific-popup.min.js"></script>

<!-- Owl-carousel js file -->
<script src="./vendor/owl-carousel/js/owl.carousel.min.js"></script>

<!-- custom js file -->
<script src="./js/main.js"></script>


</body>

</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.