Skip to content

Commit a35662b

Browse files
committed
Add Install button to the landing page and docs
1 parent 8da7321 commit a35662b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ it will begin again!
1212
If you use AMD or Browserify, require in pace.js and call `pace.start()` as early in
1313
the loading process as is possible.
1414

15+
Install with Eager
16+
------------------
17+
18+
The easiest way to add Pace to your site is with [Eager](http://eager.io).
19+
Click Install to see a live preview of Pace on your website.
20+
21+
<iframe style="height: 48px; width: 180px" src="//install.eager.io?appId=kYKTiQjoVjQk" allowtransparency="true" scroll="no" frameBorder="0"></iframe>
22+
1523
Example
1624
-------
1725

docs/welcome/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,14 @@ <h2>What is Pace?</h2>
432432
<p style="text-align: left">Include pace.js and a CSS theme of your choice, and you get a beautiful progress indicator for your page load and ajax navigation.</p>
433433
<p style="text-align: left">No need to hook into any of your code, progress is detected automatically.</p>
434434
<br/>
435+
<h2>Install</h2>
436+
<p>The easiest way to add Pace to your site is with <a href="http://eager.io">Eager</a>.
437+
<p>Click Install to see a live preview of Pace on your website.</p>
438+
<iframe style="height: 48px; width: 180px" src="//install.eager.io?appId=kYKTiQjoVjQk" allowtransparency="true" scroll="no" frameBorder="0"></iframe>
439+
<br/>
440+
<br/>
435441
<h2>Download</h2>
442+
<p>If your’re a developer, download Pace directly here:</p>
436443
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.5.6/pace.min.js">Pace.js</a></p>
437444
<br/>
438445
<h2>Themes</h2>

0 commit comments

Comments
 (0)