Start page acceptable.
This commit is contained in:
@@ -1,54 +1,60 @@
|
||||
#+title: Home
|
||||
#+summary: Home!
|
||||
#+summary: This is the start page.
|
||||
#+license: bysa, own works
|
||||
#+license: Varying, external works
|
||||
|
||||
#++show
|
||||
#+BEGIN_SRC javascript
|
||||
window.addEventListener('load', function(event){add_fsf_widget(8085);});
|
||||
// Add the FSF widget after the page has loaded.
|
||||
window.addEventListener('load', function(event){add_fsf_widget(8085);}, false);
|
||||
#+END_SRC
|
||||
|
||||
* This is metanohi
|
||||
|
||||
aaue abc&strong&emph&large.
|
||||
#&-color=red
|
||||
ou
|
||||
#&
|
||||
*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.
|
||||
|
||||
#&+center
|
||||
This text is centered.
|
||||
#&
|
||||
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.
|
||||
|
||||
# #++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>
|
||||
* Passive activism
|
||||
|
||||
# <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
|
||||
#++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
|
||||
|
||||
3
site/writings/hacking.org
Normal file
3
site/writings/hacking.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+title: Hacking
|
||||
|
||||
Hacking
|
||||
Reference in New Issue
Block a user