-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from paretoman/gh-pages
yee pretty. yee speed. side menu config. changed strategy names. added single voter html
- Loading branch information
Showing
30 changed files
with
894 additions
and
482 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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="css/model.css"> | ||
<link rel="stylesheet" type="text/css" href="css/election.css"> | ||
<link rel="stylesheet" type="text/css" href="css/ballot.css"> | ||
</head> | ||
<body></body> | ||
</html> | ||
|
||
<script src="js/helpers.js"></script> | ||
<script src="js/minpubsub.js"></script> | ||
<script src="js/Loader.js"></script> | ||
<script src="js/Mouse.js"></script> | ||
<script src="js/Draggable.js"></script> | ||
<script src="js/Model.js"></script> | ||
<script src="js/Candidate.js"></script> | ||
<script src="js/Voters.js"></script> | ||
<script src="js/Election.js"></script> | ||
<script src="js/Buttons.js"></script> | ||
<script src="js/Ballot.js"></script> | ||
|
||
<script src="js/main_ballot.js"></script> | ||
<script>main({ | ||
system: "Score", | ||
strategy: "best frontrunner", | ||
frontrunnerSet: new Set(["square","triangle"]), | ||
showChoiceOfFrontrunners: true, | ||
showChoiceOfStrategy: true | ||
});</script> |
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,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="css/model.css"> | ||
<link rel="stylesheet" type="text/css" href="css/election.css"> | ||
<link rel="stylesheet" type="text/css" href="css/ballot.css"> | ||
</head> | ||
<body></body> | ||
</html> | ||
|
||
<script src="js/helpers.js"></script> | ||
<script src="js/minpubsub.js"></script> | ||
<script src="js/Loader.js"></script> | ||
<script src="js/Mouse.js"></script> | ||
<script src="js/Draggable.js"></script> | ||
<script src="js/Model.js"></script> | ||
<script src="js/Candidate.js"></script> | ||
<script src="js/Voters.js"></script> | ||
<script src="js/Election.js"></script> | ||
<script src="js/Buttons.js"></script> | ||
<script src="js/Ballot.js"></script> | ||
|
||
<script src="js/main_ballot.js"></script> | ||
<script>main({ | ||
system: "Score", | ||
strategy: "not the worst frontrunner", | ||
frontrunnerSet: new Set(["square","triangle"]), | ||
showChoiceOfFrontrunners: true, | ||
showChoiceOfStrategy: true | ||
});</script> |
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
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
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
Oops, something went wrong.