Major redesign of JS and Sass assets
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index f8fbb41..221f7d5 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -100,6 +100,9 @@
<p>KorAP is a Corpus Analysis Platform, serving textual data provided by the <a href="http://www.ids-mannheim.de">Institute for German Language</a>.</p>
<p>For information how to search in KorAP, have a look at the <%= link_to 'tutorial', 'tutorial' %>.</p>
<p>Currently the scope of searching is limited to public users - for access to restricted corpora, please visit the <a href="http://korap.ids-mannheim.de/app">first frontend</a>.</p>
+
+<p><span>Developed at the Institute for German Language (IDS)</span></p>
+
% end
</main>
diff --git a/templates/partial/header.html.ep b/templates/partial/header.html.ep
index 10a8487..abd03de 100644
--- a/templates/partial/header.html.ep
+++ b/templates/partial/header.html.ep
@@ -3,6 +3,7 @@
%= asset 'kalamar.css'
%= asset 'kalamar.js'
+ <link rel="shortcut icon" href="/kalamar/favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=false, user-scalable=no" />
</head>