-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added electoral college bar and highlights
- Loading branch information
Showing
4 changed files
with
146 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
"state","num_votes" | ||
"Alabama","9" | ||
"Kentucky","8" | ||
"North Dakota","3" | ||
"Alaska","3" | ||
"Louisiana","8" | ||
"Ohio","17" | ||
"Arizona","11" | ||
"Maine","4" | ||
"Oklahoma","7" | ||
"Arkansas","6" | ||
"Maryland","10" | ||
"Oregon","8" | ||
"California","54" | ||
"Massachusetts","11" | ||
"Pennsylvania","19" | ||
"Colorado","10" | ||
"Michigan","15" | ||
"Rhode Island","4" | ||
"Connecticut","7" | ||
"Minnesota","10" | ||
"South Carolina","9" | ||
"Delaware","3" | ||
"Mississippi","6" | ||
"South Dakota","3" | ||
"District of Columbia","3" | ||
"Missouri","10" | ||
"Tennessee","11" | ||
"Florida","30" | ||
"Montana","4" | ||
"Texas","40" | ||
"Georgia","16" | ||
"Nebraska","5" | ||
"Utah","6" | ||
"Hawaii","4" | ||
"Nevada","6" | ||
"Vermont","3" | ||
"Idaho","4" | ||
"New Hampshire","4" | ||
"Virginia","13" | ||
"Illinois","19" | ||
"New Jersey","14" | ||
"Washington","12" | ||
"Indiana","11" | ||
"New Mexico","5" | ||
"West Virginia","4" | ||
"Iowa","6" | ||
"New York","28" | ||
"Wisconsin","10" | ||
"Kansas","6" | ||
"North Carolina","16" | ||
"Wyoming","3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ p { | |
.vl { | ||
border-left: 2px solid rgb(255, 255, 255); | ||
height: 2vw; | ||
} | ||
} |