Skip to content

Commit 1710fea

Browse files
ChrisHuieclaude
andauthored
Add centered Prebid.js logo to header bidding and Prebid.js pages (#6629)
Adds the Prebid.js logo (stored locally at assets/images/logos/) centered at the top of four pages: Intro to Header Bidding, About Prebid.js, and the Prebid.js components/flow video pages. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f19c388 commit 1710fea

5 files changed

Lines changed: 16 additions & 1 deletion

File tree

1.5 KB
Loading

overview/intro-to-header-bidding.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: An beginner's guide to header bidding.
66
sidebarType: 0
77
---
88

9+
<div style="text-align: center;">
10+
<img src="/assets/images/logos/prebid-js-logo.png" alt="Prebid.js Logo" width="500" height="80" style="max-width: 100%; height: auto;" />
11+
</div>
912

1013
# Introduction to Header Bidding
1114

prebid/prebidjs-components-video.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: A video overview of Prebid.js Components
55
sidebarType: 1
66
---
77

8+
<div style="text-align: center;">
9+
<img src="/assets/images/logos/prebid-js-logo.png" alt="Prebid.js Logo" width="500" height="80" style="max-width: 100%; height: auto;" />
10+
</div>
11+
812
# A Video Overview of Prebid.js Components
913

1014
An explanation of Prebid.js’ components and a guide to using Prebid.js reference documentation.

prebid/prebidjs-flow-video.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: A video overview of a Prebid.js Auction
55
sidebarType: 1
66
---
77

8+
<div style="text-align: center;">
9+
<img src="/assets/images/logos/prebid-js-logo.png" alt="Prebid.js Logo" width="500" height="80" style="max-width: 100%; height: auto;" />
10+
</div>
11+
812
# A Video Walkthrough of a Typical Prebid.js Auction
913

1014
A step-by-step walkthrough of a typical Prebid.js auction.

prebid/prebidjs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ description: An overview of Prebid.js
66
sidebarType: 1
77

88
---
9-
9+
10+
<div style="text-align: center;">
11+
<img src="/assets/images/logos/prebid-js-logo.png" alt="Prebid.js Logo" width="500" height="80" style="max-width: 100%; height: auto;" />
12+
</div>
13+
1014
# What is Prebid.js?
1115

1216
Prebid.js is a feature-rich header bidding platform for the web, including more than 300 demand sources and 50 analytics adapters. It supports currency conversion, GDPR, common ID systems, and multiple ad servers.

0 commit comments

Comments
 (0)