46 lines
1.5 KiB
Org Mode
46 lines
1.5 KiB
Org Mode
#+title: Home
|
|
#+startup: showall
|
|
|
|
#++show
|
|
#+BEGIN_SRC javascript
|
|
window.addEventListener('load', function(event){add_fsf_widget(8085);});
|
|
#+END_SRC
|
|
|
|
* This is metanohi
|
|
|
|
#++show
|
|
#+BEGIN_SRC html
|
|
<p style='margin: 0 auto; width: 400px'>
|
|
<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://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>
|
|
</p>
|
|
<p style='background-color: #ff0000; padding: 10px; display: block;
|
|
width: 380px; margin: 0 auto 10px auto' class='large'>
|
|
<a href='http://petition.stopsoftwarepatents.eu/' class='center'>
|
|
STOP SOFTWARE PATENTS
|
|
</a>
|
|
</p>
|
|
|
|
<p class='center'>
|
|
<a href="http://www.fsf.org/facebook/mark-zuckerberg-is-time-magazines-person-of-the-year-wheres-the-dislike-button/">
|
|
<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
|
|
href="http://wikimediafoundation.org/wiki/Support_Wikipedia/en"><img
|
|
border="0" alt="Support Wikipedia" title="Support Wikipedia"
|
|
src="http://upload.wikimedia.org/wikipedia/commons/4/4b/Fundraising_2009-square-treasure-en.png" /></a>
|
|
</p>
|
|
|
|
<div style='margin: 0 auto; width: 260px' id='fsfextern'></div>
|
|
#+END_SRC
|