feat: SEO optimization, footer redesign, broken links fix

- Added full SEO meta tags to all 6 pages (title, description, keywords, OG, canonical)
- Changed lang from 'zxx' to 'tr' on all pages
- Redesigned footer: 4-column layout with dark theme and gold accents
- Fixed 59 broken links (service-single, team-single, course-single, book-appointment)
- Migrated hero video to Cloudinary CDN with q_auto optimization
This commit is contained in:
mstfyldz
2026-05-04 21:50:04 +03:00
parent dbf13ee382
commit 4a674acdc9
7 changed files with 429 additions and 503 deletions

View File

@@ -1,15 +1,23 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu Hakkında - Misyonumuz, vizyonumuz ve deneyimli eğitmen kadromuz. Muğla'da güvenli sürüş eğitiminde yılların tecrübesi.">
<meta name="keywords" content="muğla sürücü kursu hakkında, sürücü kursu ekibi, ehliyet kursu deneyim, muğla direksiyon eğitmeni">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/about.html">
<meta property="og:title" content="Hakkımızda | Muğla Sürücü Kursu">
<meta property="og:description" content="Muğla Sürücü Kursu'nun misyonu, vizyonu ve deneyimli eğitmen kadrosu hakkında bilgi alın.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/about.html">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>Hakkımızda | Muğla Sürücü Kursu</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -464,7 +472,7 @@
<!-- What We Do Info Start -->
<div class="what-we-do-info wow fadeInUp" data-wow-delay="0.2s">
<h3>Güvenli sürüşe giden yolda ilk adımı at!</h3>
<a href="book-appointment.html" class="btn-default">Hemen Başla</a>
<a href="contact.html" class="btn-default">Hemen Başla</a>
</div>
<!-- What We Do Info End -->
</div>
@@ -935,115 +943,93 @@
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<!-- About Footer Start -->
<div class="about-footer">
<!-- Footer Logo Start -->
<!-- Footer Column 1: Logo & Description -->
<div class="col-lg-3 col-md-6">
<div class="footer-about">
<div class="footer-logo">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="Muğla Sürücü Kursu Logo">
</div>
<p class="footer-desc">Sadece ehliyet değil, bilinçli sürüş kazandırıyoruz. Muğla merkezli sürücü kursumuzla güvenli sürüş eğitimi alın.</p>
</div>
<!-- Footer Logo End -->
<!-- About Footer Content Start -->
<div class="about-footer-content">
<p>Sadece Ehliyet Değil Bilinçli Sürüş Kazandırıyoruz.</p>
</div>
<!-- About Footer Content End -->
<!-- Footer Contact list Start -->
<div class="footer-contact-list">
<!-- Footer Column 2: Kurumsal -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new">
<h4>Kurumsal</h4>
<ul>
<li><a href="tel:+905446071988"><img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918012/muglasurucukursu/icon-phone.svg" alt="">0544 607 19 88</a></li>
<li><a href="mailto:info@muglasurucukursu.com"><img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918005/muglasurucukursu/icon-mail.svg" alt="">info@muglasurucukursu.com</a></li>
</ul>
</div>
</div>
<!-- About Footer End -->
</div>
<div class="col-lg-9">
<!-- Footer Link Box Start -->
<div class="footer-link-box">
<!-- Footer Links Start -->
<div class="footer-links">
<h3>Kullanışlı Linkler</h3>
<ul>
<li><a href="index.html">Anasayfa</a></li>
<li><a href="about.html">Hakkımızda</a></li>
<li><a href="services.html">Hizmetlerimiz</a></li>
<li><a href="courses.html">Kurslarımız</a></li>
<li><a href="contact.html">İletişim</a></li>
</ul>
</div>
<!-- Footer Links End -->
<!-- Footer Contact Info Start -->
<div class="footer-links footer-contact-info">
<h3>Hemen İletişim</h3>
<!-- Footer Info Item Start -->
<div class="footer-info-item">
<div class="icon-box">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917999/muglasurucukursu/icon-location-accent.svg" alt="">
</div>
<div class="footer-info-content">
<p>Mahiroğlu Apt, Özel, Emirbeyazıt, Özer Türk Cd. No:24 Merkez, 48000 Menteşe/Muğla</p>
</div>
</div>
<!-- Footer Info Item End -->
<!-- Footer Info Item Start -->
<div class="footer-info-item">
<div class="icon-box">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917992/muglasurucukursu/icon-clock.svg" alt="">
</div>
<div class="footer-info-content">
<p>Pazartesi-Cuma: 08:30-19:00</p>
<p>Cumartesi: 08:30-16:00</p>
<p>Pazar: Tatil</p>
</div>
</div>
<!-- Footer Info Item End -->
</div>
<!-- Footer Contact Info End -->
<!-- Footer Newsletter Form Start -->
<div class="footer-links footer-newsletter-form">
<h3>Kurumsal İletişim</h3>
<form id="newslettersForm" action="#" method="POST">
<div class="form-group">
<input type="email" name="mail" class="form-control" id="mail" placeholder="Mail Adresiniz" required>
<button type="submit" class="btn-default">Gönder</button>
</div>
</form>
</div>
<!-- Footer Newsletter Form End -->
</div>
<!-- Footer Link Box End -->
</div>
<div class="col-lg-12">
<!-- Footer Copyright Start -->
<div class="footer-copyright">
<!-- Footer Copyright Text Start -->
<div class="footer-copyright-text">
<p>Copyright © 2025 All Rights Reserved. <br> Designed By <a href="https://cmcyazilimmedya.com/">Cmc Yazılım & Medya</a></p>
</div>
<!-- Footer Copyright Text End -->
<!-- Footer Social Links Start -->
<div class="footer-social-links">
<ul>
<li><a target="_blank" href="https://wa.me/+905446071988"><i class="fa-brands fa-whatsapp"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/p/%C3%96zel-Mu%C4%9Fla-S%C3%BCr%C3%BCc%C3%BC-Kursu-100037625053988/"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/muglasurucukursu/"><i class="fa-brands fa-instagram"></i></a></li>
<!-- Footer Column 3: Hemen İletişim -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new">
<h4>Hemen İletişim</h4>
<ul class="footer-contact-list-new">
<li>
<i class="fa-solid fa-location-dot"></i>
<span>Mahiroğlu Apt, Özel, Emirbeyazıt, Özer Türk Cd. No:24 Merkez, 48000 Menteşe/Muğla</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Pazartesi-Cuma: 08:30-19:00</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Cumartesi: 08:30-16:00</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Pazar: Tatil</span>
</li>
</ul>
</div>
<!-- Footer Social Links End -->
</div>
<!-- Footer Copyright End -->
<!-- Footer Column 4: İletişim -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new footer-contact-new">
<h4>İletişim</h4>
<ul class="footer-contact-list-new">
<li>
<i class="fa-solid fa-location-dot"></i>
<span>Menteşe / Muğla</span>
</li>
<li>
<a href="tel:+905446071988">
<i class="fa-solid fa-phone"></i>
<span>+90 (544) 607 19 88</span>
</a>
</li>
<li>
<a href="mailto:info@muglasurucukursu.com">
<i class="fa-solid fa-envelope"></i>
<span>info@muglasurucukursu.com</span>
</a>
</li>
</ul>
<div class="footer-social-new">
<a target="_blank" href="https://wa.me/+905446071988" aria-label="WhatsApp"><i class="fa-brands fa-whatsapp"></i></a>
<a target="_blank" href="https://www.facebook.com/p/%C3%96zel-Mu%C4%9Fla-S%C3%BCr%C3%BCc%C3%BC-Kursu-100037625053988/" aria-label="Facebook"><i class="fa-brands fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/muglasurucukursu/" aria-label="Instagram"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Bar -->
<div class="footer-bottom">
<div class="container">
<p class="footer-copyright-text-new">© 2025 Muğla Sürücü Kursu. Tüm Hakları Saklıdır.</p>
<p class="footer-credit">Created by <a href="https://ayris.tech" target="_blank">AyrisTech</a></p>
</div>
</div>
</footer>
<!-- Footer End -->

View File

@@ -1,15 +1,23 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu İletişim - Adres, telefon, e-posta ve harita bilgileri. Ehliyet kursu kaydı için hemen bize ulaşın.">
<meta name="keywords" content="muğla sürücü kursu iletişim, muğla ehliyet kursu telefon, sürücü kursu adres muğla, ehliyet kayıt">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/contact.html">
<meta property="og:title" content="İletişim | Muğla Sürücü Kursu">
<meta property="og:description" content="Muğla Sürücü Kursu'na ulaşmak için adres, telefon ve e-posta bilgileri.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/contact.html">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>İletişim | Muğla Sürücü Kursu</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -80,7 +88,7 @@
<!-- Header Booking Button Start -->
<div class="header-booking-btn">
<a href="book-appointment.html" class="btn-default">İletişim</a>
<a href="contact.html" class="btn-default">İletişim</a>
</div>
<!-- Header Booking Button End -->
</div>

View File

@@ -1,15 +1,23 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu Kursları - A sınıfı motosiklet, B sınıfı otomobil ve C sınıfı tır ehliyet kursları. Uygun fiyatlarla ehliyet alın.">
<meta name="keywords" content="ehliyet kursları muğla, A sınıfı ehliyet, B sınıfı ehliyet, C sınıfı ehliyet, motosiklet ehliyeti, otomobil ehliyeti, tır ehliyeti muğla">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/courses.html">
<meta property="og:title" content="Kurslarımız | Muğla Sürücü Kursu">
<meta property="og:description" content="A, B, C sınıfı ehliyet kursları. Motosiklet, otomobil ve tır ehliyeti için hemen başvurun.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/courses.html">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>Kurslarımız | Muğla Sürücü Kursu</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -157,7 +165,7 @@
<div class="course-item wow fadeInUp">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917604/muglasurucukursu/arabadikey1.jpg" alt="">
</figure>
@@ -169,13 +177,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">A Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">A Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>
@@ -189,7 +197,7 @@
<div class="course-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917627/muglasurucukursu/motor.jpg" alt="">
</figure>
@@ -201,13 +209,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">B Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">B Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>
@@ -221,7 +229,7 @@
<div class="course-item wow fadeInUp" data-wow-delay="0.4s">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917651/muglasurucukursu/tirdikey.jpg" alt="">
</figure>
@@ -233,13 +241,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">C Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">C Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>

View File

@@ -2272,266 +2272,182 @@ header.main-header .header-sticky.active{
/************************************/
.main-footer{
background: url(../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917985/muglasurucukursu/footer-bg.png), var(--primary-color);
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
background: #0a0a0a;
padding: 80px 0 0;
}
/* Footer About */
.footer-about{
padding-right: 20px;
}
.footer-logo{
margin-bottom: 20px;
margin-bottom: 24px;
}
.footer-logo img{
width: 100%;
max-width: 149px;
max-width: 160px;
}
.about-footer-content{
margin-bottom: 30px;
}
.about-footer-content p{
color: var(--white-color);
margin-bottom: 0;
}
.footer-contact-list{
display: inline-block;
background-color: var(--accent-color);
padding: 15px;
}
.footer-contact-list ul{
list-style: none;
padding: 0;
.footer-desc{
color: #999;
font-size: 14px;
line-height: 1.8;
margin: 0;
}
.footer-contact-list ul li{
margin-bottom: 15px;
/* Footer Links New */
.footer-links-new{
padding-left: 20px;
}
.footer-contact-list ul li:last-child{
margin-bottom: 0;
}
.footer-contact-list ul li a{
display: inline-flex;
align-items: center;
color: var(--primary-color);
transition: all 0.3s ease-in-out;
}
.footer-contact-list ul li a:hover{
color: var(--white-color);
}
.footer-contact-list ul li a img{
width: 100%;
max-width: 20px;
margin-right: 12px;
transition: all 0.3s ease-in-out;
}
.footer-contact-list ul li a:hover img{
filter: brightness(0) invert(1);
}
.footer-link-box{
display: flex;
gap: 30px 80px;
flex-wrap: wrap;
margin-left: 60px;
}
.footer-links{
position: relative;
width: calc(22% - 53.33px);
}
.footer-links::before{
content: '';
position: absolute;
top: 0;
right: -40px;
bottom: 0;
background: var(--dark-divider-color);
width: 1px;
height: 100%;
}
.footer-links:nth-child(3n + 3)::before,
.footer-links:last-child::before{
display: none;
}
.footer-links h3{
font-size: 24px;
color: var(--white-color);
text-transform: capitalize;
margin-bottom: 30px;
}
.footer-links ul{
margin: 0;
padding: 0;
list-style: none;
}
.footer-links ul li{
color: var(--white-color);
text-transform: capitalize;
line-height: 1.7em;
margin-bottom: 15px;
}
.footer-links ul li:last-child{
margin-bottom: 0;
}
.footer-links ul li a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover{
color: var(--accent-color);
}
.footer-contact-info,
.footer-newsletter-form{
width: calc(39% - 53.33px);
}
.footer-info-item{
display: flex;
align-items: baseline;
border-bottom: 1px solid var(--dark-divider-color);
margin-bottom: 30px;
padding-bottom: 30px;
}
.footer-info-item:last-child{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.footer-info-item .icon-box{
margin-right: 10px;
}
.footer-info-item .icon-box img{
width: 100%;
max-width: 24px;
}
.footer-info-content{
width: calc(100% - 34px);
}
.footer-info-content p{
color: var(--white-color);
margin-bottom: 2px;
}
.footer-info-content p:last-child{
margin-bottom: 0;
}
.footer-newsletter-form .form-group .form-control{
.footer-links-new h4{
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
color: var(--text-color);
background: var(--white-color);
border: none;
border-radius: 0;
outline: none;
box-shadow: none;
padding: 18px 20px;
font-weight: 700;
color: #c8a45e;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 28px;
font-family: var(--heading-font);
}
.footer-newsletter-form .form-group .form-control::placeholder{
color: var(--text-color);
.footer-links-new ul{
list-style: none;
margin: 0;
padding: 0;
}
.footer-newsletter-form .form-group .btn-default{
width: 100%;
.footer-links-new ul li{
margin-bottom: 14px;
}
.footer-links-new ul li:last-child{
margin-bottom: 0;
}
.footer-links-new ul li a{
color: #ccc;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
text-decoration: none;
}
.footer-links-new ul li a:hover{
color: #c8a45e;
}
/* Footer Contact New */
.footer-contact-list-new{
list-style: none;
margin: 0;
padding: 0;
}
.footer-contact-list-new li{
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
color: #ccc;
font-size: 14px;
}
.footer-contact-list-new li:last-child{
margin-bottom: 0;
}
.footer-contact-list-new li a{
display: flex;
align-items: center;
gap: 12px;
color: #ccc;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-contact-list-new li a:hover{
color: #c8a45e;
}
.footer-contact-list-new li i{
color: #c8a45e;
font-size: 16px;
width: 20px;
text-align: center;
padding: 16px 20px;
margin-top: 20px;
flex-shrink: 0;
}
.footer-newsletter-form .form-group .btn-default:hover{
color: var(--primary-color);
/* Footer Social New */
.footer-social-new{
display: flex;
gap: 10px;
margin-top: 24px;
}
.footer-newsletter-form .form-group .btn-default::after{
background: var(--white-color);
.footer-social-new a{
width: 38px;
height: 38px;
border: 1px solid #333;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
font-size: 16px;
transition: all 0.3s ease;
text-decoration: none;
}
.footer-newsletter-form .form-group .btn-default::before{
display: none;
.footer-social-new a:hover{
border-color: #c8a45e;
color: #c8a45e;
}
.footer-copyright{
/* Footer Bottom Bar */
.footer-bottom{
border-top: 1px solid #1a1a1a;
margin-top: 60px;
padding: 30px 0;
}
.footer-bottom .container{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
border-top: 1px solid var(--dark-divider-color);
margin-top: 60px;
padding: 60px 0;
gap: 10px;
}
.footer-copyright-text p{
color: var(--white-color);
margin-bottom: 0;
}
.footer-social-links{
text-align: right;
}
.footer-social-links ul{
list-style: none;
line-height: 1em;
padding: 0;
.footer-copyright-text-new{
color: #666;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
}
.footer-social-links ul li{
display: inline-block;
margin-right: 15px;
transition: all 0.3s ease-in-out;
.footer-credit{
color: #666;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
}
.footer-social-links ul li:last-child{
margin-right: 0;
.footer-credit a{
color: #999;
text-decoration: none;
font-weight: 600;
letter-spacing: 3px;
transition: color 0.3s ease;
}
.footer-social-links ul li a{
background: var(--white-color);
color: var(--primary-color);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover{
background: var(--accent-color);
}
.footer-social-links ul li a i{
font-size: 22px;
color: inherit
.footer-credit a:hover{
color: #c8a45e;
}
/************************************/

View File

@@ -1,15 +1,29 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu - A, B, C sınıfı ehliyet eğitimi. Uzman eğitmenler, modern araçlar ve yüksek başarı oranı ile Muğla'nın güvenilir sürücü kursu. Hemen kayıt olun!">
<meta name="keywords" content="muğla sürücü kursu, ehliyet kursu muğla, sürücü kursu, B sınıfı ehliyet, A sınıfı ehliyet, C sınıfı ehliyet, direksiyon eğitimi, ehliyet sınavı, sürücü belgesi muğla">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/">
<!-- Open Graph -->
<meta property="og:title" content="Muğla Sürücü Kursu | Güvenilir Ehliyet Eğitimi">
<meta property="og:description" content="Muğla'nın güvenilir sürücü kursu. A, B, C sınıfı ehliyet eğitimi, uzman eğitmenler ve modern araçlarla hizmetinizdeyiz.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Muğla Sürücü Kursu | Güvenilir Ehliyet Eğitimi">
<meta name="twitter:description" content="Muğla'nın güvenilir sürücü kursu. A, B, C sınıfı ehliyet eğitimi.">
<meta name="twitter:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>Muğla Sürücü Kursu | Güvenilir Ehliyet Eğitimi</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -102,7 +116,7 @@
<div class="hero-bg-video">
<!-- Selfhosted Video Start -->
<!-- <video autoplay muted loop id="myVideo"><source src="images/hero-bg-video.mp4" type="video/mp4"></video> -->
<video autoplay muted loop id="myVideo"><source src="https://demo.awaikenthemes.com/assets/videos/drivon-video.mp4" type="video/mp4"></video>
<video autoplay muted loop id="myVideo"><source src="https://res.cloudinary.com/du7xohbct/video/upload/q_auto/muglasurucukursu/hero-video.mp4" type="video/mp4"></video>
<!-- Selfhosted Video End -->
@@ -273,7 +287,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917585/muglasurucukursu/araba1.jpg" alt="">
</figure>
@@ -293,7 +307,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Yeni Başlayanlar İçin Sürüş Dersleri</a></h3>
<h3><a href="contact.html">Yeni Başlayanlar İçin Sürüş Dersleri</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -317,7 +331,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917624/muglasurucukursu/arabasurus1.jpg" alt="">
</figure>
@@ -337,7 +351,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Güvenli Sürüş Teknikleri Eğitimi</a></h3>
<h3><a href="contact.html">Güvenli Sürüş Teknikleri Eğitimi</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -361,7 +375,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917638/muglasurucukursu/motor4.jpg" alt="">
</figure>
@@ -381,7 +395,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Genç ve Yeni Sürücüler İçin Sürücü Eğitimi</a></h3>
<h3><a href="contact.html">Genç ve Yeni Sürücüler İçin Sürücü Eğitimi</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -405,7 +419,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917600/muglasurucukursu/arababakim5.jpg" alt="">
</figure>
@@ -425,7 +439,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">İleri Sürüş Teknikleri Eğitimi
<h3><a href="contact.html">İleri Sürüş Teknikleri Eğitimi
</a></h3>
</div>
<!-- Service Title End -->
@@ -450,7 +464,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917619/muglasurucukursu/arabaparkdikey.jpg" alt="">
</figure>
@@ -470,7 +484,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Otoyol Sürüşünde Ustalık Programı</a></h3>
<h3><a href="contact.html">Otoyol Sürüşünde Ustalık Programı</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -656,7 +670,7 @@
<!-- What We Do Info Start -->
<div class="what-we-do-info wow fadeInUp" data-wow-delay="0.2s">
<h3>Güvenli sürüşe giden yolda ilk adımı at!</h3>
<a href="book-appointment.html" class="btn-default">Hemen Başla</a>
<a href="contact.html" class="btn-default">Hemen Başla</a>
</div>
<!-- What We Do Info End -->
</div>
@@ -705,7 +719,7 @@
<div class="course-item wow fadeInUp">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917604/muglasurucukursu/arabadikey1.jpg" alt="">
</figure>
@@ -717,13 +731,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">A Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">A Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>
@@ -737,7 +751,7 @@
<div class="course-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917627/muglasurucukursu/motor.jpg" alt="">
</figure>
@@ -749,13 +763,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">B Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">B Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>
@@ -769,7 +783,7 @@
<div class="course-item wow fadeInUp" data-wow-delay="0.4s">
<!-- Course Image Start -->
<div class="course-image">
<a href="course-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917651/muglasurucukursu/tirdikey.jpg" alt="">
</figure>
@@ -781,13 +795,13 @@
<div class="course-body">
<!-- Course Content Start -->
<div class="course-item-content">
<h3><a href="course-single.html">C Sınıfı Ehliyeti Kursu</a></h3>
<h3><a href="contact.html">C Sınıfı Ehliyeti Kursu</a></h3>
</div>
<!-- Course Content End -->
<!-- Course Social List Start -->
<div class="course-readmore-btn">
<a href="course-single.html" class="readmore-btn">İletişim</a>
<a href="contact.html" class="readmore-btn">İletişim</a>
</div>
<!-- Course Social List End -->
</div>
@@ -1394,115 +1408,93 @@
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<!-- About Footer Start -->
<div class="about-footer">
<!-- Footer Logo Start -->
<!-- Footer Column 1: Logo & Description -->
<div class="col-lg-3 col-md-6">
<div class="footer-about">
<div class="footer-logo">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="Muğla Sürücü Kursu Logo">
</div>
<p class="footer-desc">Sadece ehliyet değil, bilinçli sürüş kazandırıyoruz. Muğla merkezli sürücü kursumuzla güvenli sürüş eğitimi alın.</p>
</div>
<!-- Footer Logo End -->
<!-- About Footer Content Start -->
<div class="about-footer-content">
<p>Sadece Ehliyet Değil Bilinçli Sürüş Kazandırıyoruz.</p>
</div>
<!-- About Footer Content End -->
<!-- Footer Contact list Start -->
<div class="footer-contact-list">
<!-- Footer Column 2: Kurumsal -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new">
<h4>Kurumsal</h4>
<ul>
<li><a href="tel:+905446071988"><img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918012/muglasurucukursu/icon-phone.svg" alt="">0544 607 19 88</a></li>
<li><a href="mailto:info@muglasurucukursu.com"><img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918005/muglasurucukursu/icon-mail.svg" alt="">info@muglasurucukursu.com</a></li>
</ul>
</div>
</div>
<!-- About Footer End -->
</div>
<div class="col-lg-9">
<!-- Footer Link Box Start -->
<div class="footer-link-box">
<!-- Footer Links Start -->
<div class="footer-links">
<h3>Kullanışlı Linkler</h3>
<ul>
<li><a href="index.html">Anasayfa</a></li>
<li><a href="about.html">Hakkımızda</a></li>
<li><a href="services.html">Hizmetlerimiz</a></li>
<li><a href="courses.html">Kurslarımız</a></li>
<li><a href="contact.html">İletişim</a></li>
</ul>
</div>
<!-- Footer Links End -->
<!-- Footer Contact Info Start -->
<div class="footer-links footer-contact-info">
<h3>Hemen İletişim</h3>
<!-- Footer Info Item Start -->
<div class="footer-info-item">
<div class="icon-box">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917999/muglasurucukursu/icon-location-accent.svg" alt="">
</div>
<div class="footer-info-content">
<p>Mahiroğlu Apt, Özel, Emirbeyazıt, Özer Türk Cd. No:24 Merkez, 48000 Menteşe/Muğla</p>
</div>
</div>
<!-- Footer Info Item End -->
<!-- Footer Info Item Start -->
<div class="footer-info-item">
<div class="icon-box">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917992/muglasurucukursu/icon-clock.svg" alt="">
</div>
<div class="footer-info-content">
<p>Pazartesi-Cuma: 08:30-19:00</p>
<p>Cumartesi: 08:30-16:00</p>
<p>Pazar: Tatil</p>
</div>
</div>
<!-- Footer Info Item End -->
</div>
<!-- Footer Contact Info End -->
<!-- Footer Newsletter Form Start -->
<div class="footer-links footer-newsletter-form">
<h3>Kurumsal İletişim</h3>
<form id="newslettersForm" action="#" method="POST">
<div class="form-group">
<input type="email" name="mail" class="form-control" id="mail" placeholder="Mail Adresiniz" required>
<button type="submit" class="btn-default">Gönder</button>
</div>
</form>
</div>
<!-- Footer Newsletter Form End -->
</div>
<!-- Footer Link Box End -->
</div>
<div class="col-lg-12">
<!-- Footer Copyright Start -->
<div class="footer-copyright">
<!-- Footer Copyright Text Start -->
<div class="footer-copyright-text">
<p>Copyright © 2025 All Rights Reserved. <br> Designed By <a href="https://cmcyazilimmedya.com/">Cmc Yazılım & Medya</a></p>
</div>
<!-- Footer Copyright Text End -->
<!-- Footer Social Links Start -->
<div class="footer-social-links">
<ul>
<li><a target="_blank" href="https://wa.me/+905446071988"><i class="fa-brands fa-whatsapp"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/p/%C3%96zel-Mu%C4%9Fla-S%C3%BCr%C3%BCc%C3%BC-Kursu-100037625053988/"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/muglasurucukursu/"><i class="fa-brands fa-instagram"></i></a></li>
<!-- Footer Column 3: Hemen İletişim -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new">
<h4>Hemen İletişim</h4>
<ul class="footer-contact-list-new">
<li>
<i class="fa-solid fa-location-dot"></i>
<span>Mahiroğlu Apt, Özel, Emirbeyazıt, Özer Türk Cd. No:24 Merkez, 48000 Menteşe/Muğla</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Pazartesi-Cuma: 08:30-19:00</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Cumartesi: 08:30-16:00</span>
</li>
<li>
<i class="fa-solid fa-clock"></i>
<span>Pazar: Tatil</span>
</li>
</ul>
</div>
<!-- Footer Social Links End -->
</div>
<!-- Footer Copyright End -->
<!-- Footer Column 4: İletişim -->
<div class="col-lg-3 col-md-6">
<div class="footer-links-new footer-contact-new">
<h4>İletişim</h4>
<ul class="footer-contact-list-new">
<li>
<i class="fa-solid fa-location-dot"></i>
<span>Menteşe / Muğla</span>
</li>
<li>
<a href="tel:+905446071988">
<i class="fa-solid fa-phone"></i>
<span>+90 (544) 607 19 88</span>
</a>
</li>
<li>
<a href="mailto:info@muglasurucukursu.com">
<i class="fa-solid fa-envelope"></i>
<span>info@muglasurucukursu.com</span>
</a>
</li>
</ul>
<div class="footer-social-new">
<a target="_blank" href="https://wa.me/+905446071988" aria-label="WhatsApp"><i class="fa-brands fa-whatsapp"></i></a>
<a target="_blank" href="https://www.facebook.com/p/%C3%96zel-Mu%C4%9Fla-S%C3%BCr%C3%BCc%C3%BC-Kursu-100037625053988/" aria-label="Facebook"><i class="fa-brands fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/muglasurucukursu/" aria-label="Instagram"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Bar -->
<div class="footer-bottom">
<div class="container">
<p class="footer-copyright-text-new">© 2025 Muğla Sürücü Kursu. Tüm Hakları Saklıdır.</p>
<p class="footer-credit">Created by <a href="https://ayris.tech" target="_blank">AyrisTech</a></p>
</div>
</div>
</footer>
<!-- Footer End -->

View File

@@ -1,15 +1,23 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu Hizmetleri - Direksiyon eğitimi, teorik dersler, sınav hazırlık ve ilk yardım eğitimi. Profesyonel sürücü eğitim hizmetleri.">
<meta name="keywords" content="sürücü kursu hizmetleri, direksiyon eğitimi muğla, ehliyet sınav hazırlık, teorik ders, ilk yardım eğitimi">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/services.html">
<meta property="og:title" content="Hizmetlerimiz | Muğla Sürücü Kursu">
<meta property="og:description" content="Direksiyon eğitimi, teorik dersler, sınav hazırlık ve ilk yardım eğitimi hizmetlerimiz.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/services.html">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>Hizmetlerimiz | Muğla Sürücü Kursu</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -163,7 +171,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917585/muglasurucukursu/araba1.jpg" alt="">
</figure>
@@ -183,7 +191,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Yeni Başlayanlar İçin Sürüş Dersleri</a></h3>
<h3><a href="contact.html">Yeni Başlayanlar İçin Sürüş Dersleri</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -207,7 +215,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917624/muglasurucukursu/arabasurus1.jpg" alt="">
</figure>
@@ -227,7 +235,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Güvenli Sürüş Teknikleri Eğitimi</a></h3>
<h3><a href="contact.html">Güvenli Sürüş Teknikleri Eğitimi</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -251,7 +259,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917638/muglasurucukursu/motor4.jpg" alt="">
</figure>
@@ -271,7 +279,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Genç ve Yeni Sürücüler İçin Sürücü Eğitimi</a></h3>
<h3><a href="contact.html">Genç ve Yeni Sürücüler İçin Sürücü Eğitimi</a></h3>
</div>
<!-- Service Title End -->
</div>
@@ -295,7 +303,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917600/muglasurucukursu/arababakim5.jpg" alt="">
</figure>
@@ -315,7 +323,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">İleri Sürüş Teknikleri Eğitimi
<h3><a href="contact.html">İleri Sürüş Teknikleri Eğitimi
</a></h3>
</div>
<!-- Service Title End -->
@@ -340,7 +348,7 @@
<div class="service-item">
<!-- Service Image Start -->
<div class="service-image">
<a href="service-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917619/muglasurucukursu/arabaparkdikey.jpg" alt="">
</figure>
@@ -360,7 +368,7 @@
<!-- Service Title Start -->
<div class="service-title">
<h3><a href="service-single.html">Otoyol Sürüşünde Ustalık Programı</a></h3>
<h3><a href="contact.html">Otoyol Sürüşünde Ustalık Programı</a></h3>
</div>
<!-- Service Title End -->
</div>

View File

@@ -1,15 +1,23 @@
<!DOCTYPE html>
<html lang="zxx">
<html lang="tr">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<meta name="description" content="Muğla Sürücü Kursu Ekibi - Deneyimli direksiyon eğitmenleri ve profesyonel kadromuzla tanışın. Güvenli sürüş için uzman eğitmenler.">
<meta name="keywords" content="muğla direksiyon eğitmeni, sürücü kursu eğitmenleri, ehliyet kursu kadro, muğla sürüş eğitmeni">
<meta name="author" content="Muğla Sürücü Kursu">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://muglasurucukursu.com/team.html">
<meta property="og:title" content="Ekibimiz | Muğla Sürücü Kursu">
<meta property="og:description" content="Deneyimli direksiyon eğitmenleri ve profesyonel kadromuzla tanışın.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://muglasurucukursu.com/team.html">
<meta property="og:image" content="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<meta property="og:locale" content="tr_TR">
<!-- Page Title -->
<title>Muğla Sürücü Kursu</title>
<title>Ekibimiz | Muğla Sürücü Kursu</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg">
<!-- Google Fonts Css-->
@@ -128,7 +136,7 @@
<div class="team-item wow fadeInUp">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -140,7 +148,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Ümran Telli <br> Müdür </a></h3>
<h3><a href="contact.html">Ümran Telli <br> Müdür </a></h3>
</div>
<!-- Team Content End -->
@@ -164,7 +172,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -176,7 +184,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Mehmet Özkaya <br> Kurucu</a></h3>
<h3><a href="contact.html">Mehmet Özkaya <br> Kurucu</a></h3>
</div>
<!-- Team Content End -->
@@ -200,7 +208,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="0.4s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -212,7 +220,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Gülçin Beşiroğlu <br>Büro Sekreteri</a></h3>
<h3><a href="contact.html">Gülçin Beşiroğlu <br>Büro Sekreteri</a></h3>
</div>
<!-- Team Content End -->
@@ -236,7 +244,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="0.6s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -248,7 +256,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">İlhan Çintimur <br>Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">İlhan Çintimur <br>Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->
@@ -272,7 +280,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="0.8s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -284,7 +292,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Gülçin Özkaya <br>Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">Gülçin Özkaya <br>Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->
@@ -308,7 +316,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="1s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -320,7 +328,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Erdem Gül <br>Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">Erdem Gül <br>Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->
@@ -344,7 +352,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="1.2s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -356,7 +364,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Gözde Öner <br>Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">Gözde Öner <br>Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->
@@ -380,7 +388,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="1.4s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -392,7 +400,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Ali Beşiroğlu <br> Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">Ali Beşiroğlu <br> Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->
@@ -417,7 +425,7 @@
<div class="team-item wow fadeInUp" data-wow-delay="1.4s">
<!-- Team Image Start -->
<div class="team-image">
<a href="team-single.html" data-cursor-text="View">
<a href="contact.html" data-cursor-text="View">
<figure class="image-anime">
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917625/muglasurucukursu/logo.jpg" alt="">
</figure>
@@ -429,7 +437,7 @@
<div class="team-body">
<!-- Team Content Start -->
<div class="team-content">
<h3><a href="team-single.html">Ragıb Can Akpınar <br> Direksiyon Eğitmeni</a></h3>
<h3><a href="contact.html">Ragıb Can Akpınar <br> Direksiyon Eğitmeni</a></h3>
</div>
<!-- Team Content End -->