Skip to content

Commit

Permalink
Merge pull request #9 from ealgase/minor-patches
Browse files Browse the repository at this point in the history
beautify code
  • Loading branch information
ealgase authored Jan 24, 2017
2 parents 1261029 + 97d7ad6 commit ddbc129
Show file tree
Hide file tree
Showing 5 changed files with 2,024 additions and 793 deletions.
52 changes: 17 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<link href="w3.css" rel="stylesheet" type="text/css">
<title>
Dominion Black Market Card Selector
</title>
</head>
<body>
<center>
<h1>
Dominion Black Market Card Selector
</h1>
<h2>
Makes using the Black Market card significantly easier
</h2>
<br>
<h2>
About
</h2>
<p>
Have you ever played with the Black Market card? It sounds cool, getting to get any card in the game. Then you realize that getting 1 card from every single supply pile takes forever! So you don't play with it as much as you could. This is started as a solution to that. With this, you can create your deck, and only need to get cards out when you actually buy them, making setup and cleanup <i>much</i> easier.
</p>
<h2>
<a href="main.html">
Click here to use
</a>
</h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PA74P3MZ8VJF4">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</center>
</body>
</html>
<head>
<link href="w3.css" rel="stylesheet" type="text/css">
<title>Dominion Black Market Card Selector</title>
</head>
<body>
<center>
<h1>Dominion Black Market Card Selector</h1>
<h2>Makes using the Black Market card significantly easier</h2><br>
<h2>About</h2>
<p>Have you ever played with the Black Market card? It sounds cool, getting to get any card in the game. Then you realize that getting 1 card from every single supply pile takes forever! So you don't play with it as much as you could. This is started as a solution to that. With this, you can create your deck, and only need to get cards out when you actually buy them, making setup and cleanup <i>much</i> easier.</p>
<h2><a href="main.html">Click here to use</a></h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input name="cmd" type="hidden" value="_s-xclick"> <input name="hosted_button_id" type="hidden" value="PA74P3MZ8VJF4"> <input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image"> <img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1">
</form>
</center>
</body>
</html>
8 changes: 4 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#placeholder{
visibility: hidden;
display: none;
}
#placeholder {
visibility: hidden;
display: none;
}
Loading

0 comments on commit ddbc129

Please sign in to comment.