|
|
|
@ -21,6 +21,67 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="section2" class="section"> |
|
|
|
<%= image_tag "dogs2.svg", class: "watermark" %> |
|
|
|
<div class="content"> |
|
|
|
<div class="title"> |
|
|
|
<%= image_tag("copyleft-icon.svg", size: "60") %> |
|
|
|
<h2>Free as in <q>FREE SPEACH</q></h2> |
|
|
|
</div> |
|
|
|
<div class="quote"> |
|
|
|
<q> |
|
|
|
Value your freedom or you will lose it, teaches history. 'Don't |
|
|
|
bother us with politics', respond those who don't want to learn. |
|
|
|
</q> |
|
|
|
<div> |
|
|
|
<%= image_tag "stallman.png" %> |
|
|
|
<span>Dr. Richard Stallman</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="quote"> |
|
|
|
<q> |
|
|
|
If I have seen further it is by standing on ye sholders of Giants. |
|
|
|
</q> |
|
|
|
<div> |
|
|
|
<%= image_tag "newton.png" %> |
|
|
|
<span>Sir Isaac Newton</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="quote"> |
|
|
|
<q> |
|
|
|
Free software is software that respects your freedom and the social |
|
|
|
solidarity of your community. So it's free as in freedom. |
|
|
|
</q> |
|
|
|
<div> |
|
|
|
<%= image_tag "stallman.png" %> |
|
|
|
<span>Dr. Richard Stallman</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="text"> |
|
|
|
<p> |
|
|
|
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. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
Unfreiheiten zu erkennen und abzustellen ist of unbequem. Unfreiheit |
|
|
|
ist ob in Bequemlichkeit verpackt. Auch Neid hält uns davon ab |
|
|
|
Unfreiheiten abzustellen. |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="section3" class="section"> |
|
|
|
<div class="content"> |
|
|
|
<h1>Other</h1> |
|
|
|
<p> |
|
|
|
Some other stuff here... |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="section4" class="section"> |
|
|
|
<%= image_tag "dogs2.svg", class: "watermark" %> |
|
|
|
<div class="content"> |
|
|
|
<h2>This is mostly about programming.</h2> |
|
|
|
@ -45,21 +106,4 @@ |
|
|
|
<% end -%> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="section3" class="section"> |
|
|
|
<div class="content"> |
|
|
|
<h1>Other</h1> |
|
|
|
<p> |
|
|
|
Some other stuff here... |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="section4" class="section"> |
|
|
|
<%= image_tag "dogs2.svg", class: "watermark" %> |
|
|
|
<div class="content"> |
|
|
|
<h1>Other</h1> |
|
|
|
<p> |
|
|
|
Some other stuff here... |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- vim: set ts=2 sw=2: --> |