Skip to content

Add Prebid Sales Agent cards to homepage product row and GitHub banner#6423

Open
patmmccann wants to merge 2 commits intomasterfrom
codex/add-5th-column-for-prebid-sales-agent
Open

Add Prebid Sales Agent cards to homepage product row and GitHub banner#6423
patmmccann wants to merge 2 commits intomasterfrom
codex/add-5th-column-for-prebid-sales-agent

Conversation

@patmmccann
Copy link
Collaborator

Motivation

  • Link the Prebid Sales Agent from the homepage so it appears alongside other Prebid products and GitHub projects.
  • Place the product card after the Prebid User Identity card to maintain the existing ordering.

Description

  • Inserted a new product card for “Prebid Sales Agent” into _layouts/home.html immediately after the Prebid User Identity card, reusing an existing product icon and adding an accessible alt text.
  • Added a corresponding GitHub card to the homepage GitHub banner linking to https://github.com/prebid/salesagent and reusing an existing source icon with alt text.
  • Amended the commit message to Add Prebid Sales Agent card to homepage after editing _layouts/home.html.

Testing

  • Ran bundle install to install dependencies and the command completed successfully.
  • Ran bundle exec jekyll build (via timeout 120 bundle exec jekyll build) and the site generation completed successfully.
  • Attempted to capture a visual screenshot using Playwright, but the Chromium process crashed so a screenshot could not be produced.
  • markdownlint was not applicable because no Markdown files were modified.

Codex Task

@netlify
Copy link

netlify bot commented Feb 5, 2026

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit adca0db
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/6984e5e78e1b200008808843
😎 Deploy Preview https://deploy-preview-6423--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ChrisHuie ChrisHuie self-requested a review February 9, 2026 17:43
@muuki88
Copy link
Contributor

muuki88 commented Feb 9, 2026

Looks a little nasty. Should we split this into two rows?

image

@muuki88
Copy link
Contributor

muuki88 commented Feb 9, 2026

Yeah, looks a lot cleaner:

image

Bascially split those in two card-deck-md things

<div class="card-deck--md card-deck--products mt-4">
      <div class="card text-center">
        <div class="card-body">
          <div class="card-media"><img src="/assets/images/icon__product--prebid-js.svg" alt="Prebid.js Icon"></div>
          <div class="card-title"><h3>Prebid.js</h3></div>
          <p class="mb-4">The leading web based header bidding solution used by publishers worldwide</p>
          <a class="btn btn-outline-brand" href="/prebid/prebidjs">View Docs</a>
          <p class="mt-4"><a href="/download">Download Prebid.js</a></p>
        </div>
      </div>
      <div class="card text-center">
        <div class="card-body">
          <div class="card-media"><img src="/assets/images/icon__product--prebid-server.svg" alt="Prebid Server Icon"></div>
          <div class="card-title"><h3>Prebid Server</h3></div>
          <p class="mb-4">Moving Prebid and Header Bidding to the cloud for efficiency, scale and performance</p>
          <a class="btn btn-outline-brand" href="/prebid-server/overview/prebid-server-overview">View Docs</a>
          <p class="mt-4"><a href="https://github.com/prebid/prebid-server">Setup Prebid Server</a></p>
        </div>
      </div>
      <div class="card text-center">
        <div class="card-body">
          <div class="card-media"><img src="/assets/images/icon__product--prebid-mobile-sdk.svg" alt="Prebid Mobile SDK Icon"></div>
          <div class="card-title"><h3>Prebid Mobile SDK</h3></div>
          <p class="mb-4">Lightweight SDK enabling app publishers to move beyond the waterfall</p>
          <a class="btn btn-outline-brand" href="/prebid-mobile/prebid-mobile">View Docs</a>
          <p class="mt-4"><a href="/prebid-mobile/prebid-mobile-download">Download Mobile SDK</a></p>
        </div>
      </div>
    </div>

<div class="card-deck--md card-deck--products mt-4">
      <div class="card text-center">
        <div class="card-body">
          <div class="card-media"><img src="/assets/images/user-identity.png" width="100" alt="Prebid User Identity Icon"></div>
          <div class="card-title"><h3>Prebid User Identity</h3></div>
          <p class="mb-4">Supporting the open web while respecting user privacy.</p>
          <a class="btn btn-outline-brand" href="/identity/prebid-identity">View Docs</a>
        </div>
      </div>
      <div class="card text-center">
        <div class="card-body">
          <div class="card-media"><img src="/assets/images/icon__product--prebid-server.svg" alt="Prebid Sales Agent Icon"></div>
          <div class="card-title"><h3>Prebid Sales Agent</h3></div>
          <p class="mb-4">Expose inventory to AI agents with AdCP-ready workflows.</p>
          <a href="https://github.com/prebid/prebid-server" class="btn btn-outline-brand">Setup Prebid Sales Agent</a>
        </div>
      </div>
    </div>

@patmmccann
Copy link
Collaborator Author

works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants