aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-09-10 21:59:10 +0200
committerAdrian Kummerlaender2014-09-10 21:59:10 +0200
commit41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe (patch)
treeec03d40a2b6e493409827a9e163c58c94c84c623
parent537e0920562ae79af3612bf5ab00ea60317303e3 (diff)
downloadblog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar.gz
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar.bz2
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar.lz
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar.xz
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.tar.zst
blog.kummerlaender.eu-41fa90d4a3a61a83d587098c7efbc4f52f4ea2fe.zip
Added favicon
* modified master transformation accordingly * fixed small syntax and grammer error in about page content ** missing dot and missing "and"
-rw-r--r--source/00_content/pages/about.md4
-rw-r--r--source/99_result/media/favicon.icobin0 -> 1150 bytes
-rw-r--r--utility/master.xsl2
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
new file mode 100644
index 0000000..f5a9ac4
--- /dev/null
+++ b/source/99_result/media/favicon.ico
Binary files differ
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">