diff --git a/components/footer.php b/components/footer.php deleted file mode 100644 index 1e34400..0000000 --- a/components/footer.php +++ /dev/null @@ -1,93 +0,0 @@ - - - - \ No newline at end of file diff --git a/components/head.php b/components/head.php deleted file mode 100644 index 410af3b..0000000 --- a/components/head.php +++ /dev/null @@ -1,15 +0,0 @@ -
- - - - - - - - - - - - -This is a test commit
- - - - - \ No newline at end of file diff --git a/js/app.ts b/js/app.ts index a5210c7..fd3a8ad 100644 --- a/js/app.ts +++ b/js/app.ts @@ -1,2 +1,5 @@ -//this is a test commit - +$(document).ready(function() { + $('#top_nav_bar').load('top_nav.html'); + $('#productdetail').hide(); + $('#backbutton').hide(); +}); \ No newline at end of file diff --git a/res/css/style.css b/res/css/style.css index 78222e4..8752b35 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -8,7 +8,7 @@ /* Footer */ #marmeladenladen_footer a { color: #dcdde1;} -#marmeladenladen_footer a:hover { color: #68bb7d;} +#marmeladenladen_footer a:hover { color: #d86f23;} #marmeladenladen_footer ul.footer-link-list li { padding-top: 10px;} #marmeladenladen_footer ul.footer-icons li { width: 2.6em;