Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/visualizer/resource_rcv123.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 22 additions & 11 deletions templates/visualizer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<div class="row">
<div class="col resourceCell ml-auto mr-auto text-left" style="max-width: 800px">
RCVis has been used by millions of voters in the United States and abroad for Election Night Reporting of Ranked Choice Voting elections.
<br/><br/>It has hosted thousands of mock election results from RCV-compatible voting tools, including <a href="https://RankedVote.co" target="_blank">RankedVote.co</a> and <a href="https://RankedChoices.com" target="_blank">RankedChoices.com</a>.
<br/><br/>It has hosted thousands of mock election results from RCV-compatible voting tools, including <a href="https://RankedVote.co" target="_blank">RankedVote.co</a>, <a href="https://RankedChoices.com" target="_blank">RankedChoices.com</a>, and <a href="https://www.rcv123.org" target="_blank">RCV123.org</a>.
It can import data from Opavote, ElectionBuddy, Dominion software, RCTab, and more.
<br/><br/>Our visualizations have published in the <a href="https://www.washingtonpost.com/dc-md-va/2023/06/23/arlington-county-board-democratic-primary-election-results/" target="_blank">Washington Post</a>, <a href="https://gothamist.com/arts-entertainment/big-apple-book-ballot-results-best-nyc-book" target="_blank">Gothamist</a>, on <a href="https://ballotpedia.org/June_22,_2021,_election_results" target="_blank">Ballotpedia</a>, <a href="https://www.nbcnewyork.com/news/politics/adams-garcia-wnbc-poll-nyc-mayor/3104963/" target="_blank">NBC New York</a>, <a href="https://www.fox5ny.com/video/940333" target="_blank">Fox 5 NY</a>, and dozens of other news outlets.
<br/><br/>Election Administrators: please <a href="mailto:team@rcvis.com" target="_blank">get in touch</a> if you'd like to use RCVis for an upcoming election. RCVis is free for most use cases, and we offer consultation services for customization and integration with your existing ENR pipeline.
Expand Down Expand Up @@ -178,25 +178,36 @@ <h2 class="page-section-heading text-center text-uppercase">More Resources</h2>
<div class="container text-center">
<div class="row">
<div class="col resourceCell">
<h5>RankedChoices Online RCV Polls</h5>
<a href="https://www.rankedchoices.com">
<img class="resourceCellImage" data-src="{% static 'visualizer/resource_rankedchoices.png' %}" width="300px" alt="RankedChoices icon" loading="lazy">
<h5>RankedVote Polls</h5>
<a href="https://www.rankedvote.co">
<img class="resourceCellImage" data-src="{% static 'visualizer/resource_rankedvote.png' %}" width="300px" alt="RankedVote.co icon" loading="lazy">
<br/>
rankedchoices.com
rankedvote.co
</a>
<div class="descriptors">
RankedChoices is a free RCV online polling tool. You can use it to elect a leader in your local student organization, or just ask your friends which movie they'd like to watch next.
RankedVote is a feature-packed RCV polling tool. The free version allows basic RCV elections and polls, and optional upgrades allow you to run advanced elections with features such as voter registration, voter lists, and duplicate voter detection.
</div>
</div>
<div class="col resourceCell">
<h5>RankedVote Online RCV Polls</h5>
<a href="https://www.rankedvote.co">
<img class="resourceCellImage" data-src="{% static 'visualizer/resource_rankedvote.png' %}" width="300px" alt="RankedVote.co icon" loading="lazy">
<h5>RCV123 Polls</h5>
<a href="https://www.rcv123.org">
<img class="resourceCellImage" data-src="{% static 'visualizer/resource_rcv123.png' %}" width="300px" alt="RCV123 icon" loading="lazy">
<br/>
rankedvote.co
rcv123.org
</a>
<div class="descriptors">
RankedVote is a feature-packed RCV polling tool. The free version allows basic RCV elections and polls, and optional upgrades allow you to run advanced elections with features such as voter registration, voter lists, and duplicate voter detection.
RCV123 is a non-profit for ranked choice voting education. You can create free elections and host RCV contests.
</div>
</div>
<div class="col resourceCell">
<h5>RankedChoices Polls</h5>
<a href="https://www.rankedchoices.com">
<img class="resourceCellImage" data-src="{% static 'visualizer/resource_rankedchoices.png' %}" width="300px" alt="RankedChoices icon" loading="lazy">
<br/>
rankedchoices.com
</a>
<div class="descriptors">
RankedChoices is another free RCV online polling tool. You can use it to elect a leader in your local student organization, or just ask your friends which movie they'd like to watch next.
</div>
</div>
</div>
Expand Down
Loading