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 Oct 12, 2018
1 parent ae99510 commit 3d231a4
Show file tree
Hide file tree
Showing 55 changed files with 1,144 additions and 56 deletions.
Binary file added brPerks/brPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brPlus1Shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brPlus3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingAddTarget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingDisarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingMuddle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingPierce3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingPush1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added brPerks/brRollingStun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btPlus1Immobilize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btPlus1Wound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btPlus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btRollingEarth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btPerks/btRollingHeal1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chMinus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chPlus1Immobilize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chPlus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chPlus2Muddle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chRollingEarth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chRollingPush2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chPerks/chRollingWind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
377 changes: 369 additions & 8 deletions index.html

Large diffs are not rendered by default.

Binary file added perkCheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scPerks/scPlus0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scPerks/scPlus1.png
Binary file added scPerks/scPlus2.png
Binary file added scPerks/scRollingInvisible.png
Binary file added scPerks/scRollingMuddle.png
Binary file added scPerks/scRollingPierce3.png
Binary file added scPerks/scRollingPlus1.png
Binary file added scPerks/scRollingPoison.png
801 changes: 755 additions & 46 deletions script2.js

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
html{
background-color: black;
color: white;
font-family: "Palatino Linotype", sans-serif;
}

.header{
Expand Down Expand Up @@ -225,9 +226,14 @@ html{
.checkbox{
border:1px solid white;
display: inline;
padding: 3px 10px;
width:20px;
height:20px;
padding: 15px 15px;
margin: 5px;
cursor:pointer;
background-color:black;
box-sizing: border-box;
font-size: 0px;
}

.perks p{
Expand All @@ -237,8 +243,20 @@ html{

.perks div{
line-height: 50px;
text-align: left;
}

.checked {
background-color:white;
background: url("./perkCheck.png");
background-size: contain;
z-index: 1;
}

.perks {
background: url("./background.png");
font-size: 20px;
font-weight: bold;
width: 750px;
padding:25px 0;
color:black;
}
Binary file added swPerks/swPlus0Stun.png
Binary file added swPerks/swPlus1.png
Binary file added swPerks/swPlus1Curse.png
Binary file added swPerks/swPlus1Immobilize.png
Binary file added swPerks/swPlus1Wound.png
Binary file added swPerks/swPlus2Fire.png
Binary file added swPerks/swPlus2Frost.png
Binary file added swPerks/swRollingDark.png
Binary file added swPerks/swRollingEarth.png
Binary file added swPerks/swRollingLight.png
Binary file added swPerks/swRollingWind.png
Binary file added tiPerks/tiPlus0.png
Binary file added tiPerks/tiPlus0AddTarget.png
Binary file added tiPerks/tiPlus1.png
Binary file added tiPerks/tiPlus1Heal2.png
Binary file added tiPerks/tiPlus1Immobilize.png
Binary file added tiPerks/tiPlus1Wound.png
Binary file added tiPerks/tiPlus3.png
Binary file added tiPerks/tiRollingFire.png
Binary file added tiPerks/tiRollingMuddle.png

0 comments on commit 3d231a4

Please sign in to comment.