Skip to content

Commit

Permalink
Add Bower instructions to website
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jan 15, 2014
1 parent e2443ea commit 69caaa3
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
h1, h2 {
font-weight: 400;
}
pre {
background-color: #222;
color: white;
padding: 10px;
border-radius: 5px;
}
pre:before {
content: "$ ";
color: #999;
}
.content {
width: 560px;
margin: 0 auto;
Expand Down Expand Up @@ -64,10 +74,14 @@ <h2>Usage</h2>
the <a href="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/simonwhitaker/github-fork-ribbon-css/">CSS files here</a>.
</p>
<p>
Alternatively, fork the project on
GitHub! Start by clicking the ribbon at the top
of the page.
Alternatively, <a href="https://github.com/simonwhitaker/github-fork-ribbon-css/fork">fork the project on GitHub</a>!
</p>
<h2>Using with Bower</h2>
<p>
You can install the CSS files
using <a href="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/bower/bower">Bower</a>.
</p>
<pre>bower install github-fork-ribbon-css</pre>
<h2>About</h2>
<p>
This project was written by
Expand Down

0 comments on commit 69caaa3

Please sign in to comment.