Skip to content

Commit

Permalink
Amend copy of index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed Aug 29, 2012
1 parent b0e6e4d commit 0f99ad4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
* {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
h1, h2 {
font-weight: 400;
font-size: 36px;
}
#content {
width: 560px;
Expand All @@ -22,7 +21,6 @@
color: #c00;
}
#content p {
font-size: 20px;
font-weight: 200;
}
</style>
Expand All @@ -41,18 +39,24 @@
<!-- END COPYING HERE -->
<div id="content">

<h1>&ldquo;Fork me on GitHub&rdquo; CSS ribbon</h1>
<h1>Fork me on GitHub &ndash; CSS ribbon</h1>
<p>
This is a pure CSS implementation of the famous
<a href="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/blog/273-github-ribbons">Fork me on GitHub</a> ribbon.
</p>
<h2>Usage</h2>
<p>
To use it on your site, just view source and
copy the two marked sections (one the CSS, the
other the HTML tag). Or, fork the project on
other the HTML tag). You'll also need to grab
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.
</p>
<h2>About</h2>
<p>
This project was written by
<a href="https://twitter.com/s1mn/">Simon Whitaker</a>.
Expand Down

0 comments on commit 0f99ad4

Please sign in to comment.