Skip to content

Commit

Permalink
Copy edits on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Sep 8, 2016
1 parent 9c22ff9 commit 7b97ab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _includes/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
</div>

<p>
All demos, instructions, documentation and code included in Prebid.js or on the Prebid.org website are released under the <a href="{{site.licenseUrl}}" target="_blank">{{site.license}}</a>
All demos, instructions, documentation and code included in Prebid.js or on the Prebid.org website are released under the <a href="{{site.licenseUrl}}" target="_blank">{{site.license}}</a>.
</p>

<p>
Documentation template by <a href="http://getbootstrap.com/">Bootstrap team</a>, generated with <a href="https://github.com/mistic100/jekyll-bootstrap-doc">Jekyll Bootstrap Doc</a>.
Documentation template by the <a href="http://getbootstrap.com/">Bootstrap team</a>, generated with <a href="https://github.com/mistic100/jekyll-bootstrap-doc">Jekyll Bootstrap Doc</a>.
</p>

<ul class="bs-docs-footer-links muted">
Expand Down
1 change: 0 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ <h1 class="home-title">{{site.name}}</h1>
<a type="button" href="{{ site.github.url }}/getting-started.html#download" class="btn btn-default btn-lg">Download</a>
</p> -->
<!-- <p class="version">Currently v{{site.version}}</p> -->
<p class="note">pre-bid a.k.a. header bidding or advance bidding</p>

</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head_title: Prebid.js - Header Bidding Made Easy

isHome: true

description: A free and open source library for publishers to quickly implement header bidding.
description: A free and open source library for publishers to quickly implement header bidding

---

Expand Down Expand Up @@ -47,21 +47,21 @@ description: A free and open source library for publishers to quickly implement
<img src="assets/images/icons/icon-ninja.png" alt="Header bidding no dev" class="img-responsive">
<h3>No development required</h3>
<p>Prebid.js includes adaptors for AppNexus, Pubmatic, Rubicon Project, and more.</p>
<a href="/dev-docs/bidders.html" class="btn btn-outline">See full bidder list</a>
<a href="/dev-docs/bidders.html" class="btn btn-outline">See the Full Bidder List</a>
</div>

<div class="col-sm-4">
<img src="assets/images/icons/icon-money.png" alt="Header bidding min line item" class="img-responsive">
<h3>Easy line item setup</h3>
<p>Ad ops can control the bidders, ad sizes, and price buckets with a single group of line items.</p>
<a href="adops.html" class="btn btn-outline">Ad ops Guide</a>
<a href="adops.html" class="btn btn-outline">Read the Ad Ops Guide</a>
</div>

<div class="col-sm-4">
<img src="assets/images/icons/icon-latency.png" alt="Header bidding latency" class="img-responsive">
<h3>Reduce latency</h3>
<p>Improves user experience with asynchronous ad calls that load together with the page content.</p>
<a href="/overview/how-to-reduce-latency-of-header-bidding.html" class="btn btn-outline">How is this done</a>
<p>Improve user experience with asynchronous ad calls that load together with the page content.</p>
<a href="/overview/how-to-reduce-latency-of-header-bidding.html" class="btn btn-outline">Show Me How</a>
</div>

</div>
Expand Down

0 comments on commit 7b97ab2

Please sign in to comment.