feat: migrate all images to Cloudinary CDN
- Uploaded 42 active images to Cloudinary with auto optimization - Removed 72 unused theme placeholder images - Deleted local images/ directory entirely - All images now served via Cloudinary CDN with f_auto,q_auto
This commit is contained in:
44
index.html
44
index.html
@@ -43,7 +43,7 @@
|
||||
<div class="container-fluid">
|
||||
<!-- Logo Start -->
|
||||
<a class="navbar-brand" href="./">
|
||||
<img src="images/suruculogo.svg" alt="Logo">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="Logo">
|
||||
</a>
|
||||
<!-- Logo End -->
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<!-- Header Contact Btn Start -->
|
||||
<div class="header-contact-btn">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-phone.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918012/muglasurucukursu/icon-phone.svg" alt="">
|
||||
</div>
|
||||
<div class="header-contact-now-content">
|
||||
<h3><a href="tel:+905446071988">0544 607 19 88</a></h3>
|
||||
@@ -160,7 +160,7 @@
|
||||
|
||||
<div class="about-contact-box wow fadeInUp">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-phone.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918012/muglasurucukursu/icon-phone.svg" alt="">
|
||||
</div>
|
||||
<div class="about-contact-content">
|
||||
<p>Bizi Arayın!</p>
|
||||
@@ -545,7 +545,7 @@
|
||||
<!-- Why Choose Item Start -->
|
||||
<div class="why-choose-item wow fadeInUp">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-why-choose-us-1.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918014/muglasurucukursu/icon-why-choose-us-1.svg" alt="">
|
||||
</div>
|
||||
<div class="why-choose-item-content">
|
||||
<h3>Size Uygun Esnek Eğitim Saatleri</h3>
|
||||
@@ -557,7 +557,7 @@
|
||||
<!-- Why Choose Item Start -->
|
||||
<div class="why-choose-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-why-choose-us-2.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918016/muglasurucukursu/icon-why-choose-us-2.svg" alt="">
|
||||
</div>
|
||||
<div class="why-choose-item-content">
|
||||
<h3>Deneyimli Eğitmenler</h3>
|
||||
@@ -585,7 +585,7 @@
|
||||
<!-- Why Choose Item Start -->
|
||||
<div class="why-choose-item wow fadeInUp">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-why-choose-us-3.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918018/muglasurucukursu/icon-why-choose-us-3.svg" alt="">
|
||||
</div>
|
||||
<div class="why-choose-item-content">
|
||||
<h3>Şehir İçi Sürüş Eğitimi</h3>
|
||||
@@ -597,7 +597,7 @@
|
||||
<!-- Why Choose Item Start -->
|
||||
<div class="why-choose-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-why-choose-us-4.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918019/muglasurucukursu/icon-why-choose-us-4.svg" alt="">
|
||||
</div>
|
||||
<div class="why-choose-item-content">
|
||||
<h3>Herkese Uygun Fiyatlar</h3>
|
||||
@@ -914,7 +914,7 @@
|
||||
<div class="appointment-info-item">
|
||||
<!-- Appointment Info Title Start -->
|
||||
<div class="appointment-info-title">
|
||||
<img src="images/icon-clock.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917992/muglasurucukursu/icon-clock.svg" alt="">
|
||||
<h3>Çalışma Saatlerimiz</h3>
|
||||
</div>
|
||||
<!-- Appointment Info Title End -->
|
||||
@@ -932,7 +932,7 @@
|
||||
<div class="appointment-info-item">
|
||||
<!-- Appointment Info Title Start -->
|
||||
<div class="appointment-info-title">
|
||||
<img src="images/icon-phone-accent.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918007/muglasurucukursu/icon-phone-accent.svg" alt="">
|
||||
<h3>Hızlı İletişim</h3>
|
||||
</div>
|
||||
<!-- Appointment Info Title End -->
|
||||
@@ -1063,7 +1063,7 @@
|
||||
<div class="appointment-info-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<!-- Appointment Info Title Start -->
|
||||
<div class="appointment-info-title">
|
||||
<img src="images/icon-phone-accent.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918007/muglasurucukursu/icon-phone-accent.svg" alt="">
|
||||
<h3>Hemen Ara !</h3>
|
||||
</div>
|
||||
<!-- Appointment Info Title End -->
|
||||
@@ -1081,7 +1081,7 @@
|
||||
<div class="appointment-info-item wow fadeInUp" data-wow-delay="0.4s">
|
||||
<!-- Appointment Info Title Start -->
|
||||
<div class="appointment-info-title">
|
||||
<img src="images/icon-clock.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917992/muglasurucukursu/icon-clock.svg" alt="">
|
||||
<h3>Çalışma Saatleri</h3>
|
||||
</div>
|
||||
<!-- Appointment Info Title End -->
|
||||
@@ -1099,7 +1099,7 @@
|
||||
<div class="appointment-info-item location-info-item wow fadeInUp" data-wow-delay="0.6s">
|
||||
<!-- Appointment Info Title Start -->
|
||||
<div class="appointment-info-title">
|
||||
<img src="images/icon-location-accent.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917999/muglasurucukursu/icon-location-accent.svg" alt="">
|
||||
<h3>Konum:</h3>
|
||||
</div>
|
||||
<!-- Appointment Info Title End -->
|
||||
@@ -1235,7 +1235,7 @@
|
||||
<div class="testimonial-author">
|
||||
<div class="author-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/author-1.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917979/muglasurucukursu/author-1.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="author-content">
|
||||
@@ -1269,7 +1269,7 @@
|
||||
<div class="testimonial-author">
|
||||
<div class="author-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/author-2.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917980/muglasurucukursu/author-2.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="author-content">
|
||||
@@ -1301,7 +1301,7 @@
|
||||
<div class="testimonial-author">
|
||||
<div class="author-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/author-3.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917981/muglasurucukursu/author-3.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="author-content">
|
||||
@@ -1333,7 +1333,7 @@
|
||||
<div class="testimonial-author">
|
||||
<div class="author-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/author-4.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917982/muglasurucukursu/author-4.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="author-content">
|
||||
@@ -1365,7 +1365,7 @@
|
||||
<div class="testimonial-author">
|
||||
<div class="author-image">
|
||||
<figure class="image-anime">
|
||||
<img src="images/author-5.jpg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917982/muglasurucukursu/author-5.jpg" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="author-content">
|
||||
@@ -1399,7 +1399,7 @@
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="images/suruculogo.svg" alt="">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
@@ -1412,8 +1412,8 @@
|
||||
<!-- Footer Contact list Start -->
|
||||
<div class="footer-contact-list">
|
||||
<ul>
|
||||
<li><a href="tel:+905446071988"><img src="images/icon-phone.svg" alt="">0544 607 19 88</a></li>
|
||||
<li><a href="mailto:info@muglasurucukursu.com"><img src="images/icon-mail.svg" alt="">info@muglasurucukursu.com</a></li>
|
||||
<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>
|
||||
@@ -1442,7 +1442,7 @@
|
||||
<!-- Footer Info Item Start -->
|
||||
<div class="footer-info-item">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-location-accent.svg" alt="">
|
||||
<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>
|
||||
@@ -1453,7 +1453,7 @@
|
||||
<!-- Footer Info Item Start -->
|
||||
<div class="footer-info-item">
|
||||
<div class="icon-box">
|
||||
<img src="images/icon-clock.svg" alt="">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user