X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/d207da8dfc3f315f7758d1f5307c700ce4c25156..0f9228bed08f8f5e472b27a46ce05de27afd880b:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 5a68a6b..22903d9 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -6,13 +6,34 @@
QuickVotes are unstructured votes, more like polls, without -the voter verifiability, anonymity, and other more complex features of -HyperChad. They are the quickest way to make a decision using a variety -of preferential and non-preficial election methods, or to compare -between methods.
+QuickVotes are like polls: unstructured, non-anonymous and +without the complex features of HyperChad. They are the +quickest way to make a decision or to compare between voting +methods.
-<%= link_to "Create QuickVote.", :action => 'create_quickvote' %>
+<%= link_to "Create a QuickVote", :controller => 'quickvote', :action => 'create' %>
+ +Recent QuickVotes include:
+ +You can also access HyperChad entirely over email or via SMS/text +messages from your mobile phone using HyperChad anywhere. Email <%= +link_to "vote\@mako.cc", "mailto:vote@mako.cc" %> with help in +the body for more information or read the <%= link_to "documentation +online", "hyperchad-anywhere.html"%>.
+ + + +<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %>
-You must have an account to start a new election or to administer an +
You must have an account to start a new vote or to administer an existing vote. You can log in or create a new account below.
<%= render_partial 'basic_login' %>