From 2304b723c5e933eec55a50974edbb1ea17d5a2b9 Mon Sep 17 00:00:00 2001 From: StockiP Date: Mon, 25 Apr 2022 19:16:16 +0200 Subject: [PATCH] added login modal --- components/loginModal.html | 28 ++++++++++++++++++++++++++++ components/main_nav.html | 4 ++-- index.html | 9 +++++++-- js/app.ts | 4 +++- 4 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 components/loginModal.html diff --git a/components/loginModal.html b/components/loginModal.html new file mode 100644 index 0000000..ebe2656 --- /dev/null +++ b/components/loginModal.html @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/components/main_nav.html b/components/main_nav.html index 1ffd973..77f1781 100644 --- a/components/main_nav.html +++ b/components/main_nav.html @@ -41,9 +41,9 @@ 7 - + - +99 + diff --git a/index.html b/index.html index bfa3147..5f704ee 100644 --- a/index.html +++ b/index.html @@ -29,10 +29,15 @@ - + + + + + diff --git a/js/app.ts b/js/app.ts index 9368d9b..0957fab 100644 --- a/js/app.ts +++ b/js/app.ts @@ -5,4 +5,6 @@ $(document).ready(function() { $('#mmlMainContent').load('../components/ftProducts.html'); $('#marmeladenladen_footer').load('../components/footer.html'); $('#marmeladenladen_search').load('../components/modal.html'); -}); \ No newline at end of file + $('#marmeladenladenLogin').load('../components/loginModal.html'); +}); +