Tutorial: move dev/team section to the bottom

... and change navigationan bar and header accordingly.

Resolves #139

Change-Id: I05dbd6d938324151e5eb1cbe15a66790da13c63c
diff --git a/t/docembed.t b/t/docembed.t
index 2bdc69a..8ead445 100644
--- a/t/docembed.t
+++ b/t/docembed.t
@@ -17,7 +17,7 @@
 });
 
 $t->get_ok('/doc')
-  ->text_is('nav > ul.nav > li.active a', 'KorAP')
+  ->text_is('nav > ul.nav > li.active a', 'Query Languages')
   ->text_is('nav > ul.nav > li:last-child a', 'Privacy')
   ->element_exists('nav > ul.nav > li:last-child a[href=/doc/privacy#page-top]')
   ;