refactor footer content and update color variables in CSS

This commit is contained in:
Gary 2025-04-28 11:36:31 +01:00
parent 3a5e4ccf18
commit cb1adb3589
2 changed files with 16 additions and 17 deletions

View File

@ -8083,7 +8083,7 @@ h1, h2, h3, h4, h5,
color: #000000; } color: #000000; }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before { .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
visibility: visible; visibility: visible;
background-color: #d9ba2b; background-color: var(--blue);
-webkit-transform: scaleX(1); -webkit-transform: scaleX(1);
-ms-transform: scaleX(1); -ms-transform: scaleX(1);
transform: scaleX(1); } transform: scaleX(1); }
@ -8198,7 +8198,7 @@ h1, h2, h3, h4, h5,
padding-right: 23px; padding-right: 23px;
text-transform: uppercase; text-transform: uppercase;
font-weight: 500; font-weight: 500;
background: #d9ba2b; background: var(--blue);
color: #fff; color: #fff;
font-size: 12px; } font-size: 12px; }
@media (max-width: 991.98px) { @media (max-width: 991.98px) {
@ -8511,7 +8511,7 @@ h1, h2, h3, h4, h5,
background: #ebecf1 !important; } background: #ebecf1 !important; }
.bg-primary { .bg-primary {
background: #d9ba2b !important; } background: var(--blue) !important; }
.btn { .btn {
padding: 12px 16px; padding: 12px 16px;
@ -8526,11 +8526,11 @@ h1, h2, h3, h4, h5,
.btn:hover, .btn:active, .btn:focus { .btn:hover, .btn:active, .btn:focus {
outline: none; } outline: none; }
.btn.btn-primary { .btn.btn-primary {
background: #d9ba2b; background: var(--blue);
border: 1px solid #d9ba2b; border: 1px solid var(--blue);
color: #fff; } color: #fff; }
.btn.btn-primary:hover { .btn.btn-primary:hover {
border: 1px solid #d9ba2b; border: 1px solid var(--blue);
background: transparent; background: transparent;
color: #d9ba2b; } color: #d9ba2b; }
.btn.btn-primary.btn-outline-primary { .btn.btn-primary.btn-outline-primary {
@ -8590,7 +8590,7 @@ h1, h2, h3, h4, h5,
color: #d9ba2b; } color: #d9ba2b; }
.tabulation-2 .nav-pills .nav-item .nav-link.active { .tabulation-2 .nav-pills .nav-item .nav-link.active {
color: #fff; color: #fff;
background: #d9ba2b; } background: var(--blue); }
.tabulation-2 .nav-pills .nav-item .nav-link.active span { .tabulation-2 .nav-pills .nav-item .nav-link.active span {
color: #fff; } color: #fff; }
@ -8675,12 +8675,12 @@ h1, h2, h3, h4, h5,
color: #000000; color: #000000;
font-size: 28px; } font-size: 28px; }
.tabulation .nav-pills .nav-item .nav-link.active { .tabulation .nav-pills .nav-item .nav-link.active {
color: #d9ba2b; color: var(--blue);
background: #fff; background: #fff;
border: 1px solid #fff; border: 1px solid #fff;
border-top: 1px solid rgba(0, 0, 0, 0.1); } border-top: 1px solid rgba(0, 0, 0, 0.1); }
.tabulation .nav-pills .nav-item .nav-link.active span { .tabulation .nav-pills .nav-item .nav-link.active span {
color: #d9ba2b; } color: var(--blue); }
.tabulation .tab-content { .tabulation .tab-content {
background: #fff; background: #fff;
@ -8764,7 +8764,7 @@ h1, h2, h3, h4, h5,
overflow-x: hidden; overflow-x: hidden;
position: relative; position: relative;
padding: 4em 0; padding: 4em 0;
background: #d9ba2b; } background: var(--blue); }
@media (max-width: 1199.98px) { @media (max-width: 1199.98px) {
.ftco-counter { .ftco-counter {
background-position: center center !important; } } background-position: center center !important; } }
@ -8790,7 +8790,7 @@ h1, h2, h3, h4, h5,
.ftco-counter .text .icon span { .ftco-counter .text .icon span {
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: normal;
color: #d9ba2b; color: var(--blue);
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0; left: 0;
@ -9181,7 +9181,7 @@ textarea.form-control {
font-size: 12px; font-size: 12px;
display: block; display: block;
font-weight: 700; font-weight: 700;
color: #d9ba2b; color: var(--blue);
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; } letter-spacing: 2px; }
@ -9288,9 +9288,9 @@ textarea.form-control {
border-radius: 50%; border-radius: 50%;
background: rgba(0, 0, 0, 0.1); } background: rgba(0, 0, 0, 0.1); }
.testimony-section .owl-dots .owl-dot.active { .testimony-section .owl-dots .owl-dot.active {
background: #d9ba2b; } background: var(--blue); }
.testimony-section .owl-dots .owl-dot.active:after { .testimony-section .owl-dots .owl-dot.active:after {
border-color: #d9ba2b; } border-color: var(--blue); }
.testimony-wrap { .testimony-wrap {
display: block; display: block;
@ -9309,7 +9309,7 @@ textarea.form-control {
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 50%; border-radius: 50%;
background: #d9ba2b; } background: var(--blue); }
.testimony-wrap .icon span { .testimony-wrap .icon span {
color: #fff; } color: #fff; }
.testimony-wrap .user-img { .testimony-wrap .user-img {

View File

@ -4,7 +4,7 @@
<div class="col-md-6 col-lg"> <div class="col-md-6 col-lg">
<div class="ftco-footer-widget mb-4"> <div class="ftco-footer-widget mb-4">
<h2 class="logo"><a href="#"><span class="flaticon-roof-2 mr-2"></span>Warmseal</a></h2> <h2 class="logo"><a href="#"><span class="flaticon-roof-2 mr-2"></span>Warmseal</a></h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p> <p>The Roofing Specialists.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-4"> <ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-4">
<li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li> <li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-facebook"></span></a></li> <li class="ftco-animate"><a href="#"><span class="fa fa-facebook"></span></a></li>
@ -47,7 +47,6 @@
<h2 class="ftco-heading-2">Contact information</h2> <h2 class="ftco-heading-2">Contact information</h2>
<div class="block-23 mb-3"> <div class="block-23 mb-3">
<ul> <ul>
<li><span class="icon fa fa-map-marker"></span><span class="text">203 Fake St. Mountain View, San Francisco, California, USA</span></li>
<li><a href="#"><span class="icon fa fa-phone"></span><span class="text">+2 392 3929 210</span></a></li> <li><a href="#"><span class="icon fa fa-phone"></span><span class="text">+2 392 3929 210</span></a></li>
<li><a href="#"><span class="icon fa fa-paper-plane"></span><span class="text">info@yourdomain.com</span></a></li> <li><a href="#"><span class="icon fa fa-paper-plane"></span><span class="text">info@yourdomain.com</span></a></li>
</ul> </ul>