2011-07-07 00:13:47 +02:00
|
|
|
#+title: Home
|
2011-07-14 22:28:37 +02:00
|
|
|
#+summary: This is the start page.
|
|
|
|
#+license: bysa, own works
|
|
|
|
#+license: Varying, external works
|
2011-07-08 15:32:28 +02:00
|
|
|
|
2011-07-11 04:09:33 +02:00
|
|
|
#++show
|
2011-07-08 15:32:28 +02:00
|
|
|
#+BEGIN_SRC javascript
|
2011-07-14 22:28:37 +02:00
|
|
|
// Add the FSF widget after the page has loaded.
|
|
|
|
window.addEventListener('load', function(event){add_fsf_widget(8085);}, false);
|
2011-07-08 15:32:28 +02:00
|
|
|
#+END_SRC
|
2011-07-05 21:20:55 +02:00
|
|
|
|
2011-07-07 00:13:47 +02:00
|
|
|
* This is metanohi
|
2011-07-05 21:20:55 +02:00
|
|
|
|
2011-07-14 22:28:37 +02:00
|
|
|
*metanohi* is a website founded in 2009 with a well-defined purpose: to
|
|
|
|
exist. It is the personal website of [[/about/niels][Niels Serup]], a [[/writings/hacking/][hacker]] in a world of
|
|
|
|
non-hackers.
|
2011-07-14 00:15:04 +02:00
|
|
|
|
2011-07-14 22:28:37 +02:00
|
|
|
Historically, this start page has featured text which had little purpose except
|
|
|
|
to exist. That is over now. /metanohi/ has no real need for a start page ---
|
|
|
|
and that means no more superfluous text.
|
2011-07-14 00:15:04 +02:00
|
|
|
|
2011-07-14 22:28:37 +02:00
|
|
|
* Passive activism
|
2011-07-14 00:15:04 +02:00
|
|
|
|
2011-07-14 22:28:37 +02:00
|
|
|
#++show
|
|
|
|
#+BEGIN_SRC html
|
|
|
|
<div style='background-color: silver; padding: 5px; border: 5px outset red;'>
|
|
|
|
<div style='margin: 0 auto; width: 525px; text-align: center;'>
|
|
|
|
<div style='height: 200px;'>
|
|
|
|
<a href='http://windows7sins.org/' style='display: block; float: left'>
|
|
|
|
<img src='http://windows7sins.org/i/widget.png'
|
|
|
|
alt='Windows 7 Sins' style='width: 200px; height: 200px' />
|
|
|
|
</a>
|
|
|
|
<a href='http://wikimediafoundation.org/wiki/Support_Wikipedia/en'
|
|
|
|
style='display: block; float: left; margin-top: 75px'>
|
|
|
|
<img alt='Support Wikipedia' title='Support Wikipedia'
|
|
|
|
src='http://upload.wikimedia.org/wikipedia/commons/4/4b/Fundraising_2009-square-treasure-en.png'
|
|
|
|
style='width: 125px; height: 125px' />
|
|
|
|
</a>
|
|
|
|
<a href='http://www.fsf.org/campaigns/opendocument/' style='display: block; float: left'>
|
|
|
|
<img src='http://static.fsf.org/nosvn/opendocument/medium/odf.png'
|
|
|
|
alt='Use ODF!' style='width: 200px; height: 200px' />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href='http://www.fsf.org/facebook/mark-zuckerberg-is-time-magazines-person-of-the-year-wheres-the-dislike-button/'
|
|
|
|
style='display: block; padding: 6px 0; background-color: yellow;'>
|
|
|
|
<img src='http://static.fsf.org/nosvn/dislike200.png'
|
|
|
|
alt="Don't use Facebook!" title="Don't use Facebook!"
|
|
|
|
style='width: 200px; height: 105px' />
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a style='display: block; font-size: 30px; background-color: red' href='http://petition.stopsoftwarepatents.eu/'>STOP SOFTWARE PATENTS</a>
|
|
|
|
|
|
|
|
<div style='padding: 6px 0; background-color: green;'>
|
|
|
|
<div style='margin: 0 auto; width: 260px;' id='fsfextern'></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
#+END_SRC
|