services - 3 pages, images updated, link color changed
4
public/assets/css/bootstrap.css
vendored
@ -240,11 +240,11 @@ sup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--bs-link-color);
|
color: var(--theme-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--bs-link-hover-color);
|
color: #101214;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
||||||
|
|||||||
BIN
public/assets/images/services/concussion-management/1.webp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
public/assets/images/services/concussion-management/2.webp
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/assets/images/services/concussion-management/big-img.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/images/services/concussion-management/left.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/images/services/icons/concussion-management.webp
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/assets/images/services/icons/operative-management.webp
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/assets/images/services/icons/orthotics.webp
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/assets/images/services/operative-management/1(1).webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/images/services/operative-management/1.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/images/services/operative-management/2(1).webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/images/services/operative-management/2.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 30 KiB |
BIN
public/assets/images/services/operative-management/big-img.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/assets/images/services/operative-management/left.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/images/services/orthotics/1.webp
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
public/assets/images/services/orthotics/2.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/images/services/orthotics/big-img.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/images/services/orthotics/left.webp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/assets/images/services/orthotics/orthotics-banner.webp
Normal file
|
After Width: | Height: | Size: 43 KiB |
@ -1119,11 +1119,11 @@ export const servicesList = [
|
|||||||
slug: "orthotics-therapy-clinic-etobicoke",
|
slug: "orthotics-therapy-clinic-etobicoke",
|
||||||
shortTitle: "Orthotics",
|
shortTitle: "Orthotics",
|
||||||
title: "Orthotics Therapy Clinic",
|
title: "Orthotics Therapy Clinic",
|
||||||
bannerImage: "/assets/images/services/naturopathy/naturopathy-banner.webp",
|
bannerImage: "/assets/images/services/orthotics/orthotics-banner.webp",
|
||||||
image: "/assets/images/service/service-4.jpg",
|
image: "/assets/images/services/orthotics/left.webp",
|
||||||
sidebarImg: "/assets/images/service/service-4.jpg",
|
sidebarImg: "/assets/images/services/orthotics/left.webp",
|
||||||
bigImg: "/assets/images/service/service-7.jpg",
|
bigImg: "/assets/images/services/orthotics/big-img.webp",
|
||||||
icon: "/assets/images/services/icons/naturopathy.webp",
|
icon: "/assets/images/services/icons/orthotics.webp",
|
||||||
shortDescription: "Orthotics are medical devices that you wear inside your shoes to correct biomechanical foot issues. They can also help with foot pain caused by medical.",
|
shortDescription: "Orthotics are medical devices that you wear inside your shoes to correct biomechanical foot issues. They can also help with foot pain caused by medical.",
|
||||||
description: `<div>
|
description: `<div>
|
||||||
<div class="text-box ">
|
<div class="text-box ">
|
||||||
@ -1139,10 +1139,10 @@ export const servicesList = [
|
|||||||
<div className="image-inner">
|
<div className="image-inner">
|
||||||
<div class="row clearfix">
|
<div class="row clearfix">
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/1.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/orthotics/2.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1267,11 +1267,11 @@ export const servicesList = [
|
|||||||
slug: "concussion-management-clinic-etobicoke",
|
slug: "concussion-management-clinic-etobicoke",
|
||||||
shortTitle: "Concussion Management",
|
shortTitle: "Concussion Management",
|
||||||
title: "Concussion Management",
|
title: "Concussion Management",
|
||||||
bannerImage: "/assets/images/services/workplace-injury/workplace-injury-banner.webp",
|
bannerImage: "/assets/images/services/concussion-management/concussion-management-banner.webp",
|
||||||
image: "/assets/images/service/service-4.jpg",
|
image: "/assets/images/services/concussion-management/left.webp",
|
||||||
sidebarImg: "/assets/images/service/service-4.jpg",
|
sidebarImg: "/assets/images/services/concussion-management/left.webp",
|
||||||
bigImg: "/assets/images/service/service-7.jpg",
|
bigImg: "/assets/images/services/concussion-management/big-img.webp",
|
||||||
icon: "/assets/images/services/icons/spinal-decompression.webp",
|
icon: "/assets/images/services/icons/concussion-management.webp",
|
||||||
shortDescription: "Concussion is a traumatic brain injury that can cause lasting effects on brain tissue occurs when the brain is violently shaken and changes the chemical.",
|
shortDescription: "Concussion is a traumatic brain injury that can cause lasting effects on brain tissue occurs when the brain is violently shaken and changes the chemical.",
|
||||||
description: `<div>
|
description: `<div>
|
||||||
<div class="text-box ">
|
<div class="text-box ">
|
||||||
@ -1371,10 +1371,10 @@ export const servicesList = [
|
|||||||
<div className="image-inner">
|
<div className="image-inner">
|
||||||
<div class="row clearfix">
|
<div class="row clearfix">
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/1.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/concussion-management/2.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1478,11 +1478,11 @@ export const servicesList = [
|
|||||||
slug: "pre-and-post-operative-management",
|
slug: "pre-and-post-operative-management",
|
||||||
shortTitle: "Pre and Post Operative Management",
|
shortTitle: "Pre and Post Operative Management",
|
||||||
title: "Pre and Post Operative Management",
|
title: "Pre and Post Operative Management",
|
||||||
bannerImage: "/assets/images/services/naturopathy/naturopathy-banner.webp",
|
bannerImage: "/assets/images/services/operative-management/operative-management-banner.webp",
|
||||||
image: "/assets/images/service/service-4.jpg",
|
image: "/assets/images/services/operative-management/left.webp",
|
||||||
sidebarImg: "/assets/images/service/service-4.jpg",
|
sidebarImg: "/assets/images/services/operative-management/left.webp",
|
||||||
bigImg: "/assets/images/service/service-7.jpg",
|
bigImg: "/assets/images/services/operative-management/big-img.webp",
|
||||||
icon: "/assets/images/services/icons/naturopathy.webp",
|
icon: "/assets/images/services/icons/operative-management.webp",
|
||||||
shortDescription: "Prior to your scheduled surgery you will be assessed by our registered physiotherapist for a preoperative.",
|
shortDescription: "Prior to your scheduled surgery you will be assessed by our registered physiotherapist for a preoperative.",
|
||||||
description: `<div>
|
description: `<div>
|
||||||
<div class="text-box ">
|
<div class="text-box ">
|
||||||
@ -1522,10 +1522,10 @@ export const servicesList = [
|
|||||||
<div className="image-inner">
|
<div className="image-inner">
|
||||||
<div class="row clearfix">
|
<div class="row clearfix">
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/1.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
|
||||||
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
|
<figure class="image-box mb_30"><img src="/assets/images/services/operative-management/2.webp" alt="" /></figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||