Skip to content

Commit

Permalink
Added signup form and links to speakers and program.
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Clarke committed Mar 4, 2009
1 parent 5b4d342 commit 2005b65
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 2 additions & 0 deletions strings.en.yaml
@@ -1,4 +1,6 @@
---
Conference Speakers: Conference Speakers
Please view our conference schedule on Eventioz.com: 'Please view our conference schedule on <a href="http://eventioz.com/events/locos-x-rails-conference/agenda">Eventioz.com</a>'
April 3-4 2009: April 3-4 2009
follow us on Twitter: follow us on Twitter &raquo;
Attention Ruby on Rails enthusiasts: |-
Expand Down
2 changes: 2 additions & 0 deletions strings.es.yaml
@@ -1,4 +1,6 @@
---
Conference Speakers: Lista de oradores
Please view our conference schedule on Eventioz.com: 'Nuesto programa está disponible en <a href="http://eventioz.com/events/locos-x-rails-conference/agenda">Eventioz.com</a>'
April 3-4 2009: 3/4/2009 - 4/4/2009
follow us on Twitter: seguinos en Twitter &raquo;
Attention Ruby on Rails enthusiasts: |-
Expand Down
6 changes: 3 additions & 3 deletions views/layout.erb
Expand Up @@ -56,8 +56,9 @@

<ul class="nav">
<li><a href="/" alt="Home"><%= s("Home")%></a></li>
<li><a href="/papers" alt="Speakers"><%= s("Call for Participation Overview") %></a></li>
<li><a href="/schedule" alt="Ameteds calime"><%= s("Schedule") %></a></li>
<!-- <li><a href="/papers" alt="Speakers"><%= s("Call for Participation Overview") %></a></li> -->
<li><a href="http://eventioz.com/events/locos-x-rails-conference/speakers" alt="Ameteds calime"><%= s("Conference Speakers") %></a></li>
<li><a href="http://eventioz.com/events/locos-x-rails-conference/agenda" alt="Ameteds calime"><%= s("Schedule") %></a></li>
<li><a href="/sponsors" alt="Dastim olempou"><%= s("Sponsors") %></a></li>
<li><a href="/registration" alt="Polimud irolam"><%= s("Registration") %></a></li>
<li><a href="/presenters-kit" alt="Presenters Kit"><%= s("Presenters kit") %></a></li>
Expand Down Expand Up @@ -95,7 +96,6 @@
<h2><%= s("Sponsors") %></h2>
<a href="http://hashrocket.com" target="_blank"><img src="/images/company_logos/hashrocket_small_grey.jpg" alt="hashrocket" /></a>
<a href="http://engineyard.com" target="_blank"><img src="/images/company_logos/engine_yard_logo.png" alt="engine yard" /></a>
<a href=""><img src="" alt="" /></a>
</div>
<div class="section">
<div id="twitter_div">
Expand Down
11 changes: 10 additions & 1 deletion views/registration.erb
@@ -1,5 +1,14 @@
<div class="article">
<h2><%= s("Registration") %></h2>
<p><%= s("register description") %></p>
<% if lang == 'en' %>
<p>
We're sorry, but our registration form is only available in Spanish.
If you do not speak Spanish but wish to register for the conference,
please send your name and contact information to <a
href="mailto:locos@locosxrails.com">locos@locosxrails.com</a> and we'll
help you sign up.
</p>
<% end %>
<iframe src='http://eventioz.com/events/locos-x-rails-conference/registrations/new?iframe' height='800' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none'></iframe>
</div>

5 changes: 3 additions & 2 deletions views/schedule.erb
@@ -1,5 +1,6 @@
<div class="article">
<h2><%= s("Schedule") %></h2>
<p><%= s("Events will be posted here as they become finalized.") %></p>
<p><%= s("invite_to_participation") %></p>
<p>
<%= s("Please view our conference schedule on Eventioz.com")%>.</a>
</p>
</div>

0 comments on commit 2005b65

Please sign in to comment.