Created
March 2, 2012 23:42
-
-
Save billrobbins/1962450 to your computer and use it in GitHub Desktop.
Second Donation Bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="home-bar" class="clearfix"> | |
| <h4 id="donate-title">Donate Title</h4> | |
| <div id="donate-graph-holder"> | |
| <div id="donate-graph-base"></div> | |
| <div id="donate-graph-highlight" style="width:50%;"></div> | |
| <div id="donate-end"><p>Goal></p></div> | |
| </div> | |
| <div id="donate"> | |
| <p class="link"><a class="button" href="http://yourlink.com">Donate Button</a></p> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment