From 0f9228bed08f8f5e472b27a46ce05de27afd880b Mon Sep 17 00:00:00 2001 From: Date: Tue, 17 Oct 2006 13:04:37 -0400 Subject: [PATCH] added links to hyperchad anywhere --- app/views/site/index.rhtml | 20 +++++++++---- public/stylesheets/hc.css | 58 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 6 deletions(-) diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index e89063d..22903d9 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -21,6 +21,20 @@ methods.

<% end %> +

HyperChad Anywhere

+ +

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"%>.

+ + + + + + +

Voters

If you have received an email with a token inviting you to vote in an @@ -32,12 +46,6 @@ ongoing election, you can log in to vote using your token here.

<%= end_form_tag %>

<%= link_to 'Lost or forgot your token?', :controller => 'voter', :action => 'forgot_password' %>

- - - - - - <% if session[:user] %> <%= render_partial 'user_summary' %> <% else %> diff --git a/public/stylesheets/hc.css b/public/stylesheets/hc.css index a261573..d4ee379 100644 --- a/public/stylesheets/hc.css +++ b/public/stylesheets/hc.css @@ -253,3 +253,61 @@ li.moveable { padding-right: 30px; text-align: left; } + +.example { + width: 400px; + border-width: 2px; + border-style: solid; + border-color: #73BF26; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} + +.example h4 { + text-align: center; + font-weight: bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + background-color: #73BF26; + color: #fff; + border-bottom: 0px; +} + +.example p { + margin-bottom: 0; + padding: 5px; +} + + +.warning { + width: 400px; + border-width: 2px; + border-style: solid; + border-color: #4D801A; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} + +.warning h4 { + text-align: + center; + font-weight: + bold; + padding: 5px 5px 5px 15px; + font-size: 12px; + margin: -7px; + background-color: #4D801A; + color: #fff; + border-bottom: 0px; +} + +.warning p { + margin-bottom: 0; + padding: 5px; +} + -- 2.30.2