Domain offbid.app
United States
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-11-18 10:02
    Last seen 2026-01-02 20:01
    Open for 45 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522eef6a3ac

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/Harish-sy/Offbid-website.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      	vscode-merge-base = origin/main
      
      Found on 2026-01-02 20:01
      346 Bytes
  • Open service 75.2.60.5:443 · offbid.app

    2026-01-10 00:18

    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: 52727
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 00:18:07 GMT
    Etag: "ea92386e75f59cae36af9e8a78673d3a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEJM8YSEQT10NWPXHR09WZ98
    Connection: close
    
    Page title: OffBid – A global marketplace for Needs & Deals
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1"/>
      <title>OffBid – A global marketplace for Needs & Deals</title>
      <meta name="description" content="OffBid is a global marketplace for posting Needs (Buy) and Deals (Sell). Read our Terms & Conditions, Privacy Policy, and safety guidance."/>
      <meta name="keywords" content="OffBid, marketplace, needs, deals, buy, sell, terms, privacy, app policies"/>
      <meta name="author" content="OffBid"/>
      <link rel="canonical" href="https://offbid.app/"/>
    
      <!-- Social / Open Graph -->
      <meta property="og:title" content="OffBid – A global marketplace for Needs & Deals"/>
      <meta property="og:description" content="Read OffBid's Terms and Conditions, Privacy Policy, and Safety guidelines."/>
      <meta property="og:type" content="website"/>
      <meta property="og:url" content="https://offbid.app/"/>
      <meta name="theme-color" content="#0e0f12"/>
    
      <!-- Favicons -->
      <link rel="icon" type="image/png" href="favicon.png"/>
    
      <!-- SEO helpers -->
      <link rel="sitemap" type="application/xml" href="sitemap.xml"/>
      <link rel="robots" href="robots.txt"/>
    
      <!-- Ionicons -->
      <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
      <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
    
      <style>
        :root{
          --bg:#ffffff;
          --card:#ffffff;
          --ink:#111318;
          --muted:#4b5563;
          --border:#e5e7eb;
        
          /* OffBid brand */
          --brand-blue:#2563eb;
          --brand-pink:#f02093;
          --chip-bg:#f7f7fb;
          --chip-ink:#1f2937;
          --banner-from:#fdf2fa;   /* pink tint */
          --banner-to:#eff6ff;     /* blue tint */
          --banner-ink:#0f172a;
        
          --ok:#22bb55;
          --warn:#ffb020;
          --danger:#e23c3c;
        }
        
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
          margin:0;
          font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
          color:var(--ink);
          background:#fff !important;
        }
        
        a{color:var(--brand-blue); text-decoration:none}
        a:hover{text-decoration:underline}
        
        /* tighter page wrap */
        .wrap{max-width:980px; margin:0 auto; padding:0 18px 36px}
        
      /* Header: big centered logo with natural flow (no overlap) */
      header{
        display: block;
        margin: 0;
        padding: 20px 0 8px;
        text-align: center; /* center the logo */
      }
    
      .logo{
        display: inline-block; /* let it size naturally and stay centered */
      }
    
      .logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: clamp(120px, 18vw, 260px); /* smaller, fluid, max 260px */
        transform: none; /* remove nudge */
      }
    
      @media (max-width: 640px) {
        .logo img {
          height: clamp(100px, 28vw, 180px); /* smaller on phones */
        }
      }
    
      /* Content appears immediately below the logo */
      .intro{
        margin-top: 8px;
        padding: 0;
      }
        h1{font-size:26px;margin:0}
        .lead{color:var(--muted); margin:4px 0 0}
        
        
        
        h2{margin:20px 0 8px;font-size:22px}
        .note{color:var(--muted); font-size:14px}
        .grid{display:grid; gap:14px}
        @media (min-width:840px){
          .grid.cols-3{grid-template-columns:repeat(3,1fr)}
          .grid.cols-2{grid-template-columns:repeat(2,1fr)}
        }
        
        .card{
          background:#fff;
          border:1px solid var(--border);
          border-radius:14px;
          padding:16px;
          box-shadow:0 6px 18px rgba(20,20,40,0.06);
        }
        /* About carousel cards */
      .carousel.about .slide{ flex:0 0 clamp(320px, 32vw, 460px); }
    .about-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.06);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
      /* Soft aesthetic color variants per card (very gentle) */
      #About .slide:nth-child(1) .about-card{
        background: linear-gradient(180deg, rgba(240,32,147,0.06), rgba(37,99,235,0.04));
        border-color: rgba(37,99,23
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · offbid.app

    2026-01-02 20:01

    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: 52727
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 20:01:09 GMT
    Etag: "ea92386e75f59cae36af9e8a78673d3a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KE04SDAB35QS3N6WB2ZBP747
    Connection: close
    
    Page title: OffBid – A global marketplace for Needs & Deals
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1"/>
      <title>OffBid – A global marketplace for Needs & Deals</title>
      <meta name="description" content="OffBid is a global marketplace for posting Needs (Buy) and Deals (Sell). Read our Terms & Conditions, Privacy Policy, and safety guidance."/>
      <meta name="keywords" content="OffBid, marketplace, needs, deals, buy, sell, terms, privacy, app policies"/>
      <meta name="author" content="OffBid"/>
      <link rel="canonical" href="https://offbid.app/"/>
    
      <!-- Social / Open Graph -->
      <meta property="og:title" content="OffBid – A global marketplace for Needs & Deals"/>
      <meta property="og:description" content="Read OffBid's Terms and Conditions, Privacy Policy, and Safety guidelines."/>
      <meta property="og:type" content="website"/>
      <meta property="og:url" content="https://offbid.app/"/>
      <meta name="theme-color" content="#0e0f12"/>
    
      <!-- Favicons -->
      <link rel="icon" type="image/png" href="favicon.png"/>
    
      <!-- SEO helpers -->
      <link rel="sitemap" type="application/xml" href="sitemap.xml"/>
      <link rel="robots" href="robots.txt"/>
    
      <!-- Ionicons -->
      <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
      <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
    
      <style>
        :root{
          --bg:#ffffff;
          --card:#ffffff;
          --ink:#111318;
          --muted:#4b5563;
          --border:#e5e7eb;
        
          /* OffBid brand */
          --brand-blue:#2563eb;
          --brand-pink:#f02093;
          --chip-bg:#f7f7fb;
          --chip-ink:#1f2937;
          --banner-from:#fdf2fa;   /* pink tint */
          --banner-to:#eff6ff;     /* blue tint */
          --banner-ink:#0f172a;
        
          --ok:#22bb55;
          --warn:#ffb020;
          --danger:#e23c3c;
        }
        
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
          margin:0;
          font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
          color:var(--ink);
          background:#fff !important;
        }
        
        a{color:var(--brand-blue); text-decoration:none}
        a:hover{text-decoration:underline}
        
        /* tighter page wrap */
        .wrap{max-width:980px; margin:0 auto; padding:0 18px 36px}
        
      /* Header: big centered logo with natural flow (no overlap) */
      header{
        display: block;
        margin: 0;
        padding: 20px 0 8px;
        text-align: center; /* center the logo */
      }
    
      .logo{
        display: inline-block; /* let it size naturally and stay centered */
      }
    
      .logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: clamp(120px, 18vw, 260px); /* smaller, fluid, max 260px */
        transform: none; /* remove nudge */
      }
    
      @media (max-width: 640px) {
        .logo img {
          height: clamp(100px, 28vw, 180px); /* smaller on phones */
        }
      }
    
      /* Content appears immediately below the logo */
      .intro{
        margin-top: 8px;
        padding: 0;
      }
        h1{font-size:26px;margin:0}
        .lead{color:var(--muted); margin:4px 0 0}
        
        
        
        h2{margin:20px 0 8px;font-size:22px}
        .note{color:var(--muted); font-size:14px}
        .grid{display:grid; gap:14px}
        @media (min-width:840px){
          .grid.cols-3{grid-template-columns:repeat(3,1fr)}
          .grid.cols-2{grid-template-columns:repeat(2,1fr)}
        }
        
        .card{
          background:#fff;
          border:1px solid var(--border);
          border-radius:14px;
          padding:16px;
          box-shadow:0 6px 18px rgba(20,20,40,0.06);
        }
        /* About carousel cards */
      .carousel.about .slide{ flex:0 0 clamp(320px, 32vw, 460px); }
    .about-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.06);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
      /* Soft aesthetic color variants per card (very gentle) */
      #About .slide:nth-child(1) .about-card{
        background: linear-gradient(180deg, rgba(240,32,147,0.06), rgba(37,99,235,0.04));
        border-color: rgba(37,99,23
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · offbid.app

    2025-12-23 08:49

    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: 52727
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 08:49:34 GMT
    Etag: "ea92386e75f59cae36af9e8a78673d3a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD56CGQF0ASYSDHEPE5FP7E5
    Connection: close
    
    Page title: OffBid – A global marketplace for Needs & Deals
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1"/>
      <title>OffBid – A global marketplace for Needs & Deals</title>
      <meta name="description" content="OffBid is a global marketplace for posting Needs (Buy) and Deals (Sell). Read our Terms & Conditions, Privacy Policy, and safety guidance."/>
      <meta name="keywords" content="OffBid, marketplace, needs, deals, buy, sell, terms, privacy, app policies"/>
      <meta name="author" content="OffBid"/>
      <link rel="canonical" href="https://offbid.app/"/>
    
      <!-- Social / Open Graph -->
      <meta property="og:title" content="OffBid – A global marketplace for Needs & Deals"/>
      <meta property="og:description" content="Read OffBid's Terms and Conditions, Privacy Policy, and Safety guidelines."/>
      <meta property="og:type" content="website"/>
      <meta property="og:url" content="https://offbid.app/"/>
      <meta name="theme-color" content="#0e0f12"/>
    
      <!-- Favicons -->
      <link rel="icon" type="image/png" href="favicon.png"/>
    
      <!-- SEO helpers -->
      <link rel="sitemap" type="application/xml" href="sitemap.xml"/>
      <link rel="robots" href="robots.txt"/>
    
      <!-- Ionicons -->
      <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
      <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
    
      <style>
        :root{
          --bg:#ffffff;
          --card:#ffffff;
          --ink:#111318;
          --muted:#4b5563;
          --border:#e5e7eb;
        
          /* OffBid brand */
          --brand-blue:#2563eb;
          --brand-pink:#f02093;
          --chip-bg:#f7f7fb;
          --chip-ink:#1f2937;
          --banner-from:#fdf2fa;   /* pink tint */
          --banner-to:#eff6ff;     /* blue tint */
          --banner-ink:#0f172a;
        
          --ok:#22bb55;
          --warn:#ffb020;
          --danger:#e23c3c;
        }
        
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
          margin:0;
          font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
          color:var(--ink);
          background:#fff !important;
        }
        
        a{color:var(--brand-blue); text-decoration:none}
        a:hover{text-decoration:underline}
        
        /* tighter page wrap */
        .wrap{max-width:980px; margin:0 auto; padding:0 18px 36px}
        
      /* Header: big centered logo with natural flow (no overlap) */
      header{
        display: block;
        margin: 0;
        padding: 20px 0 8px;
        text-align: center; /* center the logo */
      }
    
      .logo{
        display: inline-block; /* let it size naturally and stay centered */
      }
    
      .logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: clamp(120px, 18vw, 260px); /* smaller, fluid, max 260px */
        transform: none; /* remove nudge */
      }
    
      @media (max-width: 640px) {
        .logo img {
          height: clamp(100px, 28vw, 180px); /* smaller on phones */
        }
      }
    
      /* Content appears immediately below the logo */
      .intro{
        margin-top: 8px;
        padding: 0;
      }
        h1{font-size:26px;margin:0}
        .lead{color:var(--muted); margin:4px 0 0}
        
        
        
        h2{margin:20px 0 8px;font-size:22px}
        .note{color:var(--muted); font-size:14px}
        .grid{display:grid; gap:14px}
        @media (min-width:840px){
          .grid.cols-3{grid-template-columns:repeat(3,1fr)}
          .grid.cols-2{grid-template-columns:repeat(2,1fr)}
        }
        
        .card{
          background:#fff;
          border:1px solid var(--border);
          border-radius:14px;
          padding:16px;
          box-shadow:0 6px 18px rgba(20,20,40,0.06);
        }
        /* About carousel cards */
      .carousel.about .slide{ flex:0 0 clamp(320px, 32vw, 460px); }
    .about-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.06);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
      /* Soft aesthetic color variants per card (very gentle) */
      #About .slide:nth-child(1) .about-card{
        background: linear-gradient(180deg, rgba(240,32,147,0.06), rgba(37,99,235,0.04));
        border-color: rgba(37,99,23
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · offbid.app

    2025-12-21 06:24

    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: 52727
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 06:24:50 GMT
    Etag: "ea92386e75f59cae36af9e8a78673d3a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCZSA2F1W6912PAVZNDPMWVM
    Connection: close
    
    Page title: OffBid – A global marketplace for Needs & Deals
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1"/>
      <title>OffBid – A global marketplace for Needs & Deals</title>
      <meta name="description" content="OffBid is a global marketplace for posting Needs (Buy) and Deals (Sell). Read our Terms & Conditions, Privacy Policy, and safety guidance."/>
      <meta name="keywords" content="OffBid, marketplace, needs, deals, buy, sell, terms, privacy, app policies"/>
      <meta name="author" content="OffBid"/>
      <link rel="canonical" href="https://offbid.app/"/>
    
      <!-- Social / Open Graph -->
      <meta property="og:title" content="OffBid – A global marketplace for Needs & Deals"/>
      <meta property="og:description" content="Read OffBid's Terms and Conditions, Privacy Policy, and Safety guidelines."/>
      <meta property="og:type" content="website"/>
      <meta property="og:url" content="https://offbid.app/"/>
      <meta name="theme-color" content="#0e0f12"/>
    
      <!-- Favicons -->
      <link rel="icon" type="image/png" href="favicon.png"/>
    
      <!-- SEO helpers -->
      <link rel="sitemap" type="application/xml" href="sitemap.xml"/>
      <link rel="robots" href="robots.txt"/>
    
      <!-- Ionicons -->
      <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
      <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
    
      <style>
        :root{
          --bg:#ffffff;
          --card:#ffffff;
          --ink:#111318;
          --muted:#4b5563;
          --border:#e5e7eb;
        
          /* OffBid brand */
          --brand-blue:#2563eb;
          --brand-pink:#f02093;
          --chip-bg:#f7f7fb;
          --chip-ink:#1f2937;
          --banner-from:#fdf2fa;   /* pink tint */
          --banner-to:#eff6ff;     /* blue tint */
          --banner-ink:#0f172a;
        
          --ok:#22bb55;
          --warn:#ffb020;
          --danger:#e23c3c;
        }
        
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
          margin:0;
          font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
          color:var(--ink);
          background:#fff !important;
        }
        
        a{color:var(--brand-blue); text-decoration:none}
        a:hover{text-decoration:underline}
        
        /* tighter page wrap */
        .wrap{max-width:980px; margin:0 auto; padding:0 18px 36px}
        
      /* Header: big centered logo with natural flow (no overlap) */
      header{
        display: block;
        margin: 0;
        padding: 20px 0 8px;
        text-align: center; /* center the logo */
      }
    
      .logo{
        display: inline-block; /* let it size naturally and stay centered */
      }
    
      .logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: clamp(120px, 18vw, 260px); /* smaller, fluid, max 260px */
        transform: none; /* remove nudge */
      }
    
      @media (max-width: 640px) {
        .logo img {
          height: clamp(100px, 28vw, 180px); /* smaller on phones */
        }
      }
    
      /* Content appears immediately below the logo */
      .intro{
        margin-top: 8px;
        padding: 0;
      }
        h1{font-size:26px;margin:0}
        .lead{color:var(--muted); margin:4px 0 0}
        
        
        
        h2{margin:20px 0 8px;font-size:22px}
        .note{color:var(--muted); font-size:14px}
        .grid{display:grid; gap:14px}
        @media (min-width:840px){
          .grid.cols-3{grid-template-columns:repeat(3,1fr)}
          .grid.cols-2{grid-template-columns:repeat(2,1fr)}
        }
        
        .card{
          background:#fff;
          border:1px solid var(--border);
          border-radius:14px;
          padding:16px;
          box-shadow:0 6px 18px rgba(20,20,40,0.06);
        }
        /* About carousel cards */
      .carousel.about .slide{ flex:0 0 clamp(320px, 32vw, 460px); }
    .about-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.06);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
      /* Soft aesthetic color variants per card (very gentle) */
      #About .slide:nth-child(1) .about-card{
        background: linear-gradient(180deg, rgba(240,32,147,0.06), rgba(37,99,235,0.04));
        border-color: rgba(37,99,23
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · offbid.app

    2025-12-19 02:34

    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: 52727
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 02:34:08 GMT
    Etag: "ea92386e75f59cae36af9e8a78673d3a-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCT7A700SGF8ZMP10FVC03ZV
    Connection: close
    
    Page title: OffBid – A global marketplace for Needs & Deals
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1"/>
      <title>OffBid – A global marketplace for Needs & Deals</title>
      <meta name="description" content="OffBid is a global marketplace for posting Needs (Buy) and Deals (Sell). Read our Terms & Conditions, Privacy Policy, and safety guidance."/>
      <meta name="keywords" content="OffBid, marketplace, needs, deals, buy, sell, terms, privacy, app policies"/>
      <meta name="author" content="OffBid"/>
      <link rel="canonical" href="https://offbid.app/"/>
    
      <!-- Social / Open Graph -->
      <meta property="og:title" content="OffBid – A global marketplace for Needs & Deals"/>
      <meta property="og:description" content="Read OffBid's Terms and Conditions, Privacy Policy, and Safety guidelines."/>
      <meta property="og:type" content="website"/>
      <meta property="og:url" content="https://offbid.app/"/>
      <meta name="theme-color" content="#0e0f12"/>
    
      <!-- Favicons -->
      <link rel="icon" type="image/png" href="favicon.png"/>
    
      <!-- SEO helpers -->
      <link rel="sitemap" type="application/xml" href="sitemap.xml"/>
      <link rel="robots" href="robots.txt"/>
    
      <!-- Ionicons -->
      <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
      <script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
    
      <style>
        :root{
          --bg:#ffffff;
          --card:#ffffff;
          --ink:#111318;
          --muted:#4b5563;
          --border:#e5e7eb;
        
          /* OffBid brand */
          --brand-blue:#2563eb;
          --brand-pink:#f02093;
          --chip-bg:#f7f7fb;
          --chip-ink:#1f2937;
          --banner-from:#fdf2fa;   /* pink tint */
          --banner-to:#eff6ff;     /* blue tint */
          --banner-ink:#0f172a;
        
          --ok:#22bb55;
          --warn:#ffb020;
          --danger:#e23c3c;
        }
        
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
          margin:0;
          font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
          color:var(--ink);
          background:#fff !important;
        }
        
        a{color:var(--brand-blue); text-decoration:none}
        a:hover{text-decoration:underline}
        
        /* tighter page wrap */
        .wrap{max-width:980px; margin:0 auto; padding:0 18px 36px}
        
      /* Header: big centered logo with natural flow (no overlap) */
      header{
        display: block;
        margin: 0;
        padding: 20px 0 8px;
        text-align: center; /* center the logo */
      }
    
      .logo{
        display: inline-block; /* let it size naturally and stay centered */
      }
    
      .logo img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: clamp(120px, 18vw, 260px); /* smaller, fluid, max 260px */
        transform: none; /* remove nudge */
      }
    
      @media (max-width: 640px) {
        .logo img {
          height: clamp(100px, 28vw, 180px); /* smaller on phones */
        }
      }
    
      /* Content appears immediately below the logo */
      .intro{
        margin-top: 8px;
        padding: 0;
      }
        h1{font-size:26px;margin:0}
        .lead{color:var(--muted); margin:4px 0 0}
        
        
        
        h2{margin:20px 0 8px;font-size:22px}
        .note{color:var(--muted); font-size:14px}
        .grid{display:grid; gap:14px}
        @media (min-width:840px){
          .grid.cols-3{grid-template-columns:repeat(3,1fr)}
          .grid.cols-2{grid-template-columns:repeat(2,1fr)}
        }
        
        .card{
          background:#fff;
          border:1px solid var(--border);
          border-radius:14px;
          padding:16px;
          box-shadow:0 6px 18px rgba(20,20,40,0.06);
        }
        /* About carousel cards */
      .carousel.about .slide{ flex:0 0 clamp(320px, 32vw, 460px); }
    .about-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 22px;
      padding: 28px 26px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.06);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
      /* Soft aesthetic color variants per card (very gentle) */
      #About .slide:nth-child(1) .about-card{
        background: linear-gradient(180deg, rgba(240,32,147,0.06), rgba(37,99,235,0.04));
        border-color: rgba(37,99,23
    Found 2025-12-19 by HttpPlugin
    Create report
offbid.appwww.offbid.app
CN:
offbid.app
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-18 09:03
Not after:
2026-02-16 09:03
Domain summary
IP summary