diff options
| author | Miguel <m.i@gmx.at> | 2019-03-17 18:30:34 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-03-17 18:30:34 +0100 |
| commit | db62d9e7320b558f3de3ea9ff3f8eda4bcc4e371 (patch) | |
| tree | 58afc7d49563862543aafbe5694c38ed3a6b2890 | |
| parent | 0e4810dcfb132bf276a282e25b8523a4009ae08b (diff) | |
some changes and additions
| -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"> |
