fix mispelling in about screen
[selectricity-live] / app / views / about / overview.rhtml
1 <div id="title-header">
2   <span class="header">About Selectricity</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p> Selectricity is voting machinery for the masses. We help groups make
7 better decisions, more easily. We allow voting, usually in form of
8 ranking a list of choices in order of preference, and have the computer
9 help groups make better decisions.</p>
10
11 <p>Selectricity is simple to use and convenient. Anyone can create the
12 simplest election in under a minute and voting is even easier.  Results
13 can be computed instantaneously.</p>
14
15 <p>Selectricity is powerful and secure. It has been used for electing
16 the boards of non-profit organizations and or choosing the officers of
17 student groups.  It is simple and fast enough to help a group decide
18 where to go to dinner or when to have a meeting. It's flexible enough to
19 be integrated into an outside website or used from a mobile phone.</p>
20
21 <p>The best way to learn more about Selectricity is to use it. Get started
22 by <%= link_to "creating a QuickVote", :controller => 'quickvote',
23 :action => 'create' %> now!</p>
24
25 <p>If you have any questions or feedback, please don't hesitate to send
26 it to as <a
27 href="mailto:team@selectricity.org">team@selectricity.org</a> or to
28 leave a comment on <a href="http://blog.selectricity.org">our
29 blog</a>.</p>

Benjamin Mako Hill || Want to submit a patch?