Skip to content

Commit

Permalink
Disable 2015 shirt sale button.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1 committed Apr 25, 2015
1 parent b7b82b9 commit 4484675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2015-04-01-buy-shirts-2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This year's t-shirt design will be printed on the American Apparel Jersey T-shir

To buy a shirt, click the button below. Then, simply enter your name, US debit card number, and the number of shirts you want to buy.

<p class="center"><a href="https://cash.me/kevinchen" target="_blank"><button name="button">Buy Shirts</button></a></p>
<p class="center"><button name="button" disabled>Shirt sale ended :(</button></p>

<p class="meta center"><em>Transactions are securely processed by Square. Columbia FSAE does not see or handle your payment information. <a href="https://cash.me/security">Learn more about security.</a></em></p>

Expand Down
7 changes: 7 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,13 @@ button:hover
{
color: {{ site.colors.background }};
}
input[type="submit"]:disabled,
button:disabled
{
color: {{ site.colors.pastel }};
cursor: not-allowed;
opacity: 0.5;
}

/* Homepage */

Expand Down

0 comments on commit 4484675

Please sign in to comment.