index.html.erb
546 Bytes
<div id="section1" class="section">
<div class="background">
<%= image_tag "resized/blown.jpg" %>
</div>
<div class="content text">
<h1>About</h1>
<h3>Welcome to the famous <i>Weird Web Workers</i>.</h3>
<% @projects.each do |project| -%>
<p><%= project.name %></p>
<% end -%>
</div>
</div>
<div id="section2" class="section">
<div class="background">
<%= image_tag "resized/beach3.jpg" %>
</div>
<div class="content text">
<h1>Other</h1>
<p>
Some other stuff here...
</p>
</div>
</div>
<!-- vim: set ts=2 sw=2: -->