The weird web workers portal .. or it might become one, if I ever find the time to work on this.
web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
671 B

<div id="section1" class="section">
<div class="content text">
<h1>About</h1>
<p>
Some other stuff here...
</p>
</div>
</div>
<div id="section2" class="section">
<div class="content text">
<h1>Other</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="section3" class="section">
<div class="content text">
<h1>Other</h1>
<p>
Some other stuff here...
</p>
</div>
</div>
<div id="section4" class="section">
<div class="content text">
<h1>Other</h1>
<p>
Some other stuff here...
</p>
</div>
</div>
<!-- vim: set ts=2 sw=2: -->