Domain stepupadhdcoaching.com
United States
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-11-11 22:42
    Last seen 2026-01-02 10:51
    Open for 51 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbe3b2d3e3

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/elanyny/stepup-adhd-coaching.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-02 10:51
      310 Bytes
  • Open service 75.2.60.5:443 · stepupadhdcoaching.com

    2026-01-09 09:54

    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: 26274
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 09:54:17 GMT
    Etag: "4071677eb6f7d6668b963e628b3ff45f-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEH2V7VT4YHJAGTF8QBG15KB
    Connection: close
    
    Page title: Step Up ADHD Coaching
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <title>Step Up ADHD Coaching</title>
      <meta name="description" content="We help ADHD minds achieve clarity, calm and lasting confidence." />
    
      <!-- Fonts -->
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Rosario:wght@400;600;700&display=swap" rel="stylesheet">
    
      <style>
         html, body { font-family: "Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
         .script, h1, h2, h3, .heading-script { font-family: "Kaushan Script", cursive; }
        :root{
          --ink:#2F3B69;
          --header:#7A89A5;
          --cta:#7A89A5;
          --teal:#5F8898;
          --beige:#CFC6B3;               /* section band */
          --card-peri:#E4E8F5;            /* periwinkle cards */
          --card-peri-b:#d6dff1;
          --hero-bubble:#e3dddc;          /* hero speech box */
          --shadow:0 12px 34px rgba(17,40,70,.14);
          --card:0 8px 18px rgba(16,40,60,.08);
          --radius:22px;
          --maxw:1100px;
          --sand:#CFC6B3;      /* section background */
        --ink:#2F3B69;       /* deep navy text */
        --card:#e9edf3;      /* light bubble/card */
        --border:#d6dff1;    /* bubble border */
        }
    
        *{box-sizing:border-box}
        html,body{height:100%}
        body{
          margin:0; color:#1f2632; background:#fff;
          font-family:"Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          line-height:1.65; font-size:17px;
        }
        img{max-width:100%; display:block}
        a{text-decoration:none; color:inherit}
    
        .container{max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(16px,3vw,28px)}
    
        /* Header */
        header{
          position:sticky; top:0; z-index:1000;
          background:var(--teal);
          box-shadow:0 3px 10px rgba(0,0,0,.05);
        }
        .nav{
          height:72px; display:flex; align-items:center; justify-content:space-between;
        }
        .brand img{height:44px; width:auto; border-radius:8px; box-shadow:var(--card)}
        nav ul{display:flex; gap:1.25rem; list-style:none; margin:0; padding:0}
        nav a{color:#fff; font-weight:700}
        nav a.btn{background:#fff; color:#1f2b3a; padding:.7rem 1rem; border-radius:12px}
        nav a.btn:hover{opacity:.95}
    
        /* Hero */
        /* === HERO FINAL DESIGN (LEFT-LOW) === */
     /* === HERO FINAL DESIGN (LEFT-LOW) === */
    .hero {
      position: relative;
      isolation: isolate;
      background: url("images/hero-mountain.jpg") center/cover no-repeat;
      min-height: 70vh;
      display: flex;
      align-items: flex-end; /* keep it low */
      padding-bottom: 3rem;
    }
    
    
    
    .hero > .container {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-start !important; /* force left */
      margin-left: 0 !important; /* override auto-centering */
      margin-right: auto !important; /* push it left */
      width: 100%; /* use full width so we can left-align within */
    }
    
    .speech {
      background: #e3dddc;
      color: #2B314A;
      border-radius: 18px;
      padding: 1.4rem 1.6rem;
      max-width: 380px;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      margin-left: clamp(20px, 6vw, 80px); /* ensure it stays away from the edge */
    }
    
    .speech h1 {
      margin: 0 0 1rem;
      font-family: "Rosario", sans-serif; /* ✅ now Rosario */
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      color: #2F3B69;
    }
    
    .speech .btn {
      background: #7a89a5;
      border-radius: 10px;
      padding: 0.6rem 1.1rem;
      color: white;
      font-weight: 700;
      box-shadow: 0 4px 14px rgba(122, 137, 165, 0.25);
      transition: 0.2s ease-in-out;
    }
    
    .speech .btn:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }
    
    
        /* Tagline sash */
        .sash{background:var(--teal); color:#fff; text-align:center; padding:.85rem 0}
        .script{font-family:"Kaushan Script", cursive; letter-spacing:.2px; font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · stepupadhdcoaching.com

    2026-01-02 10:51

    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: 26274
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 10:51:13 GMT
    Etag: "4071677eb6f7d6668b963e628b3ff45f-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDZ5AEKVJ00XY2C72EGP8H0C
    Connection: close
    
    Page title: Step Up ADHD Coaching
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <title>Step Up ADHD Coaching</title>
      <meta name="description" content="We help ADHD minds achieve clarity, calm and lasting confidence." />
    
      <!-- Fonts -->
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Rosario:wght@400;600;700&display=swap" rel="stylesheet">
    
      <style>
         html, body { font-family: "Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
         .script, h1, h2, h3, .heading-script { font-family: "Kaushan Script", cursive; }
        :root{
          --ink:#2F3B69;
          --header:#7A89A5;
          --cta:#7A89A5;
          --teal:#5F8898;
          --beige:#CFC6B3;               /* section band */
          --card-peri:#E4E8F5;            /* periwinkle cards */
          --card-peri-b:#d6dff1;
          --hero-bubble:#e3dddc;          /* hero speech box */
          --shadow:0 12px 34px rgba(17,40,70,.14);
          --card:0 8px 18px rgba(16,40,60,.08);
          --radius:22px;
          --maxw:1100px;
          --sand:#CFC6B3;      /* section background */
        --ink:#2F3B69;       /* deep navy text */
        --card:#e9edf3;      /* light bubble/card */
        --border:#d6dff1;    /* bubble border */
        }
    
        *{box-sizing:border-box}
        html,body{height:100%}
        body{
          margin:0; color:#1f2632; background:#fff;
          font-family:"Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          line-height:1.65; font-size:17px;
        }
        img{max-width:100%; display:block}
        a{text-decoration:none; color:inherit}
    
        .container{max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(16px,3vw,28px)}
    
        /* Header */
        header{
          position:sticky; top:0; z-index:1000;
          background:var(--teal);
          box-shadow:0 3px 10px rgba(0,0,0,.05);
        }
        .nav{
          height:72px; display:flex; align-items:center; justify-content:space-between;
        }
        .brand img{height:44px; width:auto; border-radius:8px; box-shadow:var(--card)}
        nav ul{display:flex; gap:1.25rem; list-style:none; margin:0; padding:0}
        nav a{color:#fff; font-weight:700}
        nav a.btn{background:#fff; color:#1f2b3a; padding:.7rem 1rem; border-radius:12px}
        nav a.btn:hover{opacity:.95}
    
        /* Hero */
        /* === HERO FINAL DESIGN (LEFT-LOW) === */
     /* === HERO FINAL DESIGN (LEFT-LOW) === */
    .hero {
      position: relative;
      isolation: isolate;
      background: url("images/hero-mountain.jpg") center/cover no-repeat;
      min-height: 70vh;
      display: flex;
      align-items: flex-end; /* keep it low */
      padding-bottom: 3rem;
    }
    
    
    
    .hero > .container {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-start !important; /* force left */
      margin-left: 0 !important; /* override auto-centering */
      margin-right: auto !important; /* push it left */
      width: 100%; /* use full width so we can left-align within */
    }
    
    .speech {
      background: #e3dddc;
      color: #2B314A;
      border-radius: 18px;
      padding: 1.4rem 1.6rem;
      max-width: 380px;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      margin-left: clamp(20px, 6vw, 80px); /* ensure it stays away from the edge */
    }
    
    .speech h1 {
      margin: 0 0 1rem;
      font-family: "Rosario", sans-serif; /* ✅ now Rosario */
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      color: #2F3B69;
    }
    
    .speech .btn {
      background: #7a89a5;
      border-radius: 10px;
      padding: 0.6rem 1.1rem;
      color: white;
      font-weight: 700;
      box-shadow: 0 4px 14px rgba(122, 137, 165, 0.25);
      transition: 0.2s ease-in-out;
    }
    
    .speech .btn:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }
    
    
        /* Tagline sash */
        .sash{background:var(--teal); color:#fff; text-align:center; padding:.85rem 0}
        .script{font-family:"Kaushan Script", cursive; letter-spacing:.2px; font
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · stepupadhdcoaching.com

    2025-12-22 15:51

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 26274
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 22 Dec 2025 15:51:49 GMT
    Etag: "4071677eb6f7d6668b963e628b3ff45f-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD3C4YXMR3HWAA2SV8HPEPNZ
    Connection: close
    
    Page title: Step Up ADHD Coaching
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <title>Step Up ADHD Coaching</title>
      <meta name="description" content="We help ADHD minds achieve clarity, calm and lasting confidence." />
    
      <!-- Fonts -->
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Rosario:wght@400;600;700&display=swap" rel="stylesheet">
    
      <style>
         html, body { font-family: "Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
         .script, h1, h2, h3, .heading-script { font-family: "Kaushan Script", cursive; }
        :root{
          --ink:#2F3B69;
          --header:#7A89A5;
          --cta:#7A89A5;
          --teal:#5F8898;
          --beige:#CFC6B3;               /* section band */
          --card-peri:#E4E8F5;            /* periwinkle cards */
          --card-peri-b:#d6dff1;
          --hero-bubble:#e3dddc;          /* hero speech box */
          --shadow:0 12px 34px rgba(17,40,70,.14);
          --card:0 8px 18px rgba(16,40,60,.08);
          --radius:22px;
          --maxw:1100px;
          --sand:#CFC6B3;      /* section background */
        --ink:#2F3B69;       /* deep navy text */
        --card:#e9edf3;      /* light bubble/card */
        --border:#d6dff1;    /* bubble border */
        }
    
        *{box-sizing:border-box}
        html,body{height:100%}
        body{
          margin:0; color:#1f2632; background:#fff;
          font-family:"Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          line-height:1.65; font-size:17px;
        }
        img{max-width:100%; display:block}
        a{text-decoration:none; color:inherit}
    
        .container{max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(16px,3vw,28px)}
    
        /* Header */
        header{
          position:sticky; top:0; z-index:1000;
          background:var(--teal);
          box-shadow:0 3px 10px rgba(0,0,0,.05);
        }
        .nav{
          height:72px; display:flex; align-items:center; justify-content:space-between;
        }
        .brand img{height:44px; width:auto; border-radius:8px; box-shadow:var(--card)}
        nav ul{display:flex; gap:1.25rem; list-style:none; margin:0; padding:0}
        nav a{color:#fff; font-weight:700}
        nav a.btn{background:#fff; color:#1f2b3a; padding:.7rem 1rem; border-radius:12px}
        nav a.btn:hover{opacity:.95}
    
        /* Hero */
        /* === HERO FINAL DESIGN (LEFT-LOW) === */
     /* === HERO FINAL DESIGN (LEFT-LOW) === */
    .hero {
      position: relative;
      isolation: isolate;
      background: url("images/hero-mountain.jpg") center/cover no-repeat;
      min-height: 70vh;
      display: flex;
      align-items: flex-end; /* keep it low */
      padding-bottom: 3rem;
    }
    
    
    
    .hero > .container {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-start !important; /* force left */
      margin-left: 0 !important; /* override auto-centering */
      margin-right: auto !important; /* push it left */
      width: 100%; /* use full width so we can left-align within */
    }
    
    .speech {
      background: #e3dddc;
      color: #2B314A;
      border-radius: 18px;
      padding: 1.4rem 1.6rem;
      max-width: 380px;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      margin-left: clamp(20px, 6vw, 80px); /* ensure it stays away from the edge */
    }
    
    .speech h1 {
      margin: 0 0 1rem;
      font-family: "Rosario", sans-serif; /* ✅ now Rosario */
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      color: #2F3B69;
    }
    
    .speech .btn {
      background: #7a89a5;
      border-radius: 10px;
      padding: 0.6rem 1.1rem;
      color: white;
      font-weight: 700;
      box-shadow: 0 4px 14px rgba(122, 137, 165, 0.25);
      transition: 0.2s ease-in-out;
    }
    
    .speech .btn:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }
    
    
        /* Tagline sash */
        .sash{background:var(--teal); color:#fff; text-align:center; padding:.85rem 0}
        .script{font-family:"Kaushan Script", cursive; letter-spacing:.2px; font
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · stepupadhdcoaching.com

    2025-12-20 15:31

    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: 26274
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 15:31:32 GMT
    Etag: "4071677eb6f7d6668b963e628b3ff45f-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCY66CR9RQDJ1AG8BQTTVJ7P
    Connection: close
    
    Page title: Step Up ADHD Coaching
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <title>Step Up ADHD Coaching</title>
      <meta name="description" content="We help ADHD minds achieve clarity, calm and lasting confidence." />
    
      <!-- Fonts -->
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Rosario:wght@400;600;700&display=swap" rel="stylesheet">
    
      <style>
         html, body { font-family: "Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
         .script, h1, h2, h3, .heading-script { font-family: "Kaushan Script", cursive; }
        :root{
          --ink:#2F3B69;
          --header:#7A89A5;
          --cta:#7A89A5;
          --teal:#5F8898;
          --beige:#CFC6B3;               /* section band */
          --card-peri:#E4E8F5;            /* periwinkle cards */
          --card-peri-b:#d6dff1;
          --hero-bubble:#e3dddc;          /* hero speech box */
          --shadow:0 12px 34px rgba(17,40,70,.14);
          --card:0 8px 18px rgba(16,40,60,.08);
          --radius:22px;
          --maxw:1100px;
          --sand:#CFC6B3;      /* section background */
        --ink:#2F3B69;       /* deep navy text */
        --card:#e9edf3;      /* light bubble/card */
        --border:#d6dff1;    /* bubble border */
        }
    
        *{box-sizing:border-box}
        html,body{height:100%}
        body{
          margin:0; color:#1f2632; background:#fff;
          font-family:"Rosario", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
          line-height:1.65; font-size:17px;
        }
        img{max-width:100%; display:block}
        a{text-decoration:none; color:inherit}
    
        .container{max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(16px,3vw,28px)}
    
        /* Header */
        header{
          position:sticky; top:0; z-index:1000;
          background:var(--teal);
          box-shadow:0 3px 10px rgba(0,0,0,.05);
        }
        .nav{
          height:72px; display:flex; align-items:center; justify-content:space-between;
        }
        .brand img{height:44px; width:auto; border-radius:8px; box-shadow:var(--card)}
        nav ul{display:flex; gap:1.25rem; list-style:none; margin:0; padding:0}
        nav a{color:#fff; font-weight:700}
        nav a.btn{background:#fff; color:#1f2b3a; padding:.7rem 1rem; border-radius:12px}
        nav a.btn:hover{opacity:.95}
    
        /* Hero */
        /* === HERO FINAL DESIGN (LEFT-LOW) === */
     /* === HERO FINAL DESIGN (LEFT-LOW) === */
    .hero {
      position: relative;
      isolation: isolate;
      background: url("images/hero-mountain.jpg") center/cover no-repeat;
      min-height: 70vh;
      display: flex;
      align-items: flex-end; /* keep it low */
      padding-bottom: 3rem;
    }
    
    
    
    .hero > .container {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: flex-start !important; /* force left */
      margin-left: 0 !important; /* override auto-centering */
      margin-right: auto !important; /* push it left */
      width: 100%; /* use full width so we can left-align within */
    }
    
    .speech {
      background: #e3dddc;
      color: #2B314A;
      border-radius: 18px;
      padding: 1.4rem 1.6rem;
      max-width: 380px;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      margin-left: clamp(20px, 6vw, 80px); /* ensure it stays away from the edge */
    }
    
    .speech h1 {
      margin: 0 0 1rem;
      font-family: "Rosario", sans-serif; /* ✅ now Rosario */
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      color: #2F3B69;
    }
    
    .speech .btn {
      background: #7a89a5;
      border-radius: 10px;
      padding: 0.6rem 1.1rem;
      color: white;
      font-weight: 700;
      box-shadow: 0 4px 14px rgba(122, 137, 165, 0.25);
      transition: 0.2s ease-in-out;
    }
    
    .speech .btn:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }
    
    
        /* Tagline sash */
        .sash{background:var(--teal); color:#fff; text-align:center; padding:.85rem 0}
        .script{font-family:"Kaushan Script", cursive; letter-spacing:.2px; font
    Found 2025-12-20 by HttpPlugin
    Create report
stepupadhdcoaching.comwww.stepupadhdcoaching.com
CN:
stepupadhdcoaching.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-11 21:43
Not after:
2026-02-09 21:43
Domain summary
IP summary