<%= image_tag("copyleft-icon.svg", size: "60") %>

Free as in FREE SPEACH

Freedom
<%= image_tag("gears.svg", height: "60") %>

Custom Code

Programs
<%= image_tag("heckert_gnu.svg", height: "60") %> <%= image_tag("tux-mono.svg", height: "60") %>

Linux Consulting

Support
<%= image_tag "dogs2.svg", class: "watermark" %>
<%= image_tag("copyleft-icon.svg", size: "60") %>

Free as in FREE SPEACH

Value your freedom or you will lose it, teaches history. 'Don't bother us with politics', respond those who don't want to learn.
<%= image_tag "stallman.png" %> Dr. Richard Stallman
If I have seen further it is by standing on ye sholders of Giants.
<%= image_tag "newton.png" %> Sir Isaac Newton
Free software is software that respects your freedom and the social solidarity of your community. So it's free as in freedom.
<%= image_tag "stallman.png" %> Dr. Richard Stallman

Der Wert der Freiheit kann nicht hoch genug eingestuft werden. Sie zähl aber leider zu jenen Gütern deren wahre Bedeutung wir erst erfassen, wenn wir sie verlohren haben. Um Freiheit zu gewährleisten müssen wir erst einmal in der Lage sein diese zu erkennen und was vielleicht noch wichtiger ist, zu erkennen was unfrei ist oder uns unsere Freiheit sogar nimmt.

Unfreiheiten zu erkennen und abzustellen ist of unbequem. Unfreiheit ist ob in Bequemlichkeit verpackt. Auch Neid hält uns davon ab Unfreiheiten abzustellen.

Other

Some other stuff here...

<%= image_tag "dogs2.svg", class: "watermark" %>

This is mostly about programming.

Here you find links to the projects hosted on Weird Web Workers.

<% @namespaces.each do |namespace| -%>

<%= namespace['name'] %>

<%= namespace['description'] %>

<% @projects.find_all { |project| project.namespace == namespace }.each do |project| -%>
<%= link_to project.name, project.web_url, :target => "_blank" %>
<% end -%>
<% end -%>