Major commit adding about information and more before site goes live.
[selectricity] / 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 instaneously.</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

Benjamin Mako Hill || Want to submit a patch?