X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/d207da8dfc3f315f7758d1f5307c700ce4c25156..166ed711409f6200467a3aa879fb165f59fc8cec:/app/views/site/index.rhtml?ds=inline diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 5a68a6b..0d59849 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 Selectricity. 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 Selectricity entirely over email or via SMS/text +messages from your mobile phone using Selectricity 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", "selectricity-anywhere.html"%>.
+ + + +<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %>
-<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %>
<% if session[:user] %> <%= render_partial 'user_summary' %> <% else %> -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' %>