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:
@@ -244,7 +244,7 @@ body{
|
||||
top: 50%;
|
||||
right: 20px;
|
||||
bottom: 0;
|
||||
background-image: url("../images/arrow-primary.svg");
|
||||
background-image: url("../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917976/muglasurucukursu/arrow-primary.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -297,7 +297,7 @@ body{
|
||||
}
|
||||
|
||||
.btn-default.btn-highlighted::before{
|
||||
background-image: url("../images/arrow-white.svg");
|
||||
background-image: url("../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917978/muglasurucukursu/arrow-white.svg");
|
||||
}
|
||||
|
||||
.btn-default.btn-highlighted:hover::before{
|
||||
@@ -325,7 +325,7 @@ body{
|
||||
top: 50%;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-image: url(../images/arrow-accent.svg);
|
||||
background-image: url(../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917968/muglasurucukursu/arrow-accent.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -421,7 +421,7 @@ body{
|
||||
.section-title h3{
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background: url('../images/icon-sub-heading.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918013/muglasurucukursu/icon-sub-heading.svg') no-repeat;
|
||||
background-position: left center;
|
||||
background-size: 20px auto;
|
||||
font-family: var(--default-font);
|
||||
@@ -811,7 +811,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.hero-section{
|
||||
position: relative;
|
||||
background-image: url('../images/hero-bg.jpg');
|
||||
background-image: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917987/muglasurucukursu/hero-bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -853,7 +853,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.hero-section.hero-slider-layout .hero-slide{
|
||||
position: relative;
|
||||
background: url('../images/hero-bg.jpg');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917987/muglasurucukursu/hero-bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -861,7 +861,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.hero-section.hero-slider-layout .hero-slide.slide-2{
|
||||
background: url('../images/hero-bg-2.jpg');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917986/muglasurucukursu/hero-bg-2.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -1284,7 +1284,7 @@ header.main-header .header-sticky.active{
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: url('../images/service-bg-track.png');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918025/muglasurucukursu/service-bg-track.png');
|
||||
background-repeat: repeat-x;
|
||||
background-position: bottom left;
|
||||
background-size: cover;
|
||||
@@ -1308,7 +1308,7 @@ header.main-header .header-sticky.active{
|
||||
bottom: 18px;
|
||||
left: 15px;
|
||||
right: 0;
|
||||
background: url('../images/service-bg-car.png');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918024/muglasurucukursu/service-bg-car.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom left;
|
||||
background-size: cover;
|
||||
@@ -1446,7 +1446,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.why-choose-us{
|
||||
padding: 100px 0 0;
|
||||
background: url('../images/why-choose-us-bg.png') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918034/muglasurucukursu/why-choose-us-bg.png') no-repeat;
|
||||
background-position: bottom center;
|
||||
background-size: 45% auto;
|
||||
}
|
||||
@@ -1517,7 +1517,7 @@ header.main-header .header-sticky.active{
|
||||
color: var(--primary-color);
|
||||
line-height: 1.5em;
|
||||
text-transform: capitalize;
|
||||
background: url('../images/icon-check.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917990/muglasurucukursu/icon-check.svg') no-repeat;
|
||||
background-position: left top;
|
||||
background-size: 24px auto;
|
||||
border-bottom: 1px solid var(--divider-color);
|
||||
@@ -1626,7 +1626,7 @@ header.main-header .header-sticky.active{
|
||||
/************************************/
|
||||
|
||||
.how-it-work{
|
||||
background: url('../images/how-it-work-bg.png'), var(--secondary-color);
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917987/muglasurucukursu/how-it-work-bg.png'), var(--secondary-color);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -1778,7 +1778,7 @@ header.main-header .header-sticky.active{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: url('../images/icon-check.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917990/muglasurucukursu/icon-check.svg') no-repeat;
|
||||
background-position: left top;
|
||||
background-size: cover;
|
||||
height: 22px;
|
||||
@@ -2272,7 +2272,7 @@ header.main-header .header-sticky.active{
|
||||
/************************************/
|
||||
|
||||
.main-footer{
|
||||
background: url(../images/footer-bg.png), var(--primary-color);
|
||||
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;
|
||||
@@ -2545,7 +2545,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.page-header-section{
|
||||
position: relative;
|
||||
background: url('../images/page-header-bg.jpg');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918024/muglasurucukursu/page-header-bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -2725,7 +2725,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.student-experience-image{
|
||||
position: relative;
|
||||
background: url('../images/student-experience-image-bg-2.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918028/muglasurucukursu/student-experience-image-bg-2.svg') no-repeat;
|
||||
background-position: top right;
|
||||
background-size: 80px auto;
|
||||
display: flex;
|
||||
@@ -2743,7 +2743,7 @@ header.main-header .header-sticky.active{
|
||||
bottom: 0;
|
||||
left: 40%;
|
||||
transform: translateX(-50%);
|
||||
background: url('../images/student-experience-image-bg-1.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918027/muglasurucukursu/student-experience-image-bg-1.svg') no-repeat;
|
||||
background-position: bottom center;
|
||||
background-size: cover;
|
||||
z-index: 0;
|
||||
@@ -2958,7 +2958,7 @@ header.main-header .header-sticky.active{
|
||||
.our-core-value{
|
||||
position: relative;
|
||||
padding: 100px 0;
|
||||
background: url('../images/driving-excellence-bg.png') , var(--secondary-color);
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917983/muglasurucukursu/driving-excellence-bg.png') , var(--secondary-color);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -3011,7 +3011,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.core-value-list ul li{
|
||||
background: url('../images/icon-check.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917990/muglasurucukursu/icon-check.svg') no-repeat;
|
||||
background-position: left top;
|
||||
background-size: 22px auto;
|
||||
line-height: 1.5em;
|
||||
@@ -3156,7 +3156,7 @@ header.main-header .header-sticky.active{
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: url('../images/arrow-accent.svg');
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917968/muglasurucukursu/arrow-accent.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
@@ -3172,7 +3172,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.sidebar-cta-box{
|
||||
position: relative;
|
||||
background: url('../images/sidebar-cta-bg.jpg'), no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777918026/muglasurucukursu/sidebar-cta-bg.jpg'), no-repeat;
|
||||
background-size: cover;
|
||||
padding: 40px 30px;
|
||||
}
|
||||
@@ -3337,7 +3337,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.service-entry ul li{
|
||||
background: url('../images/icon-check.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917990/muglasurucukursu/icon-check.svg') no-repeat;
|
||||
background-position: left top 2px;
|
||||
background-size: 22px auto;
|
||||
line-height: 1.5em;
|
||||
@@ -3625,7 +3625,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.post-entry blockquote{
|
||||
background: url('../images/icon-blockquote.svg'), var(--accent-color);
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917988/muglasurucukursu/icon-blockquote.svg'), var(--accent-color);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 30px 30px;
|
||||
background-size: 50px;
|
||||
@@ -3831,7 +3831,7 @@ header.main-header .header-sticky.active{
|
||||
|
||||
.course-entry ul li{
|
||||
width: calc(50% - 15px);
|
||||
background: url('../images/icon-check.svg') no-repeat;
|
||||
background: url('../https://res.cloudinary.com/du7xohbct/image/upload/f_auto,q_auto/v1777917990/muglasurucukursu/icon-check.svg') no-repeat;
|
||||
background-position: left top 2px;
|
||||
background-size: 22px auto;
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user