diff options
-rw-r--r-- | source/00_content/pages/about.md | 4 | ||||
-rw-r--r-- | source/99_result/media/favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | utility/master.xsl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/00_content/pages/about.md b/source/00_content/pages/about.md index 80bd6ac..fe25cd3 100644 --- a/source/00_content/pages/about.md +++ b/source/00_content/pages/about.md @@ -8,9 +8,9 @@ I taught myself programming at the age of 10 and spent the first few years devel My professional education in software development started with my apprenticeship as a _"computer science expert with subject area software development"_[^1] at [_Sybit_](http://sybit.de) in 2010 which I concluded with distinction in 2013. -While my primary activity nowadays is studiying for my A levels at the _Technische Oberschule_ I still work as a part-time developer at _Sybit_ in the _SAP CRM_ area where I mainly develop business printout processes using _ABAP_, _JavaScript_ and _XSLT_ in addition to _SAP WebUI_ development +While my primary activity nowadays is studiying for my A levels at the _Technische Oberschule_ I still work as a part-time developer at _Sybit_ in the _SAP CRM_ area where I mainly develop business printout processes using _ABAP_, _JavaScript_ and _XSLT_ in addition to _SAP WebUI_ development. -Although software development and tickering with my computer systems definitely is a primary occupation of mine both professionally recreationally I also enjoy reading _hard science fiction_ books and attending concerts and festivals of _orchestral_ and _Metal_ music. If you are interested, a overview of my musical interests is available as a [blog article](/article/musikalischer_jahresruekblick_2013/) in German. +Although software development and tickering with my computer systems definitely is a primary occupation of mine both professionally and recreationally, I also enjoy reading _hard science fiction_ books and attending concerts and festivals of _orchestral_ and _Metal_ music. If you are interested, a overview of my musical interests is available as a [blog article](/article/musikalischer_jahresruekblick_2013/) in German. I use this website to document some of my [thoughts and experiences](/archive) concerning software development and various other topics in addition to summarizing some of my [projects](/category/projects). diff --git a/source/99_result/media/favicon.ico b/source/99_result/media/favicon.ico Binary files differnew file mode 100644 index 0000000..f5a9ac4 --- /dev/null +++ b/source/99_result/media/favicon.ico diff --git a/utility/master.xsl b/utility/master.xsl index 15d5c13..b495877 100644 --- a/utility/master.xsl +++ b/utility/master.xsl @@ -38,7 +38,7 @@ <title><xsl:call-template name="title-text"/> @ <xsl:value-of select="$root/meta/title"/></title> <link rel="stylesheet" type="text/css" href="/main.css" /> - <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> + <link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" /> </head> <body> <div id="wrapper"> |