Domain mccallcontracting.com
United States
AMAZON-AES
Software information

Netlify

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-08-25 07:36
    Last seen 2026-01-15 21:31
    Open for 143 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbb2d51054

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/zachattack358/Reviews.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2026-01-15 21:31
      307 Bytes
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2026-01-08 21:56

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 08 Jan 2026 21:56:38 GMT
    Etag: "dff2055e726e31230fda0f13e079f87b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEFSS5SY3SG0NB6RQEVYCD0M
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2026-01-02 14:22

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 14:22:45 GMT
    Etag: "dff2055e726e31230fda0f13e079f87b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDZHDS0N9Y400KJBCF58SJ0R
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:443 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:26 GMT
    Location: https://mccallcontracting.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDSAX9962DAKJNDVZPKHJC8A
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:26 GMT
    Location: https://www.mccallcontracting.com/
    Server: Netlify
    X-Nf-Request-Id: 01KDSAX8NCVKPTKAEWGNGGY66V
    Content-Length: 49
    Connection: close
    
    
    Redirecting to https://www.mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:80 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://www.mccallcontracting.com/
    Server: Netlify
    X-Nf-Request-Id: 01KDSAX88KMBMR268P6YWV4DZ6
    Content-Length: 49
    Connection: close
    
    
    Redirecting to https://www.mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:80 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://www.mccallcontracting.com/
    Server: Netlify
    X-Nf-Request-Id: 01KDSAX8AKB580ZE5CV8T2AVRJ
    Content-Length: 49
    Connection: close
    
    
    Redirecting to https://www.mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:443 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://mccallcontracting.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDSAX8DAMHD9J32B5TTECNHZ
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://www.mccallcontracting.com/
    Server: Netlify
    X-Nf-Request-Id: 01KDSAX8BMVG95VRMXQNYWKZQM
    Content-Length: 49
    Connection: close
    
    
    Redirecting to https://www.mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Wed, 31 Dec 2025 04:33:26 GMT
    Etag: "dff2055e726e31230fda0f13e079f87b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDSAX8NDZD8P1RYS6YZFD2S1
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:26 GMT
    Location: https://mccallcontracting.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDSAX90ATD9DFB4THBXBMBNB
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 75.2.60.5:80 · mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://mccallcontracting.com/
    Server: Netlify
    X-Nf-Request-Id: 01KDSAX850MKHWVYYDQTKG7EW2
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · www.mccallcontracting.com

    2025-12-31 04:33

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Wed, 31 Dec 2025 04:33:25 GMT
    Location: https://mccallcontracting.com/
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDSAX84QCX181CQCY1TRKK4C
    Content-Length: 45
    Connection: close
    
    
    Redirecting to https://mccallcontracting.com/
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2025-12-30 05:23

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 30 Dec 2025 05:24:00 GMT
    Etag: "a399cacc7d2e81e702a8ee725129310b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDPVD5591GJMTS6W3SA5B964
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2025-12-22 21:35

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 22 Dec 2025 21:35:21 GMT
    Etag: "a399cacc7d2e81e702a8ee725129310b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD3ZSZRV32J8WCZ014BM1XGE
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2025-12-20 23:48

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 23:48:41 GMT
    Etag: "a399cacc7d2e81e702a8ee725129310b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCZ2MP0NAY7Y79GXWVQBKZB7
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 44.222.29.108:80 · pay.mccallcontracting.com

    2025-12-19 16:53

    HTTP/1.1 200 OK
    Content-Type: text/html
    Cache-Control: no-cache, no-store, must-revalidate
    Date: Fri, 19 Dec 2025 16:53:31 GMT
    Connection: close
    Transfer-Encoding: chunked
    
    
    <html><body>Processing your request...</body></html>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 34.234.126.233:80 · pay.mccallcontracting.com

    2025-12-19 16:53

    HTTP/1.1 200 OK
    Content-Type: text/html
    Cache-Control: no-cache, no-store, must-revalidate
    Date: Fri, 19 Dec 2025 16:53:30 GMT
    Connection: close
    Transfer-Encoding: chunked
    
    
    <html><body>Processing your request...</body></html>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 44.222.29.108:443 · pay.mccallcontracting.com

    2025-12-19 16:53

    HTTP/1.1 200 OK
    date: Fri, 19 Dec 2025 16:53:26 GMT
    content-type: text/html; charset=utf-8
    content-length: 4220
    connection: close
    vary: Origin, Accept-Encoding
    access-control-allow-credentials: true
    access-control-expose-headers: X-Trace-Id
    x-trace-id: fa3a2eaf170122cbd01e3859b5548fb4
    content-security-policy: frame-ancestors 'self' https:
    etag: W/"107c-w9fV8dnMrUoQt8/pndKAtW2rFYU"
    
    Page title: Online payment @ McCall Contracting
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Online payment @ McCall Contracting</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@poynt"><meta property="og:title" content="Online payment @ McCall Contracting"><meta property="og:description" content="Please enter any details in the notes section"><meta property="og:image" content=""><meta property="og:url" content="https://paylinks.mbe.commerce.godaddy.com/v1/"><meta property="product:price:amount" content=""><meta property="product:price:currency" content="USD"><meta property="og:type" content="og:product"><link rel="manifest" href="https://cdn.poynt.net/checkout/manifest.json"><meta name="theme-color" content="#000"><link rel="shortcut icon" href="https://cdn.poynt.net/checkout/favicon.ico"><link href="https://cdn.poynt.net/checkout/bundle.f3482.css" rel="stylesheet"></head><body><script>"undefined" === typeof _trfq || (window._trfq = []);
          "undefined" === typeof _trfd && (window._trfd = []), _trfd.push({ ap: "PaylinkC2" });</script><script>/* this functionality is needed for integration in WAM*/
          function sendMessage(sender, action, value) {
            window.parent.postMessage({ sender: sender, action: action, value: value }, "*");
          }
    
          let scrollHeight = 0;
          const sendHeight = (height) => {
            sendMessage("pay-buttons-js", "setHeight", height);
          };
    
          function checkHeight() {
            const appElement = document.getElementById("app");
            if (appElement && appElement.scrollHeight !== scrollHeight) {
              scrollHeight = appElement.scrollHeight;
              sendHeight(scrollHeight);
            }
          }
    
          var observer = new MutationObserver(checkHeight);
          observer.observe(document.body, {
            subtree: true,
            attributes: true,
            childList: true,
            characterData: true,
          });
    
          checkHeight();</script><script>window.__PAYLINK__ = ""; // to avoid errors
          window.payLink = {"checkoutUrlId":"8ecb48c2-8b10-4602-8ad1-d0ef3b99674b","urlType":"P","businessId":"92c9b2e7-7399-4d9b-a48f-23dad7d6300a","storeId":"95d918f7-26f5-4e1b-9434-86f29a2b9351","orderText":null,"title":"Online payment","shortName":"fc53dbd8-94a2-47b1-afe5-da4","description":"Please enter any details in the notes section","buttonText":null,"picture":"","amount":0,"currency":"USD","isCustomPrice":1,"status":"A","createdAt":"2025-06-25T16:42:53.000Z","updatedAt":"2025-06-25T16:44:02.532Z","metadata":null,"productId":null,"domain":"pay.mccallcontracting.com","isDefault":1,"acquirer":"POYNT","businessWebsite":"mccallcontracting.com","ecommerceBusinessName":"McCall Contracting","ecommerceCheckoutLogoUrl":"","ecommerceLogoHeight":"60","ecommerceLogoAlignment":"","ecommerceShowDisplayName":"1","ecommerceBackgroundColor":"#f8f8f8","env":"production","ecommerceLocaleLanguage":"en-us","enableGratuity":"0","tipPercent1":"15","tipPercent2":"18","tipPercent3":"20","tipAmount1":"100","tipAmount2":"200","tipAmount3":"300","tipType1":"P","tipType2":"P","tipType3":"P","showCustomTipByDefault":"0","enableSmartTip":"0","smartTipType":"","smartTipThreshold":"","smartTipPercent1":"","smartTipPercent2":"","smartTipPercent3":"","smartTipAmount1":"","smartTipAmount2":"","smartTipAmount3":"","godaddyShopperId":"663868289","businessStatus":"ACTIVATED","applicationId":"urn:aid:0c4f58f5-38bc-43e1-a869-dfc1f2c0f14e","enableACHPayment":"0","enableSurchargeFee":"0","payfacResellerEcheck":"1","allowACH":"0","disableACH":"0","enablePayment":"1","businessAddress":"","showAddressOnReceipts":"0","phone":"","email":"","customContent":"","customFooter":"","socialWebsite":"","isSurchargeFeatureEnabled":false,"isApplePayQrFeatureEnabled":true,"isPDFExperimentOn":true,"isInvoiceBusinessDetailsExperimentOn":true,"isACHDefaultFeatureEnabled":true};</script><script defer="defer" src="https://cdn.poynt.net/checkou
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 34.234.126.233:443 · pay.mccallcontracting.com

    2025-12-19 16:53

    HTTP/1.1 200 OK
    date: Fri, 19 Dec 2025 16:53:26 GMT
    content-type: text/html; charset=utf-8
    content-length: 4220
    connection: close
    vary: Origin, Accept-Encoding
    access-control-allow-credentials: true
    access-control-expose-headers: X-Trace-Id
    x-trace-id: 2a0d64dcc6d7348ac2a520749ab208ac
    content-security-policy: frame-ancestors 'self' https:
    etag: W/"107c-w9fV8dnMrUoQt8/pndKAtW2rFYU"
    
    Page title: Online payment @ McCall Contracting
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Online payment @ McCall Contracting</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@poynt"><meta property="og:title" content="Online payment @ McCall Contracting"><meta property="og:description" content="Please enter any details in the notes section"><meta property="og:image" content=""><meta property="og:url" content="https://paylinks.mbe.commerce.godaddy.com/v1/"><meta property="product:price:amount" content=""><meta property="product:price:currency" content="USD"><meta property="og:type" content="og:product"><link rel="manifest" href="https://cdn.poynt.net/checkout/manifest.json"><meta name="theme-color" content="#000"><link rel="shortcut icon" href="https://cdn.poynt.net/checkout/favicon.ico"><link href="https://cdn.poynt.net/checkout/bundle.f3482.css" rel="stylesheet"></head><body><script>"undefined" === typeof _trfq || (window._trfq = []);
          "undefined" === typeof _trfd && (window._trfd = []), _trfd.push({ ap: "PaylinkC2" });</script><script>/* this functionality is needed for integration in WAM*/
          function sendMessage(sender, action, value) {
            window.parent.postMessage({ sender: sender, action: action, value: value }, "*");
          }
    
          let scrollHeight = 0;
          const sendHeight = (height) => {
            sendMessage("pay-buttons-js", "setHeight", height);
          };
    
          function checkHeight() {
            const appElement = document.getElementById("app");
            if (appElement && appElement.scrollHeight !== scrollHeight) {
              scrollHeight = appElement.scrollHeight;
              sendHeight(scrollHeight);
            }
          }
    
          var observer = new MutationObserver(checkHeight);
          observer.observe(document.body, {
            subtree: true,
            attributes: true,
            childList: true,
            characterData: true,
          });
    
          checkHeight();</script><script>window.__PAYLINK__ = ""; // to avoid errors
          window.payLink = {"checkoutUrlId":"8ecb48c2-8b10-4602-8ad1-d0ef3b99674b","urlType":"P","businessId":"92c9b2e7-7399-4d9b-a48f-23dad7d6300a","storeId":"95d918f7-26f5-4e1b-9434-86f29a2b9351","orderText":null,"title":"Online payment","shortName":"fc53dbd8-94a2-47b1-afe5-da4","description":"Please enter any details in the notes section","buttonText":null,"picture":"","amount":0,"currency":"USD","isCustomPrice":1,"status":"A","createdAt":"2025-06-25T16:42:53.000Z","updatedAt":"2025-06-25T16:44:02.532Z","metadata":null,"productId":null,"domain":"pay.mccallcontracting.com","isDefault":1,"acquirer":"POYNT","businessWebsite":"mccallcontracting.com","ecommerceBusinessName":"McCall Contracting","ecommerceCheckoutLogoUrl":"","ecommerceLogoHeight":"60","ecommerceLogoAlignment":"","ecommerceShowDisplayName":"1","ecommerceBackgroundColor":"#f8f8f8","env":"production","ecommerceLocaleLanguage":"en-us","enableGratuity":"0","tipPercent1":"15","tipPercent2":"18","tipPercent3":"20","tipAmount1":"100","tipAmount2":"200","tipAmount3":"300","tipType1":"P","tipType2":"P","tipType3":"P","showCustomTipByDefault":"0","enableSmartTip":"0","smartTipType":"","smartTipThreshold":"","smartTipPercent1":"","smartTipPercent2":"","smartTipPercent3":"","smartTipAmount1":"","smartTipAmount2":"","smartTipAmount3":"","godaddyShopperId":"663868289","businessStatus":"ACTIVATED","applicationId":"urn:aid:0c4f58f5-38bc-43e1-a869-dfc1f2c0f14e","enableACHPayment":"0","enableSurchargeFee":"0","payfacResellerEcheck":"1","allowACH":"0","disableACH":"0","enablePayment":"1","businessAddress":"","showAddressOnReceipts":"0","phone":"","email":"","customContent":"","customFooter":"","socialWebsite":"","isSurchargeFeatureEnabled":false,"isApplePayQrFeatureEnabled":true,"isPDFExperimentOn":true,"isInvoiceBusinessDetailsExperimentOn":true,"isACHDefaultFeatureEnabled":true};</script><script defer="defer" src="https://cdn.poynt.net/checkou
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · mccallcontracting.com

    2025-12-18 23:50

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 52127
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 18 Dec 2025 23:50:30 GMT
    Etag: "a399cacc7d2e81e702a8ee725129310b-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCSXYK73X84J0MS330JZCT94
    Connection: close
    
    Page title: McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete
    
    <!-- Test edit: Editing is working. -->
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>McCall Contracting | Masonry, Roofing, Painting, Pavers & Concrete</title>
      <meta name="description" content="McCall Contracting provides expert masonry, roofing, painting, paver installation, and concrete work across North Port, Port Charlotte, Punta Gorda, Sarasota and surrounding areas." />
      <meta name="keywords" content="masonry contractor, roofing contractor, painting contractor, paver installation, concrete contractor, home improvement, remodeling services" />
      <!-- Schema.org markup for Local Business -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Contractor",
          "name": "McCall Contracting",
          "url": "https://mccallcontracting.com",
          "image": "img1.jpg",
          "telephone": "+1-941-525-7049",
          "email": "mccall.contracting.fl@gmail.com",
          "priceRange": "$",
          "knowsAbout": ["Masonry", "Roofing", "Painting", "Paver Installation", "Concrete Work", "Remodeling"],
          "areaServed": [
            { "@type": "City", "name": "North Port" },
            { "@type": "City", "name": "Port Charlotte" },
            { "@type": "City", "name": "Punta Gorda" },
            { "@type": "City", "name": "Sarasota" }
          ],
          "serviceArea": [
            { "@type": "Place", "name": "North Port, FL" },
            { "@type": "Place", "name": "Port Charlotte, FL" },
            { "@type": "Place", "name": "Punta Gorda, FL" },
            { "@type": "Place", "name": "Sarasota, FL" }
          ]
        }
      </script>
      <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700&display=swap"
        rel="stylesheet" />
      <style>
        :root {
          --primary: #1D3557;
          --accent: #F77F00;
          --neutral: #fff;
          --charcoal: #222;
          --gray: #f5f5f5;
          --footer-bg: #16213a;
        }
    
        html,
        body {
          margin: 0;
          padding: 0;
          font-family: 'Open Sans', Arial, sans-serif;
          background: var(--gray);
          color: var(--charcoal);
          min-height: 100vh;
          scroll-behavior: smooth;
        }
    
        body {
          display: flex;
          flex-direction: column;
          min-height: 100vh;
        }
    
        header {
          background: var(--primary);
          color: #fff;
          padding: 1.2rem 2rem;
          display: flex;
          align-items: center;
          position: sticky;
          top: 0;
          z-index: 100;
        }
    
        .logo {
          flex: 1 1 0;
        }
    
        nav {
          flex: 2 1 0;
          display: flex;
          justify-content: center;
          gap: 1.5rem;
        }
    
        .dark-toggle-wrapper {
          flex: 1 1 0;
          display: flex;
          justify-content: flex-end;
          margin-left: 2rem;
          align-items: center;
        }
    
        .dark-toggle {
          width: 56px;
          height: 32px;
          background: #e0e0e0;
          border-radius: 32px;
          position: relative;
          cursor: pointer;
          display: flex;
          align-items: center;
          transition: background 0.3s;
          border: 2px solid #bbb;
          box-sizing: border-box;
        }
    
        .dark-toggle .toggle-thumb {
          width: 28px;
          height: 28px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 1.5px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.2rem;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
          transition: left 0.3s, background 0.3s;
          z-index: 2;
        }
    
        .dark-toggle .toggle-icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.1rem;
          z-index: 1;
          color: #888;
          transition: color 0.3s, opacity 0.3s;
          opacity: 1;
        }
    
        .dark-toggle .icon-sun {
          left: 8px;
        }
    
        .dark-toggle .icon-moon {
          right: 8px;
        }
    
        .dark-toggle[aria-checked="false"] .icon-moon {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] .icon-sun {
          opacity: 0;
        }
    
        .dark-toggle[aria-checked="true"] {
          backgroun
    Found 2025-12-18 by HttpPlugin
    Create report
mccallcontracting.comwww.mccallcontracting.com
CN:
mccallcontracting.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-31 03:33
Not after:
2026-03-31 03:33
mccallcontracting.comwww.mccallcontracting.com
CN:
mccallcontracting.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-01 04:23
Not after:
2026-01-30 04:23
pay.mccallcontracting.comwww.pay.mccallcontracting.com
CN:
pay.mccallcontracting.com
Not before:
2025-10-21 16:49
Not after:
2026-01-19 16:49