_signed_out_index.html.erb 660 B

12345678910111213141516171819
  1. <div class='container'>
  2. <div class='row'>
  3. <div class="col-md-4 col-md-offset-2">
  4. <h1>Your agents are standing by</h1>
  5. <p>Huginn monitors the world and acts on your behalf.</p>
  6. <%= link_to "Login", new_user_session_path, :class => "btn btn-large" %>
  7. <%= link_to "Signup", new_user_registration_path, :class => "btn btn-primary btn-large" %>
  8. </div>
  9. <div class="col-md-3 col-md-offset-1">
  10. <%= image_tag 'odin.jpg', :class => 'img-responsive img-rounded', :title => "Wägner, Wilhelm. 1882. Nordisch-germanische Götter und Helden. Otto Spamer, Leipzig & Berlin. Page 7." %>
  11. </div>
  12. </div>
  13. </div>