SEO Update

This commit is contained in:
edsea
2025-01-09 01:38:47 +01:00
parent 749a808119
commit 196bd930fa
4 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/header.php');
</div>
<div class="col-md-6">
<div class="image-container">
<img src="/rss/img/kisses.png" class="shadow" alt="free dating">
<img src="/rss/img/kisses.jpg" class="shadow" alt="free dating">
</div>
</div>
</div>
@@ -38,7 +38,7 @@ require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/header.php');
<div class="row">
<div class="col-md-6">
<div class="image-container">
<img src="/rss/img/kisses2.png" class="shadow" alt="dating made easy">
<img src="/rss/img/kisses2.jpg" class="shadow" alt="Local singles">
</div>
</div>
<div class="col-md-6 col-s-12 align-self-center">

View File

@@ -1128,10 +1128,10 @@ footer .footer-inner .footer-col.img {
}
.btn {
padding: 0.75rem;
padding: 4px 19px;
border: none;
border-radius: 4px;
background-color: #dadada;
background-color: #ebebeb;
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;

File diff suppressed because one or more lines are too long

View File

@@ -658,15 +658,15 @@ footer{
}
.btn {
padding: 0.75rem;
border: none;
border-radius: 4px;
background-color: #dadada; // Primary button color
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
padding: 4px 19px;
border: none;
border-radius: 4px;
background-color: #ebebeb;
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
&:hover {
background-color: #ffffff; // Darker on hover