Add link to Chrome extension

This commit is contained in:
Jonathan Cremin 2015-01-11 23:20:48 +00:00
parent 1ab111e014
commit 269586dc0f
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -143,6 +143,19 @@ module.exports = React.createClass({
</div>
<Recent recents={this.state.recents} />
<Faq />
<div className="row">
<div className="col-md-6 col-md-offset-3">
<h2>Tools</h2>
<div className="row">
<div className="col-md-6">
<p>Download the Chrome Extension and get Match Audio links right from your address bar.</p>
</div>
<div className="col-md-6">
<p><a href="https://chrome.google.com/webstore/detail/kjfpkmfgcflggjaldcfnoppjlpnidolk"><img src="/images/chrome-web-store.png" alt="Download the Chrome Extension" height="75" /></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<Foot page="home" />