Help
RSS
API
Feed
Maltego
Contact
Domain > takipcihizmetleri.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-09-27
5.2.87.131
(
ClassC
)
2025-12-09
2.59.117.5
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100set-cookie: PHPSESSIDcffac970795afda3061c6992ae46304a; path/expires: Thu, 19 Nov 1981 08:52:00 GMTcache-control: no-store, no-cache, must-revalidatepragma: no-cachecontent-type: text/html; charsetUTF-8transfer-encoding: chunkeddate: Tue, 09 Dec 2025 14:11:14 GMT !doctype html>html langtr>head> meta charsetutf-8> title>YEKO - Uluslararası Eğitim/title> meta nameviewport contentwidthdevice-width, initial-scale1> !-- Bootstrap --> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css> style> * { box-sizing: border-box; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif; background: #050816; color: #fff; overflow-x: hidden; } a { text-decoration: none; } /* ÜST BAR --------------------------------------------------- */ .top-nav { height: 64px; background: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #e5e5ef; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } .logo { font-size: 20px; font-weight: bold; color: #111; display:flex; align-items:center; } .logo img { max-height:32px; } .main-nav { display:flex; align-items:center; gap:18px; margin-left:40px; } .main-nav a { font-size:14px; font-weight:600; color:#111827; padding:6px 10px; border-radius:999px; } .main-nav a:hover { background:#f3f4f6; } .top-right { margin-left:auto; display:flex; align-items:center; gap:8px; } .btn-pill { padding: 6px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; border: none; cursor: pointer; } .btn-apply { background: #0f6cfb; color: #fff; } /* SLIDER ---------------------------------------------------- */ .hero { margin-top: 64px; } .hero .carousel, .hero .carousel-inner, .hero .carousel-item { height: calc(100vh - 64px); min-height: 520px; } .hero .carousel-item { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; /* PC ve mobilde tam ekran doldurur */ } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,62,.85), rgba(6,20,62,.15)); } /* YAZISIZ – SADE BUTON */ .hero-button-area { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 3; } .hero-button-area .btn-pill { background: #0f6cfb; color: #fff; padding: 12px 28px; font-size: 15px; font-weight: 700; border-radius: 999px; border: none; } /* Slider arrow */ .carousel-control-prev, .carousel-control-next { width: 52px; height: 52px; border-radius: 999px; background: rgba(0,0,0,0.55); top: 50%; transform: translateY(-50%); } /* ALT KISIM GENEL STİL -------------------------------------- */ .content-wrapper { background: #f5f5f7; color: #111827; } /* Hızlı erişim kartları */ .quick-links { margin-top: -40px; position: relative; z-index: 10; padding-bottom: 32px; } .quick-links .card { border-radius: 16px; border: none; box-shadow: 0 10px 30px rgba(15,23,42,0.18); transition: transform .2s ease, box-shadow .2s ease; } .quick-links .card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(15,23,42,0.22); } .quick-links .icon-circle { width: 46px; height: 46px; border-radius: 50%; background: #0b1b3b; display:flex; align-items:center; justify-content:center; color:#fff; font-size: 20px; margin-bottom:10px; } .section-title { font-size: 24px; font-weight: 700; margin-bottom: 4px; color:#0b1b3b; } .section-subtitle { font-size: 14px; color:#6c757d; margin-bottom: 24px; } /* Haber kartları */ .news-card { border-radius: 18px; overflow: hidden; border: none; box-shadow: 0 4px 18px rgba(0,0,0,0.06); transition: transform .2s ease, box-shadow .2s ease; height: 100%; background:#fff; } .news-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,0.12); } .news-card img { height: 180px; object-fit: cover; } .news-date { font-size: 12px; color:#999; } .news-title { font-size: 16px; font-weight: 600; margin: 6px 0; color:#0b1b3b; } /* Video / tanıtım alanı */ .video-section { background:#0b1b3b; color:#fff; border-radius:24px; padding: 26px 22px; box-shadow: 0 16px 36px rgba(15,23,42,.45); } .video-section h3 { font-size: 20px; font-weight: 700; } .video-thumb { border-radius:18px; overflow:hidden; position:relative; cursor:pointer; margin-top: 8px; } .video-thumb img { width:100%; height: 230px; object-fit: cover; } .video-play { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:64px; height:64px; border-radius:50%; background:rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; color:#fff; font-size:28px; } /* ORTA GALERİ SLİDERİ */ .promo-gallery { padding-bottom: 40px; } .promo-gallery-wrapper { max-width: 980px; margin: 0 auto; } .promo-gallery-frame { border-radius: 12px; border: 6px solid #f97316; background: #ffffff; padding: 12px; box-shadow: 0 10px 30px rgba(15,23,42,0.15); } .promo-gallery-frame img { width: 100%; height: 380px; object-fit: cover; border-radius: 6px; } #promoCarousel .carousel-item { padding: 18px 0; } #promoCarousel .carousel-control-prev, #promoCarousel .carousel-control-next { width: 34px; height: 34px; border-radius: 50%; background: #f97316; top: 50%; transform: translateY(-50%); opacity: 0.9; } #promoCarousel .carousel-control-prev-icon, #promoCarousel .carousel-control-next-icon { background-size: 18px 18px; } #promoCarousel .carousel-indicators li { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; } #promoCarousel .carousel-indicators .active { background: #f97316; } /* BLOG SLIDER (MBA TARZI) */ .blog-slider-section { background:#f5f5f7; padding:60px 0 80px; } .blog-card-mba { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 6px 20px rgba(0,0,0,0.1); height:100%; display:flex; flex-direction:column; } .blog-card-mba img { width:100%; height:260px; object-fit:cover; } .blog-card-mba-body { padding:16px; flex:1; } @media (max-width: 767px) { .hero .carousel-item { height: calc(100vh - 64px); /* mobilde tam ekran */ } .hero-button-area { bottom: 50px; } .quick-links { margin-top: -20px; } .promo-gallery-frame img { height: 260px; } } /style> /head>body>!-- ÜST MENÜ -->header classtop-nav> div styledisplay:flex; align-items:center;> div classlogo> YEKO /div> nav classmain-nav> a hrefindex.php>Ana Sayfa/a> a hrefhaberler.php>Haberler/a> a hrefblog.php>Blog/a> a hrefiletisim.php>İletişim/a> /nav> /div> div classtop-right> a hrefiletisim.php classbtn-pill btn-apply>Kayıt Ol/a> /div>/header>!-- HERO SLIDER (YAZISIZ, PC/MOBİL FARKLI GÖRSEL) -->section classhero> div idheroSlider classcarousel slide data-ridecarousel data-interval5500> ol classcarousel-indicators> li data-target#heroSlider data-slide-to0 classactive>/li> li data-target#heroSlider data-slide-to1>/li> li data-target#heroSlider data-slide-to2>/li> /ol> div classcarousel-inner> !-- data-desktop ve data-mobile ile resim adresleri --> div classcarousel-item active hero-slide data-desktopimg/1.jpg data-mobileimg/1s.jpg> div classhero-overlay>/div> /div> div classcarousel-item hero-slide data-desktopimg/2.jpg data-mobileimg/2s.jpg> div classhero-overlay>/div> /div> div classcarousel-item hero-slide data-desktopimg/3.jpg data-mobileimg/3s.jpg> div classhero-overlay>/div> /div> /div> !-- Oklar --> a classcarousel-control-prev href#heroSlider rolebutton data-slideprev> span classcarousel-control-prev-icon>/span> /a> a classcarousel-control-next href#heroSlider rolebutton data-slidenext> span classcarousel-control-next-icon>/span> /a> !-- ORTA BUTON --> div classhero-button-area> button classbtn-pill onclickwindow.location.hrefiletisim.php;>Kayıt Ol/button> /div> /div>/section>!-- ALT KISIM: MBA TARZI BLOKLAR ------------------------------- -->div classcontent-wrapper> !-- HIZLI ERİŞİM KUTULARI --> section classquick-links> div classcontainer> div classrow> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>ℹ/span> /div> h6 classmb-1>Kurumsal/h6> p classmb-0 stylefont-size:13px;> Vizyonumuz, misyonumuz ve eğitim yaklaşımımız. /p> /div> /a> /div> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>🎓/span> /div> h6 classmb-1>Eğitim/h6> p classmb-0 stylefont-size:13px;> Anaokulu’ndan liseye modern eğitim programları. /p> /div> /a> /div> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>🏫/span> /div> h6 classmb-1>Kampüsler/h6> p classmb-0 stylefont-size:13px;> Türkiye’nin farklı bölgelerindeki kampüslerimizi inceleyin. /p> /div> /a> /div> div classcol-md-3 mb-3> a hrefiletisim.php classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>📝/span> /div> h6 classmb-1>Kayıt & Başvuru/h6> p classmb-0 stylefont-size:13px;> Kayıt kabul süreci ve online başvuru formları. /p> /div> /a> /div> /div> /div> /section> !-- ORTA GALERİ SLİDERİ (ADMİNDEN GELEN) --> section classpromo-gallery> div classcontainer> div classpromo-gallery-wrapper> div idpromoCarousel classcarousel slide data-ridecarousel data-interval4000> ol classcarousel-indicators> li data-target#promoCarousel data-slide-to0 classactive>/li> li data-target#promoCarousel data-slide-to1 class>/li> li data-target#promoCarousel data-slide-to2 class>/li> /ol> div classcarousel-inner> div classcarousel-item active> div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/3.jpg altDuyuru> /div> /div> div classcarousel-item > div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/2.jpg altDuyuru> /div> /div> div classcarousel-item > div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/1.jpg altDuyuru> /div> /div> /div> a classcarousel-control-prev href#promoCarousel rolebutton data-slideprev> span classcarousel-control-prev-icon aria-hiddentrue>/span> span classsr-only>Önceki/span> /a> a classcarousel-control-next href#promoCarousel rolebutton data-slidenext> span classcarousel-control-next-icon aria-hiddentrue>/span> span classsr-only>Sonraki/span> /a> /div> /div> /div> /section> !-- HABERLER + TANITIM FİLMİ --> section classpy-5 idhaberler> div classcontainer> div classrow> !-- Haberler --> div classcol-lg-8 mb-4> div classd-flex justify-content-between align-items-end mb-3> div> div classsection-title>Güncel Haberler/div> div classsection-subtitle> YEKO’nda eğitim, etkinlik ve başarı hikayeleri. /div> /div> a hrefhaberler.php classtext-primary stylefont-size:14px;>Tüm Haberler »/a> /div> div classrow> div classcol-md-6 mb-3> div classcard news-card> img srchttps://takipcihizmetleri.com/img/1.jpg classcard-img-top alt> div classcard-body> div classnews-date> 21/11/2025 /div> div classnews-title> y /div> p classcard-text stylefont-size:13px;> y /p> a hrefhaberler.php classbtn btn-link btn-sm pl-0> Devamını Oku /a> /div> /div> /div> /div> /div> !-- Video / Tanıtım Alanı --> div classcol-lg-4 mb-4> div classvideo-section h-100 d-flex flex-column> div classmb-2> h3>Tanıtım Filmi/h3> p stylefont-size:14px; opacity:.9;> YEKO’nın yenilikçi eğitim vizyonunu, kampüslerimizi ve öğrenci deneyimlerini tanıtım filmimizde izleyebilirsiniz. /p> /div> div classvideo-thumb mt-auto> img srchttps://images.pexels.com/photos/3184301/pexels-photo-3184301.jpeg?autocompress&cstinysrgb&w800 altTanıtım Filmi> div classvideo-play>▶/div> /div> small classmt-2 styleopacity:.8;> * Videoyu izlemek için oynat butonuna tıklayın. /small> /div> /div> /div> /div> /section> !-- ALT BÖLÜM: MBA BLOG SLIDER --> section classblog-slider-section idblog> div classcontainer> div classd-flex justify-content-between align-items-center mb-4> div> h2 stylefont-size:34px; font-weight:800; color:#0b1b3b; margin:0;> MBA /h2> h2 stylefont-size:34px; font-weight:800; color:#0b1b3b; margin-top:-6px;> BLOG /h2> /div> a hrefblog.php stylefont-size:14px; background:#f97316; color:#fff; padding:8px 14px; border-radius:20px; font-weight:600; text-decoration:none;> Tüm İçeriklere Göz At → /a> /div> div idblogCarousel classcarousel slide data-ridecarousel data-interval5000> ol classcarousel-indicators stylebottom:-30px;> li data-target#blogCarousel data-slide-to0 classactive stylebackground:#f97316; width:10px; height:10px; border-radius:50%;>/li> /ol> div classcarousel-inner> div classcarousel-item active> div classrow> div classcol-md-4 mb-4> div classblog-card-mba> img srchttps://takipcihizmetleri.com/img/1.jpg alt> div classblog-card-mba-body> div stylecolor:#6b7280; font-size:13px;> 22.11.2025 /div> h5 stylefont-size:17px; font-weight:700; margin-top:6px; color:#0b1b3b;> A /h5> p stylefont-size:14px; color:#4b5563;> A /p> a hrefblog.php stylefont-size:13px; font-weight:600; color:#0f6cfb;> Devamını Oku → /a> /div> /div> /div> /div> /div> /div> a classcarousel-control-prev href#blogCarousel rolebutton data-slideprev stylewidth:50px;> span classcarousel-control-prev-icon stylebackground-color:#f97316; border-radius:50%;>/span> /a> a classcarousel-control-next href#blogCarousel rolebutton data-slidenext stylewidth:50px;> span classcarousel-control-next-icon stylebackground-color:#f97316; border-radius:50%;>/span> /a> /div> /div> /section>/div> !-- /content-wrapper -->!-- FOOTER ----------------------------------------------------- -->footer classpy-4 text-center> © span idyear>/span> YEKO — Tüm hakları saklıdır. /footer>script srchttps://code.jquery.com/jquery-3.5.1.slim.min.js>/script>script srchttps://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js>/script>script> document.getElementById(year) && (document.getElementById(year).textContent new Date().getFullYear()); // Ekran genişliğine göre slider resmini seç (PC: desktop, mobil: mobile) function updateHeroSlides() { var isMobile window.innerWidth 767; var slides document.querySelectorAll(.hero-slide); slides.forEach(function(slide) { var url isMobile ? slide.getAttribute(data-mobile) : slide.getAttribute(data-desktop); if (url) { slide.style.backgroundImage url( + url + ); } }); } updateHeroSlides(); window.addEventListener(resize, updateHeroSlides);/script>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100set-cookie: PHPSESSID7d529758e05ea20bc40a3f612c05cf72; path/; secureexpires: Thu, 19 Nov 1981 08:52:00 GMTcache-control: no-store, no-cache, must-revalidatepragma: no-cachecontent-type: text/html; charsetUTF-8transfer-encoding: chunkeddate: Tue, 09 Dec 2025 14:11:15 GMT !doctype html>html langtr>head> meta charsetutf-8> title>YEKO - Uluslararası Eğitim/title> meta nameviewport contentwidthdevice-width, initial-scale1> !-- Bootstrap --> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css> style> * { box-sizing: border-box; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif; background: #050816; color: #fff; overflow-x: hidden; } a { text-decoration: none; } /* ÜST BAR --------------------------------------------------- */ .top-nav { height: 64px; background: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #e5e5ef; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } .logo { font-size: 20px; font-weight: bold; color: #111; display:flex; align-items:center; } .logo img { max-height:32px; } .main-nav { display:flex; align-items:center; gap:18px; margin-left:40px; } .main-nav a { font-size:14px; font-weight:600; color:#111827; padding:6px 10px; border-radius:999px; } .main-nav a:hover { background:#f3f4f6; } .top-right { margin-left:auto; display:flex; align-items:center; gap:8px; } .btn-pill { padding: 6px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; border: none; cursor: pointer; } .btn-apply { background: #0f6cfb; color: #fff; } /* SLIDER ---------------------------------------------------- */ .hero { margin-top: 64px; } .hero .carousel, .hero .carousel-inner, .hero .carousel-item { height: calc(100vh - 64px); min-height: 520px; } .hero .carousel-item { position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; /* PC ve mobilde tam ekran doldurur */ } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,62,.85), rgba(6,20,62,.15)); } /* YAZISIZ – SADE BUTON */ .hero-button-area { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 3; } .hero-button-area .btn-pill { background: #0f6cfb; color: #fff; padding: 12px 28px; font-size: 15px; font-weight: 700; border-radius: 999px; border: none; } /* Slider arrow */ .carousel-control-prev, .carousel-control-next { width: 52px; height: 52px; border-radius: 999px; background: rgba(0,0,0,0.55); top: 50%; transform: translateY(-50%); } /* ALT KISIM GENEL STİL -------------------------------------- */ .content-wrapper { background: #f5f5f7; color: #111827; } /* Hızlı erişim kartları */ .quick-links { margin-top: -40px; position: relative; z-index: 10; padding-bottom: 32px; } .quick-links .card { border-radius: 16px; border: none; box-shadow: 0 10px 30px rgba(15,23,42,0.18); transition: transform .2s ease, box-shadow .2s ease; } .quick-links .card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(15,23,42,0.22); } .quick-links .icon-circle { width: 46px; height: 46px; border-radius: 50%; background: #0b1b3b; display:flex; align-items:center; justify-content:center; color:#fff; font-size: 20px; margin-bottom:10px; } .section-title { font-size: 24px; font-weight: 700; margin-bottom: 4px; color:#0b1b3b; } .section-subtitle { font-size: 14px; color:#6c757d; margin-bottom: 24px; } /* Haber kartları */ .news-card { border-radius: 18px; overflow: hidden; border: none; box-shadow: 0 4px 18px rgba(0,0,0,0.06); transition: transform .2s ease, box-shadow .2s ease; height: 100%; background:#fff; } .news-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,0.12); } .news-card img { height: 180px; object-fit: cover; } .news-date { font-size: 12px; color:#999; } .news-title { font-size: 16px; font-weight: 600; margin: 6px 0; color:#0b1b3b; } /* Video / tanıtım alanı */ .video-section { background:#0b1b3b; color:#fff; border-radius:24px; padding: 26px 22px; box-shadow: 0 16px 36px rgba(15,23,42,.45); } .video-section h3 { font-size: 20px; font-weight: 700; } .video-thumb { border-radius:18px; overflow:hidden; position:relative; cursor:pointer; margin-top: 8px; } .video-thumb img { width:100%; height: 230px; object-fit: cover; } .video-play { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:64px; height:64px; border-radius:50%; background:rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; color:#fff; font-size:28px; } /* ORTA GALERİ SLİDERİ */ .promo-gallery { padding-bottom: 40px; } .promo-gallery-wrapper { max-width: 980px; margin: 0 auto; } .promo-gallery-frame { border-radius: 12px; border: 6px solid #f97316; background: #ffffff; padding: 12px; box-shadow: 0 10px 30px rgba(15,23,42,0.15); } .promo-gallery-frame img { width: 100%; height: 380px; object-fit: cover; border-radius: 6px; } #promoCarousel .carousel-item { padding: 18px 0; } #promoCarousel .carousel-control-prev, #promoCarousel .carousel-control-next { width: 34px; height: 34px; border-radius: 50%; background: #f97316; top: 50%; transform: translateY(-50%); opacity: 0.9; } #promoCarousel .carousel-control-prev-icon, #promoCarousel .carousel-control-next-icon { background-size: 18px 18px; } #promoCarousel .carousel-indicators li { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; } #promoCarousel .carousel-indicators .active { background: #f97316; } /* BLOG SLIDER (MBA TARZI) */ .blog-slider-section { background:#f5f5f7; padding:60px 0 80px; } .blog-card-mba { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 6px 20px rgba(0,0,0,0.1); height:100%; display:flex; flex-direction:column; } .blog-card-mba img { width:100%; height:260px; object-fit:cover; } .blog-card-mba-body { padding:16px; flex:1; } @media (max-width: 767px) { .hero .carousel-item { height: calc(100vh - 64px); /* mobilde tam ekran */ } .hero-button-area { bottom: 50px; } .quick-links { margin-top: -20px; } .promo-gallery-frame img { height: 260px; } } /style> /head>body>!-- ÜST MENÜ -->header classtop-nav> div styledisplay:flex; align-items:center;> div classlogo> YEKO /div> nav classmain-nav> a hrefindex.php>Ana Sayfa/a> a hrefhaberler.php>Haberler/a> a hrefblog.php>Blog/a> a hrefiletisim.php>İletişim/a> /nav> /div> div classtop-right> a hrefiletisim.php classbtn-pill btn-apply>Kayıt Ol/a> /div>/header>!-- HERO SLIDER (YAZISIZ, PC/MOBİL FARKLI GÖRSEL) -->section classhero> div idheroSlider classcarousel slide data-ridecarousel data-interval5500> ol classcarousel-indicators> li data-target#heroSlider data-slide-to0 classactive>/li> li data-target#heroSlider data-slide-to1>/li> li data-target#heroSlider data-slide-to2>/li> /ol> div classcarousel-inner> !-- data-desktop ve data-mobile ile resim adresleri --> div classcarousel-item active hero-slide data-desktopimg/1.jpg data-mobileimg/1s.jpg> div classhero-overlay>/div> /div> div classcarousel-item hero-slide data-desktopimg/2.jpg data-mobileimg/2s.jpg> div classhero-overlay>/div> /div> div classcarousel-item hero-slide data-desktopimg/3.jpg data-mobileimg/3s.jpg> div classhero-overlay>/div> /div> /div> !-- Oklar --> a classcarousel-control-prev href#heroSlider rolebutton data-slideprev> span classcarousel-control-prev-icon>/span> /a> a classcarousel-control-next href#heroSlider rolebutton data-slidenext> span classcarousel-control-next-icon>/span> /a> !-- ORTA BUTON --> div classhero-button-area> button classbtn-pill onclickwindow.location.hrefiletisim.php;>Kayıt Ol/button> /div> /div>/section>!-- ALT KISIM: MBA TARZI BLOKLAR ------------------------------- -->div classcontent-wrapper> !-- HIZLI ERİŞİM KUTULARI --> section classquick-links> div classcontainer> div classrow> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>ℹ/span> /div> h6 classmb-1>Kurumsal/h6> p classmb-0 stylefont-size:13px;> Vizyonumuz, misyonumuz ve eğitim yaklaşımımız. /p> /div> /a> /div> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>🎓/span> /div> h6 classmb-1>Eğitim/h6> p classmb-0 stylefont-size:13px;> Anaokulu’ndan liseye modern eğitim programları. /p> /div> /a> /div> div classcol-md-3 mb-3> a href# classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>🏫/span> /div> h6 classmb-1>Kampüsler/h6> p classmb-0 stylefont-size:13px;> Türkiye’nin farklı bölgelerindeki kampüslerimizi inceleyin. /p> /div> /a> /div> div classcol-md-3 mb-3> a hrefiletisim.php classtext-dark styletext-decoration:none;> div classcard p-3> div classicon-circle> span>📝/span> /div> h6 classmb-1>Kayıt & Başvuru/h6> p classmb-0 stylefont-size:13px;> Kayıt kabul süreci ve online başvuru formları. /p> /div> /a> /div> /div> /div> /section> !-- ORTA GALERİ SLİDERİ (ADMİNDEN GELEN) --> section classpromo-gallery> div classcontainer> div classpromo-gallery-wrapper> div idpromoCarousel classcarousel slide data-ridecarousel data-interval4000> ol classcarousel-indicators> li data-target#promoCarousel data-slide-to0 classactive>/li> li data-target#promoCarousel data-slide-to1 class>/li> li data-target#promoCarousel data-slide-to2 class>/li> /ol> div classcarousel-inner> div classcarousel-item active> div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/3.jpg altDuyuru> /div> /div> div classcarousel-item > div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/2.jpg altDuyuru> /div> /div> div classcarousel-item > div classpromo-gallery-frame> img srchttps://takipcihizmetleri.com/img/1.jpg altDuyuru> /div> /div> /div> a classcarousel-control-prev href#promoCarousel rolebutton data-slideprev> span classcarousel-control-prev-icon aria-hiddentrue>/span> span classsr-only>Önceki/span> /a> a classcarousel-control-next href#promoCarousel rolebutton data-slidenext> span classcarousel-control-next-icon aria-hiddentrue>/span> span classsr-only>Sonraki/span> /a> /div> /div> /div> /section> !-- HABERLER + TANITIM FİLMİ --> section classpy-5 idhaberler> div classcontainer> div classrow> !-- Haberler --> div classcol-lg-8 mb-4> div classd-flex justify-content-between align-items-end mb-3> div> div classsection-title>Güncel Haberler/div> div classsection-subtitle> YEKO’nda eğitim, etkinlik ve başarı hikayeleri. /div> /div> a hrefhaberler.php classtext-primary stylefont-size:14px;>Tüm Haberler »/a> /div> div classrow> div classcol-md-6 mb-3> div classcard news-card> img srchttps://takipcihizmetleri.com/img/1.jpg classcard-img-top alt> div classcard-body> div classnews-date> 21/11/2025 /div> div classnews-title> y /div> p classcard-text stylefont-size:13px;> y /p> a hrefhaberler.php classbtn btn-link btn-sm pl-0> Devamını Oku /a> /div> /div> /div> /div> /div> !-- Video / Tanıtım Alanı --> div classcol-lg-4 mb-4> div classvideo-section h-100 d-flex flex-column> div classmb-2> h3>Tanıtım Filmi/h3> p stylefont-size:14px; opacity:.9;> YEKO’nın yenilikçi eğitim vizyonunu, kampüslerimizi ve öğrenci deneyimlerini tanıtım filmimizde izleyebilirsiniz. /p> /div> div classvideo-thumb mt-auto> img srchttps://images.pexels.com/photos/3184301/pexels-photo-3184301.jpeg?autocompress&cstinysrgb&w800 altTanıtım Filmi> div classvideo-play>▶/div> /div> small classmt-2 styleopacity:.8;> * Videoyu izlemek için oynat butonuna tıklayın. /small> /div> /div> /div> /div> /section> !-- ALT BÖLÜM: MBA BLOG SLIDER --> section classblog-slider-section idblog> div classcontainer> div classd-flex justify-content-between align-items-center mb-4> div> h2 stylefont-size:34px; font-weight:800; color:#0b1b3b; margin:0;> MBA /h2> h2 stylefont-size:34px; font-weight:800; color:#0b1b3b; margin-top:-6px;> BLOG /h2> /div> a hrefblog.php stylefont-size:14px; background:#f97316; color:#fff; padding:8px 14px; border-radius:20px; font-weight:600; text-decoration:none;> Tüm İçeriklere Göz At → /a> /div> div idblogCarousel classcarousel slide data-ridecarousel data-interval5000> ol classcarousel-indicators stylebottom:-30px;> li data-target#blogCarousel data-slide-to0 classactive stylebackground:#f97316; width:10px; height:10px; border-radius:50%;>/li> /ol> div classcarousel-inner> div classcarousel-item active> div classrow> div classcol-md-4 mb-4> div classblog-card-mba> img srchttps://takipcihizmetleri.com/img/1.jpg alt> div classblog-card-mba-body> div stylecolor:#6b7280; font-size:13px;> 22.11.2025 /div> h5 stylefont-size:17px; font-weight:700; margin-top:6px; color:#0b1b3b;> A /h5> p stylefont-size:14px; color:#4b5563;> A /p> a hrefblog.php stylefont-size:13px; font-weight:600; color:#0f6cfb;> Devamını Oku → /a> /div> /div> /div> /div> /div> /div> a classcarousel-control-prev href#blogCarousel rolebutton data-slideprev stylewidth:50px;> span classcarousel-control-prev-icon stylebackground-color:#f97316; border-radius:50%;>/span> /a> a classcarousel-control-next href#blogCarousel rolebutton data-slidenext stylewidth:50px;> span classcarousel-control-next-icon stylebackground-color:#f97316; border-radius:50%;>/span> /a> /div> /div> /section>/div> !-- /content-wrapper -->!-- FOOTER ----------------------------------------------------- -->footer classpy-4 text-center> © span idyear>/span> YEKO — Tüm hakları saklıdır. /footer>script srchttps://code.jquery.com/jquery-3.5.1.slim.min.js>/script>script srchttps://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js>/script>script> document.getElementById(year) && (document.getElementById(year).textContent new Date().getFullYear()); // Ekran genişliğine göre slider resmini seç (PC: desktop, mobil: mobile) function updateHeroSlides() { var isMobile window.innerWidth 767; var slides document.querySelectorAll(.hero-slide); slides.forEach(function(slide) { var url isMobile ? slide.getAttribute(data-mobile) : slide.getAttribute(data-desktop); if (url) { slide.style.backgroundImage url( + url + ); } }); } updateHeroSlides(); window.addEventListener(resize, updateHeroSlides);/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]