diff options
| -rw-r--r-- | 00_blog/00040_Haskell/00015_Code-Snippets/index.md | 10 | ||||
| -rw-r--r-- | 00_contact/index.md | 10 | ||||
| -rw-r--r-- | index.md | 22 | ||||
| -rw-r--r-- | template.html | 2 |
4 files changed, 21 insertions, 23 deletions
diff --git a/00_blog/00040_Haskell/00015_Code-Snippets/index.md b/00_blog/00040_Haskell/00015_Code-Snippets/index.md new file mode 100644 index 0000000..73c13e4 --- /dev/null +++ b/00_blog/00040_Haskell/00015_Code-Snippets/index.md @@ -0,0 +1,10 @@ +# Haskell code snipets + +The source code below was auto-fetched from: +<https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=blob;f=snip/snip.hs> + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.haskell .numberLines} +{BEGIN:EMBED} +https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=blob_plain;f=snip/snip.hs +{END:EMBED} +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/00_contact/index.md b/00_contact/index.md new file mode 100644 index 0000000..e95ee27 --- /dev/null +++ b/00_contact/index.md @@ -0,0 +1,10 @@ +Contact +======= + +Contact me in English, German, Polish or Klingon via any of the following channels: + +* email: [mickey.mouse@idziorek.net](mailto:mickey.mouse@idziorek.net) +* XMPP: miguel (on the softwarefools.com server) +* IRC: oo\_miguel (on freenode or oftc) + +Feel free to send questions or suggestions or just say "hello". @@ -46,25 +46,3 @@ Keep in mind, that this website is under sustained construction with more content scheduled to follow. Just browse the [blog](/blog) to find out more. - -Contact -======= - -Contact me in English, German, Polish or Klingon via any of the following channels: - -* email: [mickey.mouse@idziorek.net](mailto:mickey.mouse@idziorek.net) -* XMPP: miguel (on the softwarefools.com server) -* IRC: oo\_miguel (on freenode or oftc) - -Feel free to send questions or suggestions or just say "hello". - -<!-- -CV -== - -Download a PDF version of my Curriculum Vitae: - -[Michal\_Idziorek\_CV.pdf](Michal_Idziorek_CV.pdf) - -It is likely out of date, sorry mate! ---> diff --git a/template.html b/template.html index af07640..ee55b7a 100644 --- a/template.html +++ b/template.html @@ -39,7 +39,7 @@ <header> <a href="###ROOT###/index.html">www.idziorek.net</a> | <a href="###ROOT###/blog">blog</a> | - <a href="###ROOT###/index.html#contact">contact</a> + <a href="###ROOT###/contact">contact</a> </header> <nav id="breadcrumbs"> |
