Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrabowski authored Sep 10, 2018
1 parent 5a0e1be commit 9411957
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 25 deletions.
Binary file added background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,28 @@ <h2 id ="choose-cards-number" class = "header"></h2>
<td id = "active-cards-title">Active Cards<br/>
<table id ="active-table" align = "center">
<tr>
<td> <img id = "active1" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active2" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active3" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active1" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker1-1" class = "tracker-button tracker-button1 invisible" type = "button">1</button><button id = "tracker1-2" class = "tracker-button1 invisible" type = "button">2</button><button id = "tracker1-3" class = "tracker-button1 invisible" type = "button">3</button><button id = "tracker1-4" class = "tracker-button1 invisible" type = "button">4</button><button id = "tracker1-5" class = "tracker-button1 invisible" type = "button">5</button><button id = "tracker1-6" class = "tracker-button1 invisible" type = "button">6</button></td>
<td> <img id = "active2" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker2-1" class = "tracker-button tracker-button2 invisible" type = "button">1</button><button id = "tracker2-2" class = "tracker-button2 invisible" type = "button">2</button><button id = "tracker2-3" class = "tracker-button2 invisible" type = "button">3</button><button id = "tracker2-4" class = "tracker-button2 invisible" type = "button">4</button><button id = "tracker2-5" class = "tracker-button2 invisible" type = "button">5</button><button id = "tracker2-6" class = "tracker-button2 invisible" type = "button">6</button></td>
<td> <img id = "active3" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker3-1" class = "tracker-button tracker-button3 invisible" type = "button">1</button><button id = "tracker3-2" class = "tracker-button3 invisible" type = "button">2</button><button id = "tracker3-3" class = "tracker-button3 invisible" type = "button">3</button><button id = "tracker3-4" class = "tracker-button3 invisible" type = "button">4</button><button id = "tracker3-5" class = "tracker-button3 invisible" type = "button">5</button><button id = "tracker3-6" class = "tracker-button3 invisible" type = "button">6</button></td>
</tr>
<tr>
<td> <img id = "active4" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active5" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active6" class = "active-card flipped hiding" src = "./Card Back.png"/></td>
<td> <img id = "active4" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker4-1" class = "tracker-button tracker-button4 invisible" type = "button">1</button><button id = "tracker4-2" class = "tracker-button4 invisible" type = "button">2</button><button id = "tracker4-3" class = "tracker-button4 invisible" type = "button">3</button><button id = "tracker4-4" class = "tracker-button4 invisible" type = "button">4</button><button id = "tracker4-5" class = "tracker-button4 invisible" type = "button">5</button><button id = "tracker4-6" class = "tracker-button4 invisible" type = "button">6</button></td>
<td> <img id = "active5" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker5-1" class = "tracker-button tracker-button5 invisible" type = "button">1</button><button id = "tracker5-2" class = "tracker-button5 invisible" type = "button">2</button><button id = "tracker5-3" class = "tracker-button5 invisible" type = "button">3</button><button id = "tracker5-4" class = "tracker-button5 invisible" type = "button">4</button><button id = "tracker5-5" class = "tracker-button5 invisible" type = "button">5</button><button id = "tracker5-6" class = "tracker-button5 invisible" type = "button">6</button></td>
<td> <img id = "active6" class = "active-card flipped hiding" src = "./Card Back.png"/><br/>
<button id = "tracker6-1" class = "tracker-button tracker-button6 invisible" type = "button">1</button><button id = "tracker6-2" class = "tracker-button6 invisible" type = "button">2</button><button id = "tracker6-3" class = "tracker-button6 invisible" type = "button">3</button><button id = "tracker6-4" class = "tracker-button6 invisible" type = "button">4</button><button id = "tracker6-5" class = "tracker-button6 invisible" type = "button">5</button><button id = "tracker6-6" class = "tracker-button6 invisible" type = "button">6</button></td>
</tr>
</table>
<button id = "discard-active-card" class = "button"type="button">Discard Active Card</button>
<button id = "lose-active-card"class = "button" type = "button">Lose Active Card</button></td>
<button id = "lose-active-card"class = "button" type = "button">Lose Active Card</button><br/>
<button id = "create-active-tracker" class = "button" type = "button">Create Card Tracker</button><br/>
<p id = "tracker-size" style ="font-size:18px; font-family: 'Palatino Linotype'; color:white;">Tracker Size: 1</p><br/>
<button id = "decrease-tracker-size" class = "button" type = "button">-</button>
<button id = "increase-tracker-size" class = "button" type = "button">+</button><br/></td>
</tr>
<tr>
<td id = "discarded-cards-title">Discarded Cards<br/>
Expand Down
Loading

0 comments on commit 9411957

Please sign in to comment.