perf: cache busting for CSS and verify font-display swap
This commit is contained in:
18
contact.html
18
contact.html
@@ -32,7 +32,7 @@
|
||||
<!-- Swiper Css -->
|
||||
<link rel="stylesheet" href="css/swiper-bundle.min.css" media="print" onload="this.media='all'">
|
||||
<!-- Font Awesome Icon Css-->
|
||||
<link href="css/all.min.css" rel="stylesheet" media="screen">
|
||||
<link href="css/all.min.css?v=1.1" rel="stylesheet" media="screen">
|
||||
<!-- Animated Css -->
|
||||
<link href="css/animate.css" rel="stylesheet" media="print" onload="this.media='all'">
|
||||
<!-- Magnific Popup Core Css File -->
|
||||
@@ -40,7 +40,7 @@
|
||||
<!-- Mouse Cursor Css File -->
|
||||
<link rel="stylesheet" href="css/mousecursor.css" media="print" onload="this.media='all'">
|
||||
<!-- Main Custom Css -->
|
||||
<link href="css/custom.css" rel="stylesheet" media="screen">
|
||||
<link href="css/custom.css?v=1.1" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
<!-- Contact Info Item Start -->
|
||||
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.2s">
|
||||
<div class="icon-box">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918003/muglasurucukursu/icon-mail-white.svg" alt="">
|
||||
<img loading="lazy" src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918003/muglasurucukursu/icon-mail-white.svg" alt="">
|
||||
</div>
|
||||
<div class="contact-info-content">
|
||||
<p>Email</p>
|
||||
@@ -166,7 +166,7 @@
|
||||
<!-- Contact Info Item Start -->
|
||||
<div class="contact-info-item wow fadeInUp" data-wow-delay="0.4s">
|
||||
<div class="icon-box">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918001/muglasurucukursu/icon-location-white.svg" alt="">
|
||||
<img loading="lazy" src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918001/muglasurucukursu/icon-location-white.svg" alt="">
|
||||
</div>
|
||||
<div class="contact-info-content">
|
||||
<p>Adres</p>
|
||||
@@ -285,7 +285,7 @@
|
||||
<div class="about-footer">
|
||||
<!-- Footer Logo Start -->
|
||||
<div class="footer-logo">
|
||||
<img src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="">
|
||||
<img loading="lazy" src="https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918031/muglasurucukursu/suruculogo.svg" alt="">
|
||||
</div>
|
||||
<!-- Footer Logo End -->
|
||||
|
||||
@@ -298,8 +298,8 @@
|
||||
<!-- Footer Contact list Start -->
|
||||
<div class="footer-contact-list">
|
||||
<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>
|
||||
<li><a href="tel:+905446071988"><img loading="lazy" 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 loading="lazy" 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>
|
||||
@@ -328,7 +328,7 @@
|
||||
<!-- 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="">
|
||||
<img loading="lazy" 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>
|
||||
@@ -339,7 +339,7 @@
|
||||
<!-- 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="">
|
||||
<img loading="lazy" 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