Skip to content

Commit

Permalink
Added a nice little badge advertising the fact it's now 10 instead of…
Browse files Browse the repository at this point in the history
… 7 apps
  • Loading branch information
jimwhimpey committed Sep 6, 2009
1 parent f801947 commit 5916b06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added images/raffle/badge.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions raffle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ <h1>Jim's Ride to Cure Diabetes Mac Software Raffle!</h1>
<span id="in-date">September 1st and 14th</span> will get you a chance to win one of two
great Mac software bundles. <a href="http://ride.jdrf.org.au/teamParticipant.asp?participantID=35" id="in-donate">
Donate now</a> to be in the running. You have just <span id="in-left">3 days left</span> to enter!</p>

<div id="badge">Now with TEN great apps!</div>

</div>

Expand Down
11 changes: 11 additions & 0 deletions raffle/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,19 @@
#header {
width: 789px;
margin: 0 auto;
position: relative;
}

#badge {
width: 120px;
height: 120px;
background: url("../images/raffle/badge.gif");
text-indent: -9999px;
position: absolute;
top: -10px;
right: 30px;
}

h1 {
width: 322px;
height: 120px;
Expand Down

0 comments on commit 5916b06

Please sign in to comment.