diff --git a/about.php b/about.php index dac9c20..f44c2fa 100644 --- a/about.php +++ b/about.php @@ -6,36 +6,79 @@ include_once $URLcorrection . 'includes/header.php'; ?> -
-
-

About Us: Making the Most of North East Homes

-

At North East Loft Boarding, we believe your loft shouldn’t be a "no-go zone" navigated by balancing on joists in the dark. Based right here in the North East, we help homeowners reclaim the massive amount of wasted space sitting right above their heads.

+ +
+
+
+
+ Expert Loft Boarding +

The North East’s Trusted Choice for Loft Storage

+

We provide professional, warrantied loft boarding solutions that create space without compromising your home's thermal efficiency.

+
+
+ +
+
+
+
+ +
+

Integrity First

+

We install specialist raised subframes that sit above your insulation, ensuring your home stays energy-efficient while providing a rock-solid storage platform.

+
+
+ +
+
+
+ +
+

No Mess, No Stress

+

We treat your home with total respect. From heavy-duty floor protection to a full clean-up, we ensure the only difference we leave behind is your new storage space.

+
+
+ +
+
+
+ +
+

Safety Focused

+

From slip-resistant loft ladders to reinforced hatches, every component we install is chosen for its durability and ease of use for the whole family.

+
+
+
-
+
-

Our Mission: Space Without Compromise

-

Most modern lofts aren't designed for storage—they’re designed for insulation. We started this business because we saw too many people squashing their insulation (and hiking up their energy bills) just to find a place for the Christmas decorations.

-

We specialise in raised loft boarding, a system that sits above your insulation to keep your home warm while providing a rock-solid platform for your belongings.

+
+ +
+

Our Mission: Space Without Compromise

+

At North East Loft Boarding, we believe your loft shouldn’t be a "no-go zone" navigated in the dark. Most modern lofts are designed for insulation, not storage.

+ +

We help you reclaim that wasted space without squashing your insulation or hiking up your energy bills. We specialise in raised loft boarding, keeping your home warm while providing a rock-solid platform for your belongings.

+
+
-
+
-

Why Choose a Local Specialist?

-

From Tyneside flats to new-build semis in County Durham, we know the local housing stock inside and out. When you choose us, you’re not getting a "one-size-fits-all" kit; you’re getting a bespoke installation tailored to your specific roof structure.

-
  • Integrity First We only use high-quality, load-bearing materials that protect your property and your NHBC warranty.
  • -
  • No Mess, No Stress We’re a local team that prides itself on being punctual, polite, and leaving your landing exactly how we found it (just with a much better ladder).
  • -
  • Safety Focused Every ladder we fit and every board we lay is tested to ensure it’s safe for you and your family to use for years to come.
  • -
    -
    - -
    -
    -

    Beyond Just Boarding

    -

    We’re more than just "the loft people." We’re a team of dedicated installers passionate about home improvement. Whether it's enlarging a cramped hatch, installing energy-efficient lighting, or fitting a sturdy timber ladder, we treat every home as if it were our own.

    -

    We’re proud to serve Newcastle, Gateshead, Sunderland, Durham, and the surrounding areas.

    +
    +
    +
    +

    Beyond Just Boarding

    +

    Whether it's enlarging a hatch, adding LED lighting, or fitting a sturdy timber ladder, we treat every home as if it were our own.

    +
    +

    + Proudly serving Newcastle, Gateshead, Sunderland, Durham, and the surrounding areas. +

    +
    +
    +
    diff --git a/css/style.css b/css/style.css index 9ba5f90..a64355b 100644 --- a/css/style.css +++ b/css/style.css @@ -5590,7 +5590,7 @@ button.bg-danger:focus { background-color: #bd2130 !important; } .bg-light { - background-color: #f8f9fa !important; } + background-color: #fc6944 !important; } a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, @@ -10286,3 +10286,230 @@ textarea.form-control { .padding-20 { padding: 20px; } + + +/* Styling for the About Us Section */ +.bg-light { background-color: #fc6944; } +.text-primary { color: #ff6600; } +.letter-spacing-2 { letter-spacing: 2px; } + +.custom-divider { + width: 50px; + height: 4px; + background-color: #004a99; + margin: 25px auto; + border-radius: 2px; +} + +/* Card Styling */ +.trade-card { + background: #fff; + padding: 50px 30px; + border-radius: 8px; + border: 1px solid #eee; + height: 100%; + transition: all 0.4s ease-in-out; + position: relative; + overflow: hidden; +} + +.trade-card:hover { + box-shadow: 0 20px 40px rgba(0,0,0,0.08); + transform: translateY(-8px); +} + +.trade-card.highlight { + border-bottom: 4px solid #004a99; +} + +/* Icon Styling */ +.trade-icon-wrapper { + width: 80px; + height: 80px; + background: #f0f7ff; /* Very light blue */ + color: #ff6600; + font-size: 30px; + line-height: 80px; + border-radius: 50%; + margin: 0 auto 25px; + transition: 0.3s; +} + +.trade-card:hover .trade-icon-wrapper { + background: #ff6600; + color: #fff; +} + +.trade-card h4 { + font-weight: 700; + margin-bottom: 15px; + color: #222; +} + +.trade-card p { + color: #666; + font-size: 0.95rem; + line-height: 1.7; +} + + +.service-callout-orange { + background-color: #ff6600; + padding: 50px 40px; /* Generous padding for a premium feel */ + border-radius: 12px; + color: #ffffff; + text-align: center; + box-shadow: 0 10px 30px rgba(255, 102, 0, 0.15); +} + +.service-callout-orange h3 { + color: #ffffff; + font-weight: 700; + margin-bottom: 20px; + font-size: 1.75rem; +} + +.service-callout-orange p { + font-size: 1.1rem; + line-height: 1.6; + margin-bottom: 0; +} + +.location-divider { + width: 40px; + height: 2px; + background-color: rgba(255, 255, 255, 0.3); + margin: 25px auto; +} + +.location-text { + font-size: 0.95rem !important; + text-transform: uppercase; + letter-spacing: 1.5px; + opacity: 0.95; +} + + +.text-orange { color: #ff6600; } +.letter-spacing-2 { letter-spacing: 2px; font-size: 0.85rem; } + +.short-divider { + width: 50px; + height: 3px; + background: #ff6600; + margin: 20px 0 30px 0; +} + +.about-image-wrapper { + position: relative; + padding: 10px; +} + +.about-image-wrapper img { + border-radius: 15px; + box-shadow: 0 20px 40px rgba(0,0,0,0.1); +} + +.experience-badge { + position: absolute; + bottom: -20px; + right: 10px; + background: #ff6600; + color: #fff; + padding: 20px; + border-radius: 10px; + text-align: center; + box-shadow: 0 10px 20px rgba(255,102,0,0.3); + display: flex; + flex-direction: column; + line-height: 1; +} + +.experience-badge strong { + font-size: 2rem; + display: block; +} + +.experience-badge span { + font-size: 0.75rem; + text-transform: uppercase; + margin-top: 5px; +} + +.company-background { + background-color: RGB(255,102,0, 0.2); +} + + +/* Container for the whole card */ +.trade-card-premium { + background: #ffffff; + border-radius: 12px; + overflow: hidden; /* Keeps the image corners rounded */ + box-shadow: 0 10px 30px rgba(0,0,0,0.08); + transition: all 0.3s ease; + border: 1px solid #eee; + height: 100%; + text-align: left; /* Aligns text professionally to the left */ +} + +.trade-card-premium:hover { + transform: translateY(-10px); + box-shadow: 0 15px 40px rgba(0,0,0,0.12); +} + +/* Image Wrapper */ +.trade-image-header { + position: relative; + height: 220px; /* Adjust height as needed */ + overflow: hidden; +} + +.img-full { + width: 100%; + height: 100%; + object-fit: cover; + transition: transform 0.5s ease; +} + +.trade-card-premium:hover .img-full { + transform: scale(1.1); +} + +/* Orange Category Tag */ +.category-tag { + position: absolute; + bottom: 15px; + left: 15px; + background: #ff6600; + color: #fff; + padding: 5px 15px; + font-size: 0.75rem; + font-weight: bold; + text-transform: uppercase; + border-radius: 4px; +} + +/* Content Area */ +.trade-content { + padding: 30px; +} + +.trade-content h4 { + font-weight: 700; + margin-bottom: 10px; + color: #222; +} + +.orange-accent-line { + width: 40px; + height: 3px; + background: #ff6600; + margin-bottom: 20px; +} + +.trade-content p { + color: #666; + font-size: 0.95rem; + line-height: 1.6; +} \ No newline at end of file diff --git a/images/older-property-loft-boarding.png b/images/older-property-loft-boarding.png new file mode 100644 index 0000000..336ec5d Binary files /dev/null and b/images/older-property-loft-boarding.png differ diff --git a/services/boarding.php b/services/boarding.php index ebedab5..44c5f07 100644 --- a/services/boarding.php +++ b/services/boarding.php @@ -6,10 +6,50 @@ include_once $URLcorrection . 'includes/header.php'; ?> +
    +
    +
    +
    + Expert Loft Boarding +

    Professional Loft Boarding & Storage Solutions

    +

    Transforming dusty North East lofts into clean, secure storage hubs. Using specialist subframe technology, we create the space you need while keeping your home warm and your warranty intact.

    +
    +
    +
    +
    +
    +
    + New Build Loft Boarding North East +
    + +
    +

    New Build Loft Boarding

    +
    +

    We treat your home with total respect. From heavy-duty floor protection to a full clean-up, we ensure the only difference we leave behind is your new storage space.

    +
    +
    +
    + +
    +
    +
    + Older Property Loft Boarding North East +
    + +
    +

    Older Property Loft Boarding

    +
    +

    We treat your home with total respect. From heavy-duty floor protection to a full clean-up, we ensure the only difference we leave behind is your new storage space.

    +
    +
    +
    +
    +
    +
    +?> \ No newline at end of file