Skip to content

Commit

Permalink
Add Install button to the landing page and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Aug 23, 2014
1 parent 8da7321 commit a35662b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ it will begin again!
If you use AMD or Browserify, require in pace.js and call `pace.start()` as early in
the loading process as is possible.

Install with Eager
------------------

The easiest way to add Pace to your site is with [Eager](http://eager.io).
Click Install to see a live preview of Pace on your website.

<iframe style="height: 48px; width: 180px" src="//install.eager.io?appId=kYKTiQjoVjQk" allowtransparency="true" scroll="no" frameBorder="0"></iframe>

Example
-------

Expand Down
7 changes: 7 additions & 0 deletions docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,14 @@ <h2>What is Pace?</h2>
<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>
<p style="text-align: left">No need to hook into any of your code, progress is detected automatically.</p>
<br/>
<h2>Install</h2>
<p>The easiest way to add Pace to your site is with <a href="http://eager.io">Eager</a>.
<p>Click Install to see a live preview of Pace on your website.</p>
<iframe style="height: 48px; width: 180px" src="//install.eager.io?appId=kYKTiQjoVjQk" allowtransparency="true" scroll="no" frameBorder="0"></iframe>
<br/>
<br/>
<h2>Download</h2>
<p>If your’re a developer, download Pace directly here:</p>
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.5.6/pace.min.js">Pace.js</a></p>
<br/>
<h2>Themes</h2>
Expand Down

0 comments on commit a35662b

Please sign in to comment.